@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:HealthcareService ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "algrester-medical-centre"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-healthcareservice-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: HealthcareService algrester-medical-centre

identifier: HPI-O/8003621566699776

providedBy: Organization Algregster Medical Centre

type: General practice service, COVID-19 vaccination service, Immunisation service

location: Location Gregory Tindal Building

name: Algregster Medical Centre

telecom: info@algregstermedical.example.com, ph: (07) 5550 2427(Work)

" ] ; # fhir:identifier ( [ 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 "8003621566699776" ] ] ) ; # fhir:providedBy [ fhir:link ; fhir:reference [ fhir:v "Organization/algrester-medical-centre" ] ] ; # fhir:type ( [ fhir:coding ( [ a sct:788007007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "788007007" ] ; fhir:display [ fhir:v "General practice service" ] ] ) ] [ fhir:coding ( [ a sct:1575161000168105 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1575161000168105" ] ; fhir:display [ fhir:v "COVID-19 vaccination service" ] ] ) ] [ fhir:coding ( [ a sct:1238911000168108 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1238911000168108" ] ; fhir:display [ fhir:v "Immunisation service" ] ] ) ] ) ; # fhir:location ( [ fhir:link ; fhir:reference [ fhir:v "Location/algrester-medical-centre" ] ] ) ; # fhir:name [ fhir:v "Algregster Medical Centre"] ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "info@algregstermedical.example.com" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(07) 5550 2427" ] ; fhir:use [ fhir:v "work" ] ] ) . # # -------------------------------------------------------------------------------------