FHIR IG analytics| Package | au.gov.digitalhealth.fhir.cc |
| Resource Type | HealthcareService |
| Id | HealthcareService-iar-levels-of-care-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: HealthcareService iar-levels-of-care-example
IAR Levels of Care: Level 1 - Self management
active: true
providedBy: Example Health Organisation
type: Psychotherapy (specialty)
name: Kath & Kim's Fountain Lakes Wellness Hub
telecom: +61 2 1234 5678
{
"resourceType": "HealthcareService",
"id": "iar-levels-of-care-example",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/iar-levels-of-care",
"valueCodeableConcept": {
"coding": [
{
"system": "https://healthterminologies.gov.au/fhir/CodeSystem/iar-levels-of-care-1",
"code": "level1",
"display": "Level 1 - Self management"
}
]
}
}
],
"active": true,
"providedBy": {
"display": "Example Health Organisation"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394913002",
"display": "Psychotherapy (specialty)"
}
]
}
],
"name": "Kath & Kim's Fountain Lakes Wellness Hub",
"telecom": [
{
"system": "phone",
"value": "+61 2 1234 5678",
"use": "work"
}
]
}