FHIR IG analytics| Package | au.gov.digitalhealth.cc |
| Resource Type | HealthcareService |
| Id | HealthcareService-new-patient-availability-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: HealthcareService new-patient-availability-example
New Patient Availability: accepting new patients
active: true
providedBy: Example Health Organisation
type: General medicine
name: Russell Coight's Outback Flying Doctor Service
telecom: +61 7 5555 1234
{
"resourceType": "HealthcareService",
"id": "new-patient-availability-example",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/new-patient-availability",
"valueCodeableConcept": {
"coding": [
{
"system": "https://www.healthterminologies.gov.au/integration/R4/fhir/CodeSystem/new-patient-availability-1",
"code": "accepting",
"display": "accepting new patients"
}
]
}
}
],
"active": true,
"providedBy": {
"display": "Example Health Organisation"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394802001",
"display": "General medicine"
}
]
}
],
"name": "Russell Coight's Outback Flying Doctor Service",
"telecom": [
{
"system": "phone",
"value": "+61 7 5555 1234",
"use": "work"
}
]
}