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

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

: KassandraTemahoe - 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" : "21111",
            "display" : "Māori"
          }
        ]
      }
    },
    {
      "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" : "ZCQ3240"
    }
  ],
  "name" : [
    {
      "use" : "usual",
      "family" : "Temahoe",
      "given" : [
        "Kassandra"
      ]
    }
  ],
  "gender" : "other",
  "_gender" : {
    "extension" : [
      {
        "url" : "http://hl7.org.nz/fhir/StructureDefinition/gender-original-text",
        "valueString" : "Gender Diverse"
      }
    ]
  },
  "birthDate" : "1968-11-24",
  "deceasedBoolean" : true,
  "address" : [
    {
      "use" : "home",
      "text" : "375 Jackson Street, Petone, Lower Hutt 5012, New Zealand",
      "line" : [
        "375 Jackson Street",
        "Petone"
      ],
      "city" : "Lower Hutt",
      "postalCode" : "5012",
      "country" : "NZL"
    }
  ]
}