FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Location |
| Id | Location-example9.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location example9
status: Active
type: Nursing home
address: 713 Church Road Zillmere QLD 4034 AU
physicalType: Site
managingOrganization: Organization The Corporation of the Synod of the Diocese of Nundah
{
"resourceType": "Location",
"id": "example9",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "NCCF"
}
],
"text": "Nursing home"
}
],
"address": {
"type": "physical",
"line": [
"713 Church Road"
],
"city": "Zillmere",
"state": "QLD",
"postalCode": "4034",
"country": "AU"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "si"
}
],
"text": "Site"
},
"managingOrganization": {
"reference": "Organization/example5"
}
}