C-CDA on FHIR, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 1.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ccda-on-fhir/ and changes regularly. See the Directory of published versions
Active as of 2024-03-12 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ConceptMap ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CF-TelecomType"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Mapping from <a href=\"http://terminology.hl7.org/5.3.0/ValueSet-v3-URLScheme.html\">URLScheme</a> to <a href=\"http://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a></p><p>ACTIVE. Published on 2024-03-12 16:03:19+0000 by HL7 International / Cross-Group Projects (HL7 International / Cross-Group Projects: <a href=\"http://www.hl7.org/Special/committees/cgp\">http://www.hl7.org/Special/com...</a>). </p><div><p>C-CDA to FHIR Telecom Type. In CDA, these are prefixes inside the value attribute.</p>\n</div><br/><p><b>Group 1</b>Mapping from <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-URLScheme.html\">Universal Resource Locator Scheme</a> to <a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html\">ContactPointSystem</a></p><table class=\"grid\"><tr><td colspan=\"2\"><b>Source Concept Details</b></td><td><b>Relationship</b></td><td colspan=\"2\"><b>Target Concept Details</b></td><td><b>Comment</b></td><td colspan=\"2\"><b>Properties</b></td></tr><tr><td colspan=\"2\"><b>Codes</b> from <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-URLScheme.html\" title=\"http://terminology.hl7.org/CodeSystem/v3-URLScheme\">Universal Resource Locator Scheme</a></td><td/><td colspan=\"2\"><b>Codes</b> from <a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html\" title=\"http://hl7.org/fhir/contact-point-system\">ContactPointSystem</a></td><td/></tr><tr><td style=\"border-right-width: 0px\">mailto</td><td style=\"border-left-width: 0px\">Mailto</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0-snapshot1/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td style=\"border-right-width: 0px\">email</td><td style=\"border-left-width: 0px\">Email</td><td/></tr><tr><td style=\"border-right-width: 0px\">http</td><td style=\"border-left-width: 0px\">HTTP</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0-snapshot1/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td style=\"border-right-width: 0px\">url</td><td style=\"border-left-width: 0px\">URL</td><td/></tr><tr><td style=\"border-right-width: 0px; border-bottom-style: none\">tel</td><td style=\"border-left-width: 0px; border-bottom-style: none\">Telephone</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0-snapshot1/CodeSystem-concept-map-equivalence.html#source-is-broader-than-target\" title=\"source-is-broader-than-target\">is broader than</a></td><td style=\"border-right-width: 0px\">phone</td><td style=\"border-left-width: 0px\">Phone</td><td>Use phone when the @use is not PG (pager)</td></tr><tr><td style=\"border-right-width: 0px; border-top-style: none\"/><td style=\"border-top-style: none; border-left-width: 0px\"/><td><a href=\"http://hl7.org/fhir/extensions/5.1.0-snapshot1/CodeSystem-concept-map-equivalence.html#source-is-broader-than-target\" title=\"source-is-broader-than-target\">is broader than</a></td><td style=\"border-right-width: 0px\">pager</td><td style=\"border-left-width: 0px\">Pager</td><td>Use pager when the @use is PG (Pager)</td></tr><tr><td style=\"border-right-width: 0px\">fax</td><td style=\"border-left-width: 0px\">Fax</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0-snapshot1/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td style=\"border-right-width: 0px\">fax</td><td style=\"border-left-width: 0px\">Fax</td><td>While mappings are provided for both fax and x-text-fax, the latter is the preferred prefix in CDA</td></tr><tr><td style=\"border-right-width: 0px\">x-text-fax</td><td style=\"border-left-width: 0px\">Fax</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0-snapshot1/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td style=\"border-right-width: 0px\">fax</td><td style=\"border-left-width: 0px\">Fax</td><td>While mappings are provided for both fax and x-text-fax, the latter is the preferred prefix in CDA</td></tr><tr><td style=\"border-right-width: 0px\"/><td style=\"border-left-width: 0px\"></td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0-snapshot1/CodeSystem-concept-map-equivalence.html#source-is-broader-than-target\" title=\"source-is-broader-than-target\">is broader than</a></td><td style=\"border-right-width: 0px\">sms</td><td style=\"border-left-width: 0px\">SMS</td><td>While sms: is not technically designated in CDA, if it's included as such, we recommend mapping to sms in FHIR</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cgp" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/ccda/ConceptMap/CF-TelecomType"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.2.0"] ; #
fhir:name [ fhir:v "CCDAtoFHIRTelecomType"] ; #
fhir:title [ fhir:v "C-CDA to FHIR Telecom Type"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-03-12T16:03:19+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Cross-Group Projects"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Cross-Group Projects" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cgp" ] ] )
] ) ; #
fhir:description [ fhir:v "C-CDA to FHIR Telecom Type. In CDA, these are prefixes inside the value attribute. "] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:source [ fhir:v "http://terminology.hl7.org/ValueSet/v3-URLScheme"^^xsd:anyURI] ; #
fhir:target [ fhir:v "http://hl7.org/fhir/ValueSet/contact-point-system"^^xsd:anyURI] ; #
fhir:group ( [
fhir:source [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-URLScheme"^^xsd:anyURI ] ;
fhir:target [ fhir:v "http://hl7.org/fhir/contact-point-system"^^xsd:anyURI ] ;
( fhir:element [
fhir:code [ fhir:v "mailto" ] ;
fhir:display [ fhir:v "Mailto" ] ;
( fhir:_target [
( fhir:modifierExtension [
fhir:url [ fhir:v "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence"^^xsd:anyURI ] ;
fhir:value [ fhir:v "equivalent" ] ] ) ;
fhir:code [ fhir:v "email" ] ;
fhir:display [ fhir:v "Email" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "http" ] ;
fhir:display [ fhir:v "HTTP" ] ;
( fhir:_target [
( fhir:modifierExtension [
fhir:url [ fhir:v "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence"^^xsd:anyURI ] ;
fhir:value [ fhir:v "equivalent" ] ] ) ;
fhir:code [ fhir:v "url" ] ;
fhir:display [ fhir:v "URL" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "tel" ] ;
fhir:display [ fhir:v "Telephone" ] ;
( fhir:_target [
( fhir:modifierExtension [
fhir:url [ fhir:v "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence"^^xsd:anyURI ] ;
fhir:value [ fhir:v "narrower" ] ] ) ;
fhir:code [ fhir:v "phone" ] ;
fhir:display [ fhir:v "Phone" ] ;
fhir:equivalence [ fhir:v "narrower" ] ;
fhir:comment [ fhir:v "Use phone when the @use is not PG (pager)" ] ] [
( fhir:modifierExtension [
fhir:url [ fhir:v "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence"^^xsd:anyURI ] ;
fhir:value [ fhir:v "narrower" ] ] ) ;
fhir:code [ fhir:v "pager" ] ;
fhir:display [ fhir:v "Pager" ] ;
fhir:equivalence [ fhir:v "narrower" ] ;
fhir:comment [ fhir:v "Use pager when the @use is PG (Pager)" ] ] ) ] [
fhir:code [ fhir:v "fax" ] ;
fhir:display [ fhir:v "Fax" ] ;
( fhir:_target [
( fhir:modifierExtension [
fhir:url [ fhir:v "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence"^^xsd:anyURI ] ;
fhir:value [ fhir:v "equivalent" ] ] ) ;
fhir:code [ fhir:v "fax" ] ;
fhir:display [ fhir:v "Fax" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "While mappings are provided for both fax and x-text-fax, the latter is the preferred prefix in CDA" ] ] ) ] [
fhir:code [ fhir:v "x-text-fax" ] ;
fhir:display [ fhir:v "Fax" ] ;
( fhir:_target [
( fhir:modifierExtension [
fhir:url [ fhir:v "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence"^^xsd:anyURI ] ;
fhir:value [ fhir:v "equivalent" ] ] ) ;
fhir:code [ fhir:v "fax" ] ;
fhir:display [ fhir:v "Fax" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "While mappings are provided for both fax and x-text-fax, the latter is the preferred prefix in CDA" ] ] ) ] [
( fhir:_target [
( fhir:modifierExtension [
fhir:url [ fhir:v "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence"^^xsd:anyURI ] ;
fhir:value [ fhir:v "narrower" ] ] ) ;
fhir:code [ fhir:v "sms" ] ;
fhir:display [ fhir:v "SMS" ] ;
fhir:equivalence [ fhir:v "narrower" ] ;
fhir:comment [ fhir:v "While sms: is not technically designated in CDA, if it's included as such, we recommend mapping to sms in FHIR" ] ] ) ] )
] ) . #
IG © 2020+ HL7 International / Cross-Group Projects. Package hl7.fhir.us.ccda#1.2.0 based on FHIR 4.0.1. Generated 2024-03-12
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change