@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "hospital-au"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Organization

Resource Organization "hospital-au"

Profile: AU Core Organization

identifier: HPI-O: 8003621566684455, ABN: 66824753003

type: Hospital (1292.0#8401; RoleCode#HOSP)

name: Hospital Australia

alias: AU Hospitals

telecom: ph: (03) 5550 3333

address: 54301 Stanley St, South Brisbane QLD 4101

partOf: Organization/hospital-int "Hospitals International"

" ] ; # 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: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 "8003621566684455" ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "XX" ] ] ) ; fhir:text [ fhir:v "ABN" ] ] ; fhir:system [ fhir:v "http://hl7.org.au/id/abn"^^xsd:anyURI ] ; fhir:value [ fhir:v "66824753003" ] # 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:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0"^^xsd:anyURI ] ; fhir:code [ fhir:v "8401" ] ] [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "HOSP" ] ] ) ; fhir:text [ fhir:v "Hospital" ] ] ) ; # fhir:name [ fhir:v "Hospital Australia"] ; # fhir:alias ( [ fhir:v "AU Hospitals"] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(03) 5550 3333" ] ] ) ; # fhir:address ( [ fhir:text [ fhir:v "54301 Stanley St, South Brisbane QLD 4101" ] ; fhir:line ( [ fhir:v "54301 Stanley St" ] ) ; fhir:city [ fhir:v "South Brisbane" ] ; fhir:state [ fhir:v "QLD" ] ; fhir:postalCode [ fhir:v "4101" ] ; fhir:country [ fhir:v "AU" ] ] ) ; # fhir:partOf [ fhir:link ; fhir:reference [ fhir:v "Organization/hospital-int" ] ] . # # -------------------------------------------------------------------------------------