FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | HealthcareService |
| Id | HealthcareService-example3.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrative
id: example3
meta:
category: General Practice
specialty: General medical practice, Opioid dependency management specialty
location: Generated Summary: id: example3; status: active; Family medicine clinic; Building
name: General Practitioner services
telecom: ph: (03) 8543 5555(WORK), ph: (03) 8543 5558(WORK - Legal)
serviceProvisionCode: Fees and Bulk Billing
communication: German, English
availableTime
daysOfWeek: mon, tue, wed, thu, fri
availableStartTime:
availableEndTime:
availableTime
daysOfWeek: sat, sun
availableStartTime:
availableEndTime:
{
"resourceType": "HealthcareService",
"id": "example3",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-healthcareservice"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"providedBy": {
"reference": "Organization/example3",
"display": "Devonport Family Medicine Clinic"
},
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "408443003",
"display": "General medical practice"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "23961000087102",
"display": "Opioid dependency management specialty"
}
]
}
],
"location": [
{
"reference": "Location/example3"
}
],
"name": "General Practitioner services",
"telecom": [
{
"system": "phone",
"value": "(03) 8543 5555",
"use": "work"
},
{
"extension": [
{
"url": "http://hl7.org.au/fhir/StructureDefinition/contact-purpose",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/contact-purpose",
"code": "legal",
"display": "Legal"
}
]
}
}
],
"system": "phone",
"value": "(03) 8543 5558",
"use": "work"
}
],
"serviceProvisionCode": [
{
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions",
"code": "FBB",
"display": "Fees and Bulk Billing"
}
]
}
],
"communication": [
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "de",
"display": "German"
}
],
"text": "German"
},
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
],
"text": "English"
}
],
"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"
}
]
}