Release 4

Cm-data-absent-reason-v3.ttl

Vocabulary Work GroupMaturity Level: N/AStandards 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 "generated" ]
  ];
  fhir:ConceptMap.url [ fhir:value "http://hl7.org/fhir/ConceptMap/cm-data-absent-reason-v3"];
  fhir:ConceptMap.version [ fhir:value "4.0.1"];
  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-01-21T15:34:20+00: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:index 0;
     fhir:ConceptMap.source [ fhir:value "http://terminology.hl7.org/CodeSystem/data-absent-reason" ];
     fhir:ConceptMap.target [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-NullFlavor" ];
     fhir:ConceptMap.element [
       fhir:index 0;
       fhir:ConceptMap.code [ fhir:value "unknown" ];
       fhir:ConceptMap.target [
         fhir:index 0;
         fhir:ConceptMap.code [ fhir:value "UNK" ];
         fhir:ConceptMap.equivalence [ fhir:value "equal" ]
       ]
     ], [
       fhir:index 1;
       fhir:ConceptMap.code [ fhir:value "asked-unknown" ];
       fhir:ConceptMap.target [
         fhir:index 0;
         fhir:ConceptMap.code [ fhir:value "ASKU" ];
         fhir:ConceptMap.equivalence [ fhir:value "equal" ]
       ]
     ], [
       fhir:index 2;
       fhir:ConceptMap.code [ fhir:value "temp-unknown" ];
       fhir:ConceptMap.target [
         fhir:index 0;
         fhir:ConceptMap.code [ fhir:value "NAV" ];
         fhir:ConceptMap.equivalence [ fhir:value "equal" ]
       ]
     ], [
       fhir:index 3;
       fhir:ConceptMap.code [ fhir:value "not-asked" ];
       fhir:ConceptMap.target [
         fhir:index 0;
         fhir:ConceptMap.code [ fhir:value "NASK" ];
         fhir:ConceptMap.equivalence [ fhir:value "equal" ]
       ]
     ], [
       fhir:index 4;
       fhir:ConceptMap.code [ fhir:value "masked" ];
       fhir:ConceptMap.target [
         fhir:index 0;
         fhir:ConceptMap.code [ fhir:value "MSK" ];
         fhir:ConceptMap.equivalence [ fhir:value "equal" ]
       ]
     ], [
       fhir:index 5;
       fhir:ConceptMap.code [ fhir:value "not-applicable" ];
       fhir:ConceptMap.target [
         fhir:index 0;
         fhir:ConceptMap.code [ fhir:value "NA" ];
         fhir:ConceptMap.equivalence [ fhir:value "equal" ]
       ]
     ], [
       fhir:index 6;
       fhir:ConceptMap.code [ fhir:value "negative-infinity" ];
       fhir:ConceptMap.target [
         fhir:index 0;
         fhir:ConceptMap.code [ fhir:value "NINF" ];
         fhir:ConceptMap.equivalence [ fhir:value "equal" ]
       ]
     ], [
       fhir:index 7;
       fhir:ConceptMap.code [ fhir:value "positive-infinity" ];
       fhir:ConceptMap.target [
         fhir:index 0;
         fhir:ConceptMap.code [ fhir:value "PINF" ];
         fhir:ConceptMap.equivalence [ fhir:value "equal" ]
       ]
     ], [
       fhir:index 8;
       fhir:ConceptMap.code [ fhir:value "not-permitted" ];
       fhir:ConceptMap.target [
         fhir:index 0;
         fhir:ConceptMap.code [ fhir:value "OTH" ];
         fhir:ConceptMap.equivalence [ fhir:value "equal" ]
       ]
     ]
  ] .

# -------------------------------------------------------------------------------------


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.