@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- # Associated with Organization that is compliant with HI Test Data in Vendor Environment a fhir:HealthcareService ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "hi-testdata-pharmacy"] ; # 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 hi-testdata-pharmacy

identifier: HPI-O/8003629900033370

providedBy: Organization Test Org -DigitalHealth 6

type: Pharmacy service, COVID-19 vaccination service, Immunisation service

location: Location: identifier = HPI-O: 8003629900033370; mode = instance; type = Pharmacy; physicalType = Building

name: Test Org -DigitalHealth 6 Pharmacy

" ] ; # 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 "8003629900033370" ] ] ) ; # fhir:providedBy [ fhir:link ; fhir:reference [ fhir:v "Organization/hi-testdata-pharmacy" ] ] ; # fhir:type ( [ fhir:coding ( [ a sct:310080006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "310080006" ] ; fhir:display [ fhir:v "Pharmacy 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/hi-testdata-pharmacy" ] ] ) ; # fhir:name [ fhir:v "Test Org -DigitalHealth 6 Pharmacy"] . # # -------------------------------------------------------------------------------------