Australian Profile for Provider Directory Services

This page is part of the Australian Provider Directory IG (v0.2.0: PD 1 on FHIR STU3 Draft) based on FHIR R3. The current version which supercedes this version is 2.0.1. For a full list of available versions, see the Directory of published versions

Example: ConceptMap-conceptmap-snomed-nhsd-healthcareservice-role

Formats: XML, JSON, Turtle

Raw ttl

@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:Resource.id [ fhir:value "conceptmap-snomed-nhsd-healthcareservice-role"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n			<h1>SNOMED-CT to NHSD Healthcare Service Role</h1>\n		</div>"
  ];
  fhir:ConceptMap.name [ fhir:value "SNOMED-CT to NHSD Healthcare Service Role"];
  fhir:ConceptMap.title [ fhir:value "SNOMED-CT to NHSD Healthcare Service Role"];
  fhir:ConceptMap.status [ fhir:value "active"];
  fhir:ConceptMap.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:ConceptMap.date [ fhir:value "2013-09-14"^^xsd:date];
  fhir:ConceptMap.sourceReference [
     fhir:link <http://hl7.org.au/fhir/ValueSet/valueset-snomed-healthcareservice-role>;
     fhir:Reference.reference [ fhir:value "http://hl7.org.au/fhir/ValueSet/valueset-snomed-healthcareservice-role" ]
  ];
  fhir:ConceptMap.targetReference [
     fhir:link <http://hl7.org.au/fhir/ValueSet/valueset-nhsd-healthcareservice-services>;
     fhir:Reference.reference [ fhir:value "http://hl7.org.au/fhir/ValueSet/valueset-nhsd-healthcareservice-services" ]
  ];
  fhir:ConceptMap.group [
     fhir:index 0;
     fhir:ConceptMap.group.element [
       fhir:index 0;
       fhir:ConceptMap.group.element.code [ fhir:value "310080006" ];
       fhir:ConceptMap.group.element.target [
         fhir:index 0;
         fhir:ConceptMap.group.element.target.code [ fhir:value "42-7-1" ];
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.