This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Terminology Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
v2.ContactPointSystem
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/ConceptMap/cm-contact-point-system-v2> a fhir:ConceptMap ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "cm-contact-point-system-v2"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap cm-contact-point-system-v2</b></p><a name=\"cm-contact-point-system-v2\"> </a><a name=\"hccm-contact-point-system-v2\"> </a><a name=\"cm-contact-point-system-v2-en-US\"> </a><p>Mapping from <a href=\"valueset-contact-point-system.html\">ContactPointSystem</a> to <a href=\"http://terminology.hl7.org/6.2.0/ValueSet-v2-0202.html\">hl7VS-telecommunicationEquipmentType</a></p><br/><p><b>Group 1 </b>Mapping from <a href=\"codesystem-contact-point-system.html\">ContactPointSystem</a> to <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0202.html\">telecommunicationEquipmentType</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>phone</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>PH (Telephone)</td><td/></tr><tr><td>fax</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>FX (Fax)</td><td/></tr><tr><td>email</td><td><a href=\"codesystem-concept-map-relationship.html#source-is-narrower-than-target\" title=\"source-is-narrower-than-target\">is narrower than</a></td><td>Internet (Internet Address)</td><td>for email addresses</td></tr><tr><td>pager</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>BP (Beeper)</td><td/></tr><tr><td>url</td><td><a href=\"codesystem-concept-map-relationship.html#source-is-narrower-than-target\" title=\"source-is-narrower-than-target\">is narrower than</a></td><td>Internet (Internet Address)</td><td>for non-email kinds of addresses</td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/ConceptMap/cm-contact-point-system-v2"^^xsd:anyURI] ; # fhir:version [ fhir:v "6.0.0-ballot2"] ; # fhir:name [ fhir:v "v2.ContactPointSystem"] ; # fhir:title [ fhir:v "v2 map for ContactPointSystem"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-03-18T13:49:06+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org/fhir" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "fhir@lists.hl7.org" ] ] ) ] [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ] ] ) ] ) ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ; fhir:code [ fhir:v "001" ] ; fhir:display [ fhir:v "World" ] ] ) ] ) ; # fhir:sourceScope [ a fhir:canonical ; fhir:v "http://hl7.org/fhir/ValueSet/contact-point-system"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/ValueSet/contact-point-system> ] ; # fhir:targetScope [ a fhir:canonical ; fhir:v "http://terminology.hl7.org/ValueSet/v2-0202"^^xsd:anyURI ; fhir:link <http://terminology.hl7.org/ValueSet/v2-0202> ] ; # fhir:group ( [ fhir:source [ fhir:v "http://hl7.org/fhir/contact-point-system"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/contact-point-system> ] ; fhir:target [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0202"^^xsd:anyURI ; fhir:link <http://terminology.hl7.org/CodeSystem/v2-0202> ] ; fhir:element ( [ fhir:code [ fhir:v "phone" ] ; fhir:target ( [ fhir:code [ fhir:v "PH" ] ; fhir:relationship [ fhir:v "equivalent" ] ] ) ] [ fhir:code [ fhir:v "fax" ] ; fhir:target ( [ fhir:code [ fhir:v "FX" ] ; fhir:relationship [ fhir:v "equivalent" ] ] ) ] [ fhir:code [ fhir:v "email" ] ; fhir:target ( [ fhir:code [ fhir:v "Internet" ] ; fhir:relationship [ fhir:v "source-is-narrower-than-target" ] ; fhir:comment [ fhir:v "for email addresses" ] ] ) ] [ fhir:code [ fhir:v "pager" ] ; fhir:target ( [ fhir:code [ fhir:v "BP" ] ; fhir:relationship [ fhir:v "equivalent" ] ] ) ] [ fhir:code [ fhir:v "url" ] ; fhir:target ( [ fhir:code [ fhir:v "Internet" ] ; fhir:relationship [ fhir:v "source-is-narrower-than-target" ] ; fhir:comment [ fhir:v "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.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot2 generated on Tue, Mar 18, 2025 14:02+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change