FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | HealthcareService |
| Id | HealthcareService-example2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: HealthcareService example2
Profile: AU Base HealthcareService
active: true
providedBy: Albion Hospital
specialty: General pathology (specialty)
location: Location: identifier = NATA Site Number: 162899,LSPN: 123333; status = active; physicalType = Level
name: Albion Hospital Pathology Service
availableTime
daysOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday
availableStartTime: 08:30:00
availableEndTime: 17:30:00
{
"resourceType": "HealthcareService",
"id": "example2",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-healthcareservice"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"providedBy": {
"reference": "Organization/example1",
"display": "Albion Hospital"
},
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394915009",
"display": "General pathology (specialty)"
}
]
}
],
"location": [
{
"reference": "Location/example2"
}
],
"name": "Albion Hospital Pathology Service",
"availableTime": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"availableStartTime": "08:30:00",
"availableEndTime": "17:30:00"
}
]
}