This page is part of the FHIR Specification (v1.0.0: DSTU 2 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
v3 map for DocumentReferenceStatus
{ "resourceType": "ConceptMap", "id": "v3-document-reference-status", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "url": "http://hl7.org/fhir/ConceptMap/v3-document-reference-status", "name": "v3 map for DocumentReferenceStatus", "status": "draft", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "date": "2015-09-01T14:38:48+10:00", "description": "v3 Map (ActStatus)", "sourceReference": { "reference": "http://hl7.org/fhir/ValueSet/document-reference-status" }, "targetReference": { "reference": "http://hl7.org/fhir/ValueSet/v3-ActStatus" }, "element": [ { "codeSystem": "http://hl7.org/fhir/document-reference-status", "code": "current", "target": [ { "codeSystem": "http://hl7.org/fhir/v3/ActStatus", "code": "active", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/document-reference-status", "code": "superseded", "target": [ { "codeSystem": "http://hl7.org/fhir/v3/ActStatus", "code": "obsolete", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/document-reference-status", "code": "entered-in-error", "target": [ { "codeSystem": "http://hl7.org/fhir/v3/ActStatus", "code": "nullified", "equivalence": "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.