AU Base Implementation Guide 4.1.0 - Trial Use
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:Organization; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "5-8631-1"]; # fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "Version-2" ]; fhir:Meta.profile [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-organization"; fhir:index 0; fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-organization> ] ]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"5-8631-1\"> </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 Organization "5-8631-1" Version "Version-2" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-organization.html\">AU Base Organisation</a></p></div><p><b>identifier</b>: HPI-O: 8003621566684455</p><p><b>type</b>: Pathology Services <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (1292.0#8631)</span></p><p><b>name</b>: Test Org -DigitalHealth 5</p><p><b>alias</b>: Digital Health 5, Digital Health Five</p><p><b>address</b>: 23 Marcus Cres KEMPSEY NSW 2440 AU </p></div>" ]; # fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "NOI" ] ]; fhir:CodeableConcept.text [ fhir:value "HPI-O" ] ]; fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/hpio/1.0" ]; fhir:Identifier.value [ fhir:value "8003621566684455" ] ]; # fhir:Organization.type [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0" ]; fhir:Coding.code [ fhir:value "8631" ]; fhir:Coding.display [ fhir:value "Pathology Services" ] ] ]; # fhir:Organization.name [ fhir:value "Test Org -DigitalHealth 5"]; # fhir:Organization.alias [ fhir:value "Digital Health 5"; fhir:index 0 ], [ fhir:value "Digital Health Five"; fhir:index 1 ]; # fhir:Organization.address [ fhir:index 0; fhir:Address.type [ fhir:value "physical" ]; fhir:Address.line [ fhir:value "23 Marcus Cres"; fhir:index 0 ]; fhir:Address.city [ fhir:value "KEMPSEY" ]; fhir:Address.state [ fhir:value "NSW" ]; fhir:Address.postalCode [ fhir:value "2440" ]; fhir:Address.country [ fhir:value "AU" ] ]. # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.