@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:HealthcareService ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example3"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-healthcareservice"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir: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:providedBy [ fhir:link ; fhir:reference [ fhir:v "Organization/example3" ] ; fhir:display [ fhir:v "Devonport Family Medicine Clinic" ] ] ; # fhir:specialty ( [ fhir:coding ( [ a sct:408443003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "408443003" ] ; fhir:display [ fhir:v "General medical practice" ] ] ) ] [ fhir:coding ( [ a sct:23961000087102 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "23961000087102" ] ; fhir:display [ fhir:v "Opioid dependency management specialty" ] ] ) ] ) ; # fhir:location ( [ fhir:link ; fhir:reference [ fhir:v "Location/example3" ] ] ) ; # fhir:name [ fhir:v "General Practitioner services"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(03) 8543 5555" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/contact-purpose"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/contact-purpose"^^xsd:anyURI ] ; fhir:code [ fhir:v "legal" ] ; fhir:display [ fhir:v "Legal" ] ] ) ] ] ) ; fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(03) 8543 5558" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:serviceProvisionCode ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions"^^xsd:anyURI ] ; fhir:code [ fhir:v "FBB" ] ; fhir:display [ fhir:v "Fees and Bulk Billing" ] ] ) ] ) ; # fhir:communication ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "de" ] ; fhir:display [ fhir:v "German" ] ] ) ; fhir:text [ fhir:v "German" ] ] [ fhir:coding ( [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "en" ] ; fhir:display [ fhir:v "English" ] ] ) ; fhir:text [ fhir:v "English" ] ] ) ; # fhir:availableTime ( [ fhir:daysOfWeek ( [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ; fhir:availableStartTime [ fhir:v "08:00:00"^^xsd:time ] ; fhir:availableEndTime [ fhir:v "20:00:00"^^xsd:time ] ] [ fhir:daysOfWeek ( [ fhir:v "sat" ] [ fhir:v "sun" ] ) ; fhir:availableStartTime [ fhir:v "10:00:00"^^xsd:time ] ; fhir:availableEndTime [ fhir:v "16:00:00"^^xsd:time ] ] ) . # # -------------------------------------------------------------------------------------