@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:HealthcareService; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example3"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-healthcareservice"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "
\n

\n Narrative\n

\n

id: example3

\n

meta:

\n

providedBy: Devonport Family Medicine Clinic. Generated Summary: id: example3; ABN: 51824754455; Medical centre; name: Devonport Family Medicine Clinic; reception@dfmc.example.com(WORK), fax: (03) 5550 5557(WORK),\n ph: (03) 5550 5556(WORK)

\n

category: General Practice

\n

specialty: General medical practice, Opioid dependency\n management specialty

\n

location: Generated Summary: id: example3; status: active; Family\n medicine clinic; Building

\n

name: General Practitioner services

\n

telecom: ph: (03) 8543 5555(WORK), ph: (03) 8543 5558(WORK - Legal)

\n

serviceProvisionCode: Fees and Bulk Billing

\n

communication: German, English

\n
\n

\n availableTime\n

\n

daysOfWeek: mon, tue, wed, thu, fri

\n

availableStartTime:

\n

availableEndTime:

\n
\n
\n

\n availableTime\n

\n

daysOfWeek: sat, sun

\n

availableStartTime:

\n

availableEndTime:

\n
\n
" ]; fhir:HealthcareService.providedBy [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example3" ]; fhir:Reference.display [ fhir:value "Devonport Family Medicine Clinic" ] ]; fhir:HealthcareService.specialty [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:408443003; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "408443003" ]; fhir:Coding.display [ fhir:value "General medical practice" ] ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; a sct:23961000087102; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "23961000087102" ]; fhir:Coding.display [ fhir:value "Opioid dependency management specialty" ] ] ]; fhir:HealthcareService.location [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Location/example3" ] ]; fhir:HealthcareService.name [ fhir:value "General Practitioner services"]; fhir:HealthcareService.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "(03) 8543 5555" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 1; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/contact-purpose" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/contact-purpose" ]; fhir:Coding.code [ fhir:value "legal" ]; fhir:Coding.display [ fhir:value "Legal" ] ] ] ]; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "(03) 8543 5558" ]; fhir:ContactPoint.use [ fhir:value "work" ] ]; fhir:HealthcareService.serviceProvisionCode [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions" ]; fhir:Coding.code [ fhir:value "FBB" ]; fhir:Coding.display [ fhir:value "Fees and Bulk Billing" ] ] ]; fhir:HealthcareService.communication [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ]; fhir:Coding.code [ fhir:value "de" ]; fhir:Coding.display [ fhir:value "German" ] ]; fhir:CodeableConcept.text [ fhir:value "German" ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ]; fhir:Coding.code [ fhir:value "en" ]; fhir:Coding.display [ fhir:value "English" ] ]; fhir:CodeableConcept.text [ fhir:value "English" ] ]; fhir:HealthcareService.availableTime [ fhir:index 0; fhir:HealthcareService.availableTime.daysOfWeek [ fhir:value "mon"; fhir:index 0 ], [ fhir:value "tue"; fhir:index 1 ], [ fhir:value "wed"; fhir:index 2 ], [ fhir:value "thu"; fhir:index 3 ], [ fhir:value "fri"; fhir:index 4 ]; fhir:HealthcareService.availableTime.availableStartTime [ fhir:value "08:00:00"^^xsd:time ]; fhir:HealthcareService.availableTime.availableEndTime [ fhir:value "20:00:00"^^xsd:time ] ], [ fhir:index 1; fhir:HealthcareService.availableTime.daysOfWeek [ fhir:value "sat"; fhir:index 0 ], [ fhir:value "sun"; fhir:index 1 ]; fhir:HealthcareService.availableTime.availableStartTime [ fhir:value "10:00:00"^^xsd:time ]; fhir:HealthcareService.availableTime.availableEndTime [ fhir:value "16:00:00"^^xsd:time ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------