AU eRequesting Implementation Guide 0.2.0-preview - Preview
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:id [ fhir:v "kioma-pathology"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization"^^xsd:anyURI ; fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization kioma-pathology</b></p><a name=\"kioma-pathology\"> </a><a name=\"hckioma-pathology\"> </a><a name=\"kioma-pathology-en-AU\"> </a><p><b>identifier</b>: HPI-O/8003621566705995</p><p><b>type</b>: <span title=\"Codes:{http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0 8520}\">Pathology laboratory</span></p><p><b>name</b>: Kioma Pathology</p><p><b>telecom</b>: <a href=\"mailto:info@kiomapathology.example.net\">info@kiomapathology.example.net</a>, ph: (07) 5550 5000(Work)</p><p><b>address</b>: 15 Hazlett Est Kioma QLD 4498 AU (work)</p></div>" ] ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NOI" ] ; fhir:display [ fhir:v "National Organisation Identifier" ] ] ) ; fhir:text [ fhir:v "HPI-O" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpio/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003621566705995" ] ] ) ; # fhir:type ( [ ( fhir:coding [ fhir:system [ fhir:v "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0"^^xsd:anyURI ] ; fhir:code [ fhir:v "8520" ] ; fhir:display [ fhir:v "Pathology and Diagnostic Imaging Services" ] ] ) ; fhir:text [ fhir:v "Pathology laboratory" ] ] ) ; # fhir:name [ fhir:v "Kioma Pathology"] ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "info@kiomapathology.example.net" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(07) 5550 5000" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address ( [ fhir:use [ fhir:v "work" ] ; fhir:type [ fhir:v "physical" ] ; ( fhir:line [ fhir:v "15 Hazlett Est" ] ) ; fhir:city [ fhir:v "Kioma" ] ; fhir:state [ fhir:v "QLD" ] ; fhir:postalCode [ fhir:v "4498" ] ; fhir:country [ fhir:v "AU" ] ] ) . #