This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4
Vocabulary Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
v3.DataAbsentReason
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:ConceptMap; fhir:Resource.id [ fhir:value "cm-data-absent-reason-v3"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ] ]; fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/ConceptMap/cm-data-absent-reason-v3"]; fhir:CanonicalResource.version [ fhir:value "4.6.0"]; fhir:CanonicalResource.name [ fhir:value "v3.DataAbsentReason"]; fhir:CanonicalResource.title [ fhir:value "v3 map for DataAbsentReason"]; fhir:CanonicalResource.status [ fhir:value "draft"]; fhir:CanonicalResource.date [ fhir:value "2021-04-15T12:25:09+10:00"]; fhir:CanonicalResource.publisher [ fhir:value "HL7 (FHIR Project)"]; fhir:ConceptMap.url [ fhir:value "http://hl7.org/fhir/ConceptMap/cm-data-absent-reason-v3"]; fhir:ConceptMap.version [ fhir:value "4.6.0"]; fhir:ConceptMap.name [ fhir:value "v3.DataAbsentReason"]; fhir:ConceptMap.title [ fhir:value "v3 map for DataAbsentReason"]; fhir:ConceptMap.status [ fhir:value "draft"]; fhir:ConceptMap.date [ fhir:value "2021-04-15T12:25:09+10:00"]; fhir:ConceptMap.publisher [ fhir:value "HL7 (FHIR Project)"]; fhir:ConceptMap.source [ fhir:value "http://hl7.org/fhir/ValueSet/data-absent-reason"]; fhir:ConceptMap.target [ fhir:value "http://terminology.hl7.org/ValueSet/v3-NullFlavor"]; fhir:ConceptMap.group [ fhir:ConceptMapGroupComponent.source [ fhir:value "http://terminology.hl7.org/CodeSystem/data-absent-reason" ]; fhir:ConceptMapGroupComponent.target [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-NullFlavor" ]; fhir:ConceptMapGroupComponent.element [ fhir:SourceElementComponent.code [ fhir:value "unknown" ]; fhir:SourceElementComponent.target [ fhir:TargetElementComponent.code [ fhir:value "UNK" ]; fhir:TargetElementComponent.relationship [ fhir:value "equivalent" ] ] ], [ fhir:SourceElementComponent.code [ fhir:value "asked-unknown" ]; fhir:SourceElementComponent.target [ fhir:TargetElementComponent.code [ fhir:value "ASKU" ]; fhir:TargetElementComponent.relationship [ fhir:value "equivalent" ] ] ], [ fhir:SourceElementComponent.code [ fhir:value "temp-unknown" ]; fhir:SourceElementComponent.target [ fhir:TargetElementComponent.code [ fhir:value "NAV" ]; fhir:TargetElementComponent.relationship [ fhir:value "equivalent" ] ] ], [ fhir:SourceElementComponent.code [ fhir:value "not-asked" ]; fhir:SourceElementComponent.target [ fhir:TargetElementComponent.code [ fhir:value "NASK" ]; fhir:TargetElementComponent.relationship [ fhir:value "equivalent" ] ] ], [ fhir:SourceElementComponent.code [ fhir:value "masked" ]; fhir:SourceElementComponent.target [ fhir:TargetElementComponent.code [ fhir:value "MSK" ]; fhir:TargetElementComponent.relationship [ fhir:value "equivalent" ] ] ], [ fhir:SourceElementComponent.code [ fhir:value "not-applicable" ]; fhir:SourceElementComponent.target [ fhir:TargetElementComponent.code [ fhir:value "NA" ]; fhir:TargetElementComponent.relationship [ fhir:value "equivalent" ] ] ], [ fhir:SourceElementComponent.code [ fhir:value "negative-infinity" ]; fhir:SourceElementComponent.target [ fhir:TargetElementComponent.code [ fhir:value "NINF" ]; fhir:TargetElementComponent.relationship [ fhir:value "equivalent" ] ] ], [ fhir:SourceElementComponent.code [ fhir:value "positive-infinity" ]; fhir:SourceElementComponent.target [ fhir:TargetElementComponent.code [ fhir:value "PINF" ]; fhir:TargetElementComponent.relationship [ fhir:value "equivalent" ] ] ], [ fhir:SourceElementComponent.code [ fhir:value "not-permitted" ]; fhir:SourceElementComponent.target [ fhir:TargetElementComponent.code [ fhir:value "OTH" ]; fhir:TargetElementComponent.relationship [ fhir:value "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.