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

Generated Narrative: HealthcareService

Resource HealthcareService "bobrester-medical-center"

Profile: AU Core HealthcareService

identifier: HPI-O: 8003621566684455

providedBy: Organization/bobrester-medical-center "Bobrester Medical Center"

type: General practice service (SNOMED CT#788007007), COVID-19 vaccination service (SNOMED CT#1575161000168105), Immunisation service (SNOMED CT#1238911000168108)

location: Location/bobrester-medical-center "Tindal Building"

name: Bobrester Medical Centre

telecom: info@bobrestermedical.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 "8003621566684455" ] ] ) ; # fhir:providedBy [ fhir:link ; fhir:reference [ fhir:v "Organization/bobrester-medical-center" ] ] ; # 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/bobrester-medical-center" ] ] ) ; # fhir:name [ fhir:v "Bobrester Medical Centre"] ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "info@bobrestermedical.example.com" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(07) 5550 2427" ] ; fhir:use [ fhir:v "work" ] ] ) . # # -------------------------------------------------------------------------------------