FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Patient |
| Id | Patient-address-example2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient address-example2
Anonymous Patient (no stated gender), DoB Unknown
| Contact Detail | NO FIXED ADDRESS Melbourne, VIC(temp) | ||
{
"resourceType": "Patient",
"id": "address-example2",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"address": [
{
"extension": [
{
"url": "http://hl7.org.au/fhir/StructureDefinition/no-fixed-address",
"valueBoolean": true
}
],
"use": "temp",
"type": "physical",
"text": "NO FIXED ADDRESS Melbourne, VIC",
"state": "VIC",
"country": "AU"
}
]
}