This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions . Page versions: R5 R4
Example ConceptMap/cm-detectedissue-severity-v3 (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
V3DetectedIssueSeverity
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:ConceptMap ;
fhir:id [ fhir:v "cm-detectedissue-severity-v3"] ;
fhir:meta [
fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareableconceptmap" ] )
] ;
fhir:text [
fhir:status [ fhir:v "extensions" ]
] ;
fhir:url [ fhir:v "http://hl7.org/fhir/ConceptMap/cm-detectedissue-severity-v3"], [ fhir:v "http://hl7.org/fhir/ConceptMap/cm-detectedissue-severity-v3"] ;
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.14.10" ]
] [
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.14.10" ]
] ) ;
fhir:version [ fhir:v "5.0.0"], [ fhir:v "5.0.0"] ;
fhir:name [ fhir:v "V3DetectedIssueSeverity"], [ fhir:v "V3DetectedIssueSeverity"] ;
fhir:title [ fhir:v "v3 map for DetectedIssueSeverity"], [ fhir:v "v3 map for DetectedIssueSeverity"] ;
fhir:status [ fhir:v "draft"], [ fhir:v "draft"] ;
fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ;
fhir:date [ fhir:v "2020-12-24T21:13:15+00:00"], [ fhir:v "2020-12-24T21:13:15+00:00"] ;
fhir:publisher [ fhir:v "HL7 (FHIR Project)"], [ fhir:v "HL7 (FHIR Project)"] ;
fhir:description [ fhir:v "v3 map for DetectedIssueSeverity"], [ fhir:v "v3 map for DetectedIssueSeverity"] ;
fhir:jurisdiction ( [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] ) ;
fhir:group ( [
fhir:source [ fhir:v "http://hl7.org/fhir/detectedissue-severity" ] ;
fhir:target [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationValue" ] ;
fhir:element ( [
fhir:code [ fhir:v "high" ] ;
fhir:target ( [
fhir:code [ fhir:v "H" ] ;
fhir:relationship [ fhir:v "equivalent" ]
] )
] [
fhir:code [ fhir:v "moderate" ] ;
fhir:target ( [
fhir:code [ fhir:v "M" ] ;
fhir:relationship [ fhir:v "equivalent" ]
] )
] [
fhir:code [ fhir:v "low" ] ;
fhir:target ( [
fhir:code [ fhir:v "L" ] ;
fhir:relationship [ fhir:v "equivalent" ]
] )
] )
] ) .
# -------------------------------------------------------------------------------------
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.