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

identifier: HPI-O/8003621566699776

providedBy: Organization Metropolitan Specialist Services Group

type: Radiology service

location: Location Metropolitan Specialist Services Group QLD Hospital

name: Metropolitan Specialist Services Group QLD Hospital - Radiology services

telecom: info@metrospeicalistservicesgroup.example.com, ph: (07) 5550 2637(Work), fax: (07) 5550 2638(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/metro-specialist-services-group" ] ] ; # fhir:type ( [ fhir:coding ( [ a sct:310125001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "310125001" ] ; fhir:display [ fhir:v "Radiology service" ] ] ) ] ) ; # fhir:location ( [ fhir:link ; fhir:reference [ fhir:v "Location/metro-specialist-services-group-qld-hospital" ] ] ) ; # fhir:name [ fhir:v "Metropolitan Specialist Services Group QLD Hospital - Radiology services"] ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "info@metrospeicalistservicesgroup.example.com" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(07) 5550 2637" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "fax" ] ; fhir:value [ fhir:v "(07) 5550 2638" ] ; fhir:use [ fhir:v "work" ] ] ) . # # -------------------------------------------------------------------------------------