FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | HealthcareService |
| Id | HealthcareService-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrative
active: true
providedBy: Albion Hospital. Generated Summary: ABN: 51824753556; Private hospital; name: Albion Hospital
category: Specialist Radiology/Imaging
specialty: Radiation oncology, Interventional radiology - speciality
location: Generated Summary: status: active; Site
name: Albion Hospital Radiology Service
| - | DaysOfWeek | AvailableStartTime | AvailableEndTime |
| * | mon, tue, wed, thu, fri | 08:30:00 (Brisbane) | 17:30:00 (Brisbane) |
{
"resourceType": "HealthcareService",
"id": "example1",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-healthcareservice"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"active": true,
"providedBy": {
"reference": "Organization/example1",
"display": "Albion Hospital"
},
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419815003",
"display": "Radiation oncology"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "408455009",
"display": "Interventional radiology - speciality"
}
]
}
],
"location": [
{
"reference": "Location/example1"
}
],
"name": "Albion Hospital Radiology Service",
"availableTime": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"availableStartTime": "08:30:00",
"_availableStartTime": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/timezone",
"valueCode": "Australia/Brisbane"
}
]
},
"availableEndTime": "17:30:00",
"_availableEndTime": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/timezone",
"valueCode": "Australia/Brisbane"
}
]
}
}
]
}