FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | HealthcareService |
| Id | HealthcareService-physiotherapy.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: HealthcareService physiotherapy
Profile: AU Core HealthcareService
type: Physiotherapy service
name: CoreStrength Physiotherapy
telecom: ph: 0755504444(Work), reception@corestrength.example.org.
{
"resourceType": "HealthcareService",
"id": "physiotherapy",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-healthcareservice"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "722140001",
"display": "Physiotherapy service"
}
]
}
],
"name": "CoreStrength Physiotherapy",
"telecom": [
{
"system": "phone",
"value": "0755504444",
"use": "work"
},
{
"system": "email",
"value": "reception@corestrength.example.org.",
"use": "work"
}
]
}