FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypePatient
IdPatient-address-example1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Patient address-example1

Anonymous Patient (no stated gender), DoB Unknown


Contact DetailLevel 1, 300 George St, Brisbane, QLD 4000

Source1

{
  "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"
    }
  ]
}