This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4
Example ConceptMap/cm-composition-status-v3 (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
V3CompositionStatus
@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-composition-status-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-composition-status-v3"], [ fhir:v "http://hl7.org/fhir/ConceptMap/cm-composition-status-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.9" ]
] [
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.14.9" ]
] ) ;
fhir:version [ fhir:v "5.0.0"], [ fhir:v "5.0.0"] ;
fhir:name [ fhir:v "V3CompositionStatus"], [ fhir:v "V3CompositionStatus"] ;
fhir:title [ fhir:v "v3 map for CompositionStatus"], [ fhir:v "v3 map for CompositionStatus"] ;
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 CompositionStatus"], [ fhir:v "v3 map for CompositionStatus"] ;
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/composition-status" ] ;
fhir:target [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActStatus" ] ;
fhir:element ( [
fhir:code [ fhir:v "preliminary" ] ;
fhir:target ( [
fhir:code [ fhir:v "active" ] ;
fhir:relationship [ fhir:v "equivalent" ]
] )
] [
fhir:code [ fhir:v "final" ] ;
fhir:target ( [
fhir:code [ fhir:v "completed" ] ;
fhir:relationship [ fhir:v "source-is-narrower-than-target" ]
] )
] [
fhir:code [ fhir:v "amended" ] ;
fhir:target ( [
fhir:code [ fhir:v "completed" ] ;
fhir:relationship [ fhir:v "source-is-narrower-than-target" ]
] )
] [
fhir:code [ fhir:v "entered-in-error" ] ;
fhir:target ( [
fhir:code [ fhir:v "nullified" ] ;
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.