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

Profile: AU Base Organisation

identifier: ABN: 51824753556

type: Private hospital (SNOMED CT#309895006)

name: Albion Hospital

contact

purpose: Medical Record (Contact Purpose#medical-record)

telecom: ph: (07) 5550 5556

contact

purpose: Media enquiries (Contact entity type#PRESS "Press")

telecom: press@albionhospital.example.com, ph: (07) 5550 5557

contact

purpose: Human Resources (Contact entity type#HR)

telecom: hr@albionhospital.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 "51824753556" ] ] ) ; # fhir:type ( [ fhir:coding ( [ a sct:309895006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "309895006" ] ; fhir:display [ fhir:v "Private hospital" ] ] ) ] ) ; # fhir:name [ fhir:v "Albion Hospital"] ; # fhir:contact ( [ fhir:purpose [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/contact-purpose"^^xsd:anyURI ] ; fhir:code [ fhir:v "medical-record" ] ; fhir:display [ fhir:v "Medical Record" ] ] ) ] ; fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(07) 5550 5556" ] ] ) ] [ fhir:purpose [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "PRESS" ] ; fhir:display [ fhir:v "Press" ] ] ) ; fhir:text [ fhir:v "Media enquiries" ] ] ; fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "press@albionhospital.example.com" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(07) 5550 5557" ] ] ) ] [ fhir:purpose [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "HR" ] ] ) ; fhir:text [ fhir:v "Human Resources" ] ] ; fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hr@albionhospital.example.com" ] ] ) ] ) . # # -------------------------------------------------------------------------------------