Package | hl7.fhir.us.ccda |
Type | ConceptMap |
Id | FC-TelecomType |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/ccda/https://build.fhir.org/ig/HL7/ccda-on-fhir/ConceptMap-FC-TelecomType.html |
URL | http://hl7.org/fhir/us/ccda/ConceptMap/FC-TelecomType |
Version | 2.0.0-ballot |
Status | active |
Date | 2025-05-05T14:21:57+00:00 |
Name | FHIRtoCCDATelecomType |
Title | FHIR to C-CDA Telecom Type |
Realm | us |
Authority | hl7 |
Description | FHIR to C-CDA Telecom Type. In CDA, these are prefixes inside the value attribute. |
No resources found
CodeSystem | |
v3-URLScheme | Universal Resource Locator Scheme |
v3-URLScheme | Universal Resource Locator Scheme |
Note: links and images are rebased to the (stated) source
Generated Narrative: ConceptMap FC-TelecomType
Mapping from ContactPointSystem to (not specified)
Group 1 Mapping from ContactPointSystem to Universal Resource Locator Scheme
Source Code | Relationship | Target Code | Comment |
is equivalent to | mailto | ||
url | is equivalent to | http | |
phone | maps to wider concept | tel (Telephone) | |
pager | maps to wider concept | tel (Telephone) | Note that the @use should be set to PG |
fax | is equivalent to | x-text-fax (Fax) |
{ "resourceType": "ConceptMap", "id": "FC-TelecomType", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cgp" } ], "url": "http://hl7.org/fhir/us/ccda/ConceptMap/FC-TelecomType", "version": "2.0.0-ballot", "name": "FHIRtoCCDATelecomType", "title": "FHIR to C-CDA Telecom Type", "status": "active", "experimental": false, "date": "2025-05-05T14:21:57+00:00", "publisher": "HL7 International / Cross-Group Projects", "contact": [ { "name": "HL7 International / Cross-Group Projects", "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/cgp" } ] } ], "description": "FHIR to C-CDA Telecom Type. In CDA, these are prefixes inside the value attribute.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "US" } ] } ], "sourceUri": "http://hl7.org/fhir/ValueSet/contact-point-system", "group": [ { "source": "http://hl7.org/fhir/contact-point-system", "target": "http://terminology.hl7.org/CodeSystem/v3-URLScheme", "element": [ { "code": "email", "display": "Email", "target": [ { "code": "mailto", "display": "Mailto", "equivalence": "equivalent" } ] }, { "code": "url", "display": "URL", "target": [ { "code": "http", "display": "HTTP", "equivalence": "equivalent" } ] }, { "code": "phone", "display": "Phone", "target": [ { "code": "tel", "display": "Telephone", "equivalence": "wider" } ] }, { "code": "pager", "display": "Pager", "target": [ { "code": "tel", "display": "Telephone", "equivalence": "wider", "comment": "Note that the @use should be set to PG" } ] }, { "code": "fax", "display": "Fax", "target": [ { "code": "x-text-fax", "display": "Fax", "equivalence": "equivalent" } ] } ] } ] }