FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Location |
| Id | Location-example5.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location example5
Profile: AU Base Location
name: Mobile, home-based
mode: Kind
type: Mobile Unit, Patient's Residence
{
"resourceType": "Location",
"id": "example5",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Mobile, home-based",
"mode": "kind",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "MOBL"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "PTRES"
}
]
}
]
}