@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "hospital-int"] ; # 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-int"

Profile: AU Core Organization

identifier: ABN: 66824753003

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

name: Hospitals International

alias: International Hospital Care

telecom: ph: (03) 5550 3333, https://international.hospitals.example.com

" ] ; # fhir:identifier ( [ 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 ] ) ; # Invalid ABN format that passes profile validation used as the fictitious ABN to avoid introducing ambiguity with real world organisations 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 "Hospitals International"] ; # fhir:alias ( [ fhir:v "International Hospital Care"] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(03) 5550 3333" ] ] [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://international.hospitals.example.com" ] ] ) . # # -------------------------------------------------------------------------------------