Release 5 Draft Ballot

This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Cm-contact-point-system-v2.ttl

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

v2.ContactPointSystem

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:ConceptMap;
  fhir:Resource.id [ fhir:value "cm-contact-point-system-v2"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ]
  ];
  fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/ConceptMap/cm-contact-point-system-v2"];
  fhir:CanonicalResource.version [ fhir:value "4.6.0"];
  fhir:CanonicalResource.name [ fhir:value "v2.ContactPointSystem"];
  fhir:CanonicalResource.title [ fhir:value "v2 map for ContactPointSystem"];
  fhir:CanonicalResource.status [ fhir:value "draft"];
  fhir:CanonicalResource.date [ fhir:value "2021-04-15T12:25:09+10:00"];
  fhir:CanonicalResource.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CanonicalResource.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:ConceptMap.url [ fhir:value "http://hl7.org/fhir/ConceptMap/cm-contact-point-system-v2"];
  fhir:ConceptMap.version [ fhir:value "4.6.0"];
  fhir:ConceptMap.name [ fhir:value "v2.ContactPointSystem"];
  fhir:ConceptMap.title [ fhir:value "v2 map for ContactPointSystem"];
  fhir:ConceptMap.status [ fhir:value "draft"];
  fhir:ConceptMap.date [ fhir:value "2021-04-15T12:25:09+10:00"];
  fhir:ConceptMap.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:ConceptMap.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:ConceptMap.source [ fhir:value "http://hl7.org/fhir/ValueSet/contact-point-system"];
  fhir:ConceptMap.target [ fhir:value "http://terminology.hl7.org/ValueSet/v2-0202"];
  fhir:ConceptMap.group [
     fhir:ConceptMapGroupComponent.source [ fhir:value "http://hl7.org/fhir/contact-point-system" ];
     fhir:ConceptMapGroupComponent.target [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0202" ];
     fhir:ConceptMapGroupComponent.element [
       fhir:SourceElementComponent.code [ fhir:value "phone" ];
       fhir:SourceElementComponent.target [
         fhir:TargetElementComponent.code [ fhir:value "PH" ];
         fhir:TargetElementComponent.relationship [ fhir:value "equivalent" ]
       ]
     ], [
       fhir:SourceElementComponent.code [ fhir:value "fax" ];
       fhir:SourceElementComponent.target [
         fhir:TargetElementComponent.code [ fhir:value "FX" ];
         fhir:TargetElementComponent.relationship [ fhir:value "equivalent" ]
       ]
     ], [
       fhir:SourceElementComponent.code [ fhir:value "email" ];
       fhir:SourceElementComponent.target [
         fhir:TargetElementComponent.code [ fhir:value "Internet" ];
         fhir:TargetElementComponent.relationship [ fhir:value "source-is-narrower-than-target" ];
         fhir:TargetElementComponent.comment [ fhir:value "for email addresses" ]
       ]
     ], [
       fhir:SourceElementComponent.code [ fhir:value "pager" ];
       fhir:SourceElementComponent.target [
         fhir:TargetElementComponent.code [ fhir:value "BP" ];
         fhir:TargetElementComponent.relationship [ fhir:value "equivalent" ]
       ]
     ], [
       fhir:SourceElementComponent.code [ fhir:value "url" ];
       fhir:SourceElementComponent.target [
         fhir:TargetElementComponent.code [ fhir:value "Internet" ];
         fhir:TargetElementComponent.relationship [ fhir:value "source-is-narrower-than-target" ];
         fhir:TargetElementComponent.comment [ fhir:value "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.