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 "FC-AddressUse"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Mapping from <a href=\"http://hl7.org/fhir/R4/valueset-address-use.html\">AddressUse</a> to https://vsac.nlm.nih.gov/valueset/2.16.840.1.113883.1.11.10637</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>FHIR to C-CDA Address Use. Based on http://hl7.org/fhir/cm-address-use-v3.html</p>\n</div><br/><p><b>Group 1</b>Mapping from <a href=\"http://hl7.org/fhir/R4/codesystem-address-use.html\">AddressUse</a> to <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-AddressUse.html\">AddressUse</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://hl7.org/fhir/R4/codesystem-address-use.html\" title=\"http://hl7.org/fhir/address-use\">AddressUse</a></td><td/><td colspan=\"2\"><b>Codes</b> from <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-AddressUse.html\" title=\"http://terminology.hl7.org/CodeSystem/v3-AddressUse\">AddressUse</a></td><td/></tr><tr><td style=\"border-right-width: 0px\">home</td><td style=\"border-left-width: 0px\">Home</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\">H</td><td style=\"border-left-width: 0px\">home address</td><td/></tr><tr><td style=\"border-right-width: 0px\">work</td><td style=\"border-left-width: 0px\">Work</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\">WP</td><td style=\"border-left-width: 0px\">work place</td><td/></tr><tr><td style=\"border-right-width: 0px\">temp</td><td style=\"border-left-width: 0px\">Temporary</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\">TMP</td><td style=\"border-left-width: 0px\">temporary address</td><td/></tr><tr><td style=\"border-right-width: 0px; border-bottom-style: none\">old</td><td style=\"border-left-width: 0px; border-bottom-style: none\">Old / Incorrect</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\">OLD</td><td style=\"border-left-width: 0px\">no longer in use</td><td>Incorrect is not included in the CDA definition</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\">BAD</td><td style=\"border-left-width: 0px\">bad address</td><td>Old is not included in the CDA definition</td></tr><tr><td style=\"border-right-width: 0px\">billing</td><td style=\"border-left-width: 0px\">Billing</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\">PST</td><td style=\"border-left-width: 0px\">postal address</td><td>Used to send mail</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/FC-AddressUse"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.2.0"] ; #
fhir:name [ fhir:v "FHIRtoCCDAAddressUse"] ; #
fhir:title [ fhir:v "FHIR to C-CDA Address Use"] ; #
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 "FHIR to C-CDA Address Use. Based on http://hl7.org/fhir/cm-address-use-v3.html"] ; #
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://hl7.org/fhir/ValueSet/address-use"^^xsd:anyURI] ; #
fhir:target [ fhir:v "https://vsac.nlm.nih.gov/valueset/2.16.840.1.113883.1.11.10637"^^xsd:anyURI] ; #
fhir:group ( [
fhir:source [ fhir:v "http://hl7.org/fhir/address-use"^^xsd:anyURI ] ;
fhir:target [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-AddressUse"^^xsd:anyURI ] ;
( fhir:element [
fhir:code [ fhir:v "home" ] ;
fhir:display [ fhir:v "Home" ] ;
( 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 "H" ] ;
fhir:display [ fhir:v "home address" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "work" ] ;
fhir:display [ fhir:v "Work" ] ;
( 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 "WP" ] ;
fhir:display [ fhir:v "work place" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "temp" ] ;
fhir:display [ fhir:v "Temporary" ] ;
( 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 "TMP" ] ;
fhir:display [ fhir:v "temporary address" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "old" ] ;
fhir:display [ fhir:v "Old / Incorrect" ] ;
( 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 "OLD" ] ;
fhir:display [ fhir:v "no longer in use" ] ;
fhir:equivalence [ fhir:v "narrower" ] ;
fhir:comment [ fhir:v "Incorrect is not included in the CDA definition" ] ] [
( 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 "BAD" ] ;
fhir:display [ fhir:v "bad address" ] ;
fhir:equivalence [ fhir:v "narrower" ] ;
fhir:comment [ fhir:v "Old is not included in the CDA definition" ] ] ) ] [
fhir:code [ fhir:v "billing" ] ;
fhir:display [ fhir:v "Billing" ] ;
( 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 "PST" ] ;
fhir:display [ fhir:v "postal address" ] ;
fhir:equivalence [ fhir:v "narrower" ] ;
fhir:comment [ fhir:v "Used to send mail" ] ] ) ] )
] ) . #
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