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

FHIR IG analytics

Packagefhir.org.nz.ig.base
Resource TypePatient
IdPatient-patient-address-suburb.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 patient-address-suburb

John Doe Male, DoB: 1998-01-01


Contact Detail23 thule st NZL (NZ Suburb: Cove)
District Health Board linked to a NZ Healthcare Service, Location or PatientNorthland District Health Board

Source1

{
  "resourceType": "Patient",
  "id": "patient-address-suburb",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org.nz/fhir/StructureDefinition/dhb",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://standards.digital.health.nz/ns/dhb-code",
            "code": "G00026-A",
            "display": "Northland District Health Board"
          }
        ]
      }
    }
  ],
  "name": [
    {
      "text": "John Doe",
      "family": "Doe",
      "given": [
        "John"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1998-01-01",
  "address": [
    {
      "extension": [
        {
          "url": "http://hl7.org.nz/fhir/StructureDefinition/suburb",
          "valueString": "Cove"
        },
        {
          "url": "http://hl7.org.nz/fhir/StructureDefinition/building-name",
          "valueString": "Big Red Shed"
        }
      ],
      "line": [
        "23 thule st"
      ],
      "country": "NZL"
    }
  ]
}