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

Generated Narrative: Organization

Resource Organization "example3"

Profile: AU Base Organisation

identifier: ABN: 51824754455

type: Medical centre (SNOMED CT#288565001)

name: Devonport Family Medicine Clinic

telecom: reception@dfmc.example.com, fax: (03) 5550 5557(WORK), ph: (03) 5550 5556(WORK)

address: LPO Box 235 Strahan TAS 7468 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 "ABN" ] ] ; fhir:system [ fhir:v "http://hl7.org.au/id/abn"^^xsd:anyURI ] ; fhir:value [ fhir:v "51824754455" ] # Note: 51824754455 is an invalid ABN ie does not pass the ABN check digit algorithm ] ) ; # fhir:type ( [ fhir:coding ( [ a sct:288565001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "288565001" ] ; fhir:display [ fhir:v "Medical centre" ] ] ) ] ) ; # fhir:name [ fhir:v "Devonport Family Medicine Clinic"] ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "reception@dfmc.example.com" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "fax" ] ; fhir:value [ fhir:v "(03) 5550 5557" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(03) 5550 5556" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address ( [ fhir:type [ fhir:v "postal" ] ; fhir:line ( [ fhir:v "LPO Box 235" ] ) ; fhir:city [ fhir:v "Strahan" ] ; fhir:state [ fhir:v "TAS" ] ; fhir:postalCode [ fhir:v "7468" ] ; fhir:country [ fhir:v "AU" ] ] ) . # # -------------------------------------------------------------------------------------