"
] ; #
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" ]
] ) . #
# -------------------------------------------------------------------------------------