This page is part of the Australian Base IG (v0.9.3: AU Base 1 on STU3 Draft) based on FHIR R3. The current version which supercedes this version is 1.0.2. For a full list of available versions, see the Directory of published versions
Formats: Narrative,XML, JSON, Turtle
Raw json
{ "resourceType" : "HealthcareService", "id" : "example3", "text" : { "status" : "generated", "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example3</p><p><b>providedBy</b>: <a href="Organization-example3.html">Devonport Family Medicine Clinic. Generated Summary: id: example3; ABN = 51824754455; <span title="Codes: {http://hl7.org/fhir/organization-type prov}">Healthcare Provider</span>; name: Devonport Family Medicine Clinic; reception@example.dfmc.com.au(WORK), fax: (03) 8543 5557(WORK), ph: (03) 8543 5556(WORK)</a></p><p><b>category</b>: General Practice <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/service-category code '17' = '17', given as 'General Practice'})</span></p><p><b>specialty</b>: General medical service <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '700232004' = 'General medical service', given as 'General medical service'})</span>, Travel medicine clinic service <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '898309901000087102' = '898309901000087102', given as 'Travel medicine clinic service'})</span></p><p><b>location</b>: <a href="Location-example3.html">Generated Summary: id: example3; status: active; <span title="Codes: {http://hl7.org/fhir/v3/RoleCode FMC}">Family medicine clinic</span>; <span title="Codes: {http://hl7.org/fhir/location-physical-type bu}">Building</span></a></p><p><b>name</b>: General Practitioner services</p><p><b>telecom</b>: ph: (03) 8543 5555(WORK)</p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: mon, tue, wed, thu, fri</p><p><b>availableStartTime</b>: </p><p><b>availableEndTime</b>: </p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: sat, sun</p><p><b>availableStartTime</b>: </p><p><b>availableEndTime</b>: </p></blockquote></div>" }, "providedBy" : { "reference" : "Organization/example3", "display" : "Devonport Family Medicine Clinic" }, "category" : { "coding" : [ { "system" : "http://hl7.org/fhir/service-category", "code" : "17", "display" : "General Practice" } ] }, "specialty" : [ { "coding" : [ { "system" : "http://snomed.info/sct", "code" : "700232004", "display" : "General medical service" } ] }, { "coding" : [ { "system" : "http://snomed.info/sct", "code" : "898309901000087102", "display" : "Travel medicine clinic service" } ] } ], "location" : [ { "reference" : "Location/example3" } ], "name" : "General Practitioner services", "telecom" : [ { "system" : "phone", "value" : "(03) 8543 5555", "use" : "work" } ], "availableTime" : [ { "daysOfWeek" : [ "mon", "tue", "wed", "thu", "fri" ], "availableStartTime" : "08:00:00", "availableEndTime" : "20:00:00" }, { "daysOfWeek" : [ "sat", "sun" ], "availableStartTime" : "10:00:00", "availableEndTime" : "16:00:00" } ] }