Health NZ | Te Whatu Ora FHIR Screening Implementation Guide
1.0.1 - normative+trial-use New Zealand flag

Health NZ | Te Whatu Ora FHIR Screening Implementation Guide - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MadeleineMeringue - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.nz/fhir/StructureDefinition/NzPatient"
    ]
  },
  "extension" : [
    {
      "url" : "http://hl7.org.nz/fhir/StructureDefinition/nz-ethnicity",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://standards.digital.health.nz/ns/ethnic-group-level-4-code",
            "code" : "11111",
            "display" : "New Zealand European"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org.nz/fhir/StructureDefinition/sex-at-birth",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/administrative-gender",
            "code" : "female",
            "display" : "female"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/nhi-id",
      "value" : "ZCU7824"
    }
  ],
  "name" : [
    {
      "use" : "usual",
      "family" : "Meringue",
      "given" : [
        "Madeleine"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "2008-11-24",
  "address" : [
    {
      "use" : "home",
      "text" : "373 Jackson Street, Petone, Lower Hutt 5012, New Zealand",
      "line" : [
        "373 Jackson Street",
        "Petone"
      ],
      "city" : "Lower Hutt",
      "postalCode" : "5012",
      "country" : "NZL"
    }
  ]
}