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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypePatient
IdPatient-address-example2.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-example2

Anonymous Patient (no stated gender), DoB Unknown


Contact DetailNO FIXED ADDRESS Melbourne, VIC(temp)

Source1

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