FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Location |
| Id | Location-patient-home.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location patient-home
Profile: AU Core Location
status: Active
name: Patient's home
mode: Kind
type: Patient's Residence
physicalType: House
{
"resourceType": "Location",
"id": "patient-home",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "Patient's home",
"mode": "kind",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "PTRES",
"display": "Patient's Residence"
},
{
"system": "http://snomed.info/sct",
"code": "394778007",
"display": "Client's or patient's home"
}
]
}
],
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "ho",
"display": "House"
}
]
}
}