Publish-box (todo)
Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: No defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for heart valve replacement service request
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/ActivityDefinition/heart-valve-replacement> a fhir:ActivityDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "heart-valve-replacement"] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "cds" ] ] ) ; # fhir:status [ fhir:v "draft"] ; # fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ] ] ) ] ) ; # fhir:description [ fhir:v "Heart valve replacement"] ; # fhir:useContext ( [ fhir:code [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "age" ] ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://meshb.nlm.nih.gov"^^xsd:anyURI ] ; fhir:code [ fhir:v "D000328" ] ; fhir:display [ fhir:v "Adult" ] ] ) ] ] [ fhir:code [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "user" ] ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:309343006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "309343006" ] ; fhir:display [ fhir:v "Physician" ] ] ) ] ] ) ; # fhir:purpose [ fhir:v "Describes the proposal to perform a Heart Valve replacement."] ; # fhir:usage [ fhir:v "This activity definition is used as the definition of a service request to perform a heart valve replacement. Elements that apply universally are defined here, while elements that apply to the specific setting of a referral within a particular order set are defined in the order set."] ; # fhir:topic ( [ fhir:coding ( [ a sct:34068001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "34068001" ] ; fhir:display [ fhir:v "Heart valve replacement" ] ] ) ] ) ; # fhir:kind [ fhir:v "ServiceRequest"] ; # fhir:code [ fhir:coding ( [ a sct:34068001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "34068001" ] ; fhir:display [ fhir:v "Heart valve replacement" ] ] ) ] ; # fhir:timing [ a fhir:Timing ; fhir:event ( [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-expression"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:language [ fhir:v "text/cql" ] ; fhir:expression [ fhir:v "Now()" ] ] ] ) ] ) ] ; # fhir:location [ fhir:reference [ fhir:link <http://hl7.org/fhir/Location/1> ; fhir:reference [ fhir:v "Location/1" ] ] ] ; # fhir:participant ( [ fhir:type [ fhir:v "practitioner" ] ; fhir:role [ fhir:coding ( [ fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ; fhir:code [ fhir:v "207RI0011X" ] ; fhir:display [ fhir:v "Interventional Cardiology Physician" ] ] ) ; fhir:text [ fhir:v "Interventional Cardiology" ] ] ] ) ; # fhir:bodySite ( [ fhir:coding ( [ a sct:17401000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "17401000" ] ; fhir:display [ fhir:v "Heart valve structure" ] ] ) ] ) . # <http://hl7.org/fhir/Location/1> a fhir:Location . # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot3 generated on Tue, Apr 1, 2025 12:24+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change