FHIR IG analytics| Package | au.gov.digitalhealth.fhir.cc |
| Resource Type | HealthcareService |
| Id | HealthcareService-active-period-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: HealthcareService active-period-example
Active Period: 2026-01-01 --> 2026-12-31
active: true
providedBy: Example Health Organisation
type: Psychotherapy (specialty)
name: Dame Edna's Gladiolus Therapy Centre
telecom: +61 3 9876 5432
{
"resourceType": "HealthcareService",
"id": "active-period-example",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/active-period",
"valuePeriod": {
"start": "2026-01-01",
"end": "2026-12-31"
}
}
],
"active": true,
"providedBy": {
"display": "Example Health Organisation"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394913002",
"display": "Psychotherapy (specialty)"
}
]
}
],
"name": "Dame Edna's Gladiolus Therapy Centre",
"telecom": [
{
"system": "phone",
"value": "+61 3 9876 5432",
"use": "work"
}
]
}