identifier: ACN/123456789, HPI-O/8003621566684455
name: Top End Medical Clinic
telecom: ph: (08) 8423 9999(Work), admin@topendmedicalclinic.example.com.au
address: 102 Rowling Street Casuarina NT 0810 AU
"
] ; #
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 "ACN" ]
] ;
fhir:system [ fhir:v "http://hl7.org.au/id/acn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456789" ] # Not a valid ACN. This example uses a fictional\n ACN that does not conform to ACN format to ensure no conflict with real world values
] [
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:name [ fhir:v "Top End Medical Clinic"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(08) 8423 9999" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "admin@topendmedicalclinic.example.com.au" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
fhir:type [ fhir:v "physical" ] ;
fhir:line ( [ fhir:v "102 Rowling Street" ] ) ;
fhir:city [ fhir:v "Casuarina" ] ;
fhir:state [ fhir:v "NT" ] ;
fhir:postalCode [ fhir:v "0810" ] ;
fhir:country [ fhir:v "AU" ]
] ) . #
# -------------------------------------------------------------------------------------