AU Core Implementation Guide 0.1.0-draft - Draft
Publication Build: This will be filled in by the publication tooling
Raw ttl | Download
@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:HealthcareService; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "lge-priv-xray"]; # fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.au/fhir/core/StructureDefinition/au-core-healthcareservice"; fhir:index 0; fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-healthcareservice> ] ]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: HealthcareService</b><a name=\"lge-priv-xray\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource HealthcareService "lge-priv-xray" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-healthcareservice.html\">AU Core HealthcareService</a></p></div><p><b>identifier</b>: ABN: 51824997755</p><p><b>name</b>: Large Private X-RAY</p><p><b>telecom</b>: ph: 1300 975 707(WORK), <a href=\"https://lge-private-xray.example.com\">https://lge-private-xray.example.com</a></p></div>" ]; # fhir:HealthcareService.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "XX" ] ]; fhir:CodeableConcept.text [ fhir:value "ABN" ] ]; fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/abn" ]; fhir:Identifier.value [ fhir:value "51824997755" ] # Not a valid ABN. This example uses a fictional\n ABN that does not conform to ABN format to ensure no conflict with real world values ]; # fhir:HealthcareService.name [ fhir:value "Large Private X-RAY"]; # fhir:HealthcareService.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "1300 975 707" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://lge-private-xray.example.com" ]; fhir:ContactPoint.use [ fhir:value "work" ] ]. # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.