FHIR IG analytics| Package | au.gov.digitalhealth.fhir.cc |
| Resource Type | Location |
| Id | Location-amenity-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location amenity-example
Amenity: Accessible Parking
status: Active
name: Example Clinic Location
description: A sample clinic location with wheelchair access.
mode: Instance
type: Hospital
telecom: +61 3 2222 3333
address: 100 Example Blvd Perth WA 6000
{
"resourceType": "Location",
"id": "amenity-example",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/amenity",
"valueCodeableConcept": {
"coding": [
{
"system": "https://healthterminologies.gov.au/fhir/CodeSystem/facility-amenity-1",
"code": "accessibleParking",
"display": "Accessible Parking"
}
]
}
}
],
"status": "active",
"name": "Example Clinic Location",
"description": "A sample clinic location with wheelchair access.",
"mode": "instance",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP",
"display": "Hospital"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "+61 3 2222 3333"
}
],
"address": {
"line": [
"100 Example Blvd"
],
"city": "Perth",
"state": "WA",
"postalCode": "6000"
}
}