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

providedBy: Organization Metropolitan Specialist Services Group

type: Paediatric endocrinology service

location: Location Metropolitan Specialist Services Group Yerongpilly NSW

name: Metropolitan Specialist Services Group Castle NSW - Paediatric endocrinology services

telecom: info@metrospeicalistservicesgroup.example.com, ph: (02) 5550 6537(Work), fax: (02) 5550 6538(Work)

" ] ; # fhir:providedBy [ fhir:link ; fhir:reference [ fhir:v "Organization/metro-specialist-services-group" ] ] ; # fhir:type ( [ fhir:coding ( [ a sct:3761000175103 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "3761000175103" ] ; fhir:display [ fhir:v "Paediatric endocrinology service" ] ] ) ] ) ; # fhir:location ( [ fhir:link ; fhir:reference [ fhir:v "Location/metro-specialist-services-group-nsw-yerong" ] ] ) ; # fhir:name [ fhir:v "Metropolitan Specialist Services Group Castle NSW - Paediatric endocrinology 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 "(02) 5550 6537" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "fax" ] ; fhir:value [ fhir:v "(02) 5550 6538" ] ; fhir:use [ fhir:v "work" ] ] ) . # # -------------------------------------------------------------------------------------