FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Patient |
| Id | Patient-address-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient address-example1
Anonymous Patient (no stated gender), DoB Unknown
| Contact Detail | Level 1, 300 George St, Brisbane, QLD 4000 | ||
{
"resourceType": "Patient",
"id": "address-example1",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"address": [
{
"text": "Level 1, 300 George St, Brisbane, QLD 4000",
"line": [
"Level 1 300 George St"
],
"city": "Brisbane",
"state": "QLD",
"postalCode": "4000",
"country": "AU"
}
]
}