@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:HealthcareService; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "mssg-nsw-yerong-paedendo"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-healthcareservice-core-1"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: HealthcareService

Resource HealthcareService \"mssg-nsw-yerong-paedendo\"

Profile: ADHA Core HealthcareService

providedBy: Organization/metro-specialist-services-group \"Metropolitan Specialist Services Group\"

type: Paediatric endocrinology service (SNOMED CT#3761000175103)

location: Location/metro-specialist-services-group-nsw-yerong \"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:HealthcareService.providedBy [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/metro-specialist-services-group" ] ]; fhir:HealthcareService.type [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:3761000175103; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "3761000175103" ]; fhir:Coding.display [ fhir:value "Paediatric endocrinology service" ] ] ]; fhir:HealthcareService.location [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Location/metro-specialist-services-group-nsw-yerong" ] ]; fhir:HealthcareService.name [ fhir:value "Metropolitan Specialist Services Group Castle NSW - Paediatric endocrinology services"]; fhir:HealthcareService.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "info@metrospeicalistservicesgroup.example.com" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "(02) 5550 6537" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 2; fhir:ContactPoint.system [ fhir:value "fax" ]; fhir:ContactPoint.value [ fhir:value "(02) 5550 6538" ]; fhir:ContactPoint.use [ fhir:value "work" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------