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
v2 map for ContactPointSystem
{ "resourceType": "ConceptMap", "id": "v2-contact-point-system", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "url": "http://hl7.org/fhir/ConceptMap/v2-contact-point-system", "name": "v2 map for ContactPointSystem", "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": "v2 Map (0202)", "sourceReference": { "reference": "http://hl7.org/fhir/ValueSet/contact-point-system" }, "targetReference": { "reference": "http://hl7.org/fhir/ValueSet/v2-0202" }, "element": [ { "codeSystem": "http://hl7.org/fhir/contact-point-system", "code": "phone", "target": [ { "codeSystem": "http://hl7.org/fhir/v2/0202", "code": "PH", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/contact-point-system", "code": "fax", "target": [ { "codeSystem": "http://hl7.org/fhir/v2/0202", "code": "FX", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/contact-point-system", "code": "email", "target": [ { "codeSystem": "http://hl7.org/fhir/v2/0202", "code": "Internet", "equivalence": "narrower", "comments": "for email addresses" } ] }, { "codeSystem": "http://hl7.org/fhir/contact-point-system", "code": "pager", "target": [ { "codeSystem": "http://hl7.org/fhir/v2/0202", "code": "BP", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/contact-point-system", "code": "other", "target": [ { "codeSystem": "http://hl7.org/fhir/v2/0202", "code": "Internet", "equivalence": "narrower", "comments": "for non-email kinds of addresses" } ] } ] }
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.