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 
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-core"]; 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 core service</h1>\n </div>" ]; fhir:ConceptMap.name [ fhir:value "SNOMED-CT to NHSD core service"]; fhir:ConceptMap.title [ fhir:value "SNOMED-CT to NHSD core service"]; fhir:ConceptMap.status [ fhir:value "active"]; fhir:ConceptMap.experimental [ fhir:value "false"^^xsd:boolean]; fhir:ConceptMap.date [ fhir:value "2013-07-25"^^xsd:date]; fhir:ConceptMap.sourceReference [ fhir:link <http://hl7.org.au/fhir/ValueSet/valueset-snomed-practitioner-role>; fhir:Reference.reference [ fhir:value "http://hl7.org.au/fhir/ValueSet/valueset-snomed-practitioner-role" ] ]; fhir:ConceptMap.targetReference [ fhir:link <http://hl7.org.au/fhir/ValueSet/valueset-nhsd-core-services>; fhir:Reference.reference [ fhir:value "http://hl7.org.au/fhir/ValueSet/valueset-nhsd-core-services" ] ]; fhir:ConceptMap.group [ fhir:index 0; fhir:ConceptMap.group.element [ fhir:index 0; fhir:ConceptMap.group.element.code [ fhir:value "1421009" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "2535-11.0" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "wider" ] ] ], [ fhir:index 1; fhir:ConceptMap.group.element.code [ fhir:value "3430008" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "2512-12-0" ] ] ], [ fhir:index 2; fhir:ConceptMap.group.element.code [ fhir:value "3842006" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "2521-11-0" ] ] ], [ fhir:index 3; fhir:ConceptMap.group.element.code [ fhir:value "4162009" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "4112" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "inexact" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.