New Zealand NHI IG
1.4.1 - Release

New Zealand NHI IG - Local Development build (v1.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: create1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "create1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.nz/fhir/StructureDefinition/CreateNhiPatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>ChewyBakA </b> male, DoB: 1972-06-05</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">24 Anglesey Place Palmerston North 4412 NZ (HOME)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The country where the person was born\">null:</td><td colspan=\"3\"><ul><li>country: <span title=\"Codes: {urn:iso:std:iso:3166 NZ}\">New Zealand</span></li><li>source: <span title=\"Codes: {https://standards.digital.health.nz/ns/information-source-code BRCT}\">Birth Certificate</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"New Zealand citizenship\">NZ Citizenship:</td><td colspan=\"3\"><ul><li>status: <span title=\"Codes: {https://standards.digital.health.nz/ns/nz-citizenship-status-code yes}\">Yes</span></li><li>source: <span title=\"Codes: {https://standards.digital.health.nz/ns/information-source-code BRCT}\">Birth Certificate</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The ethnic group or groups that a person identifies with or feels they belong to.  Ethnicity is a measure of cultural affiliation as opposed to race, ancestry, nationality or citizen.  Ethnicity is self-perceived and a person can belong to more than one group.\n\nThe Stats New Zealand standard can be found [here](http://aria.stats.govt.nz/aria/#ClassificationView:uri=http://stats.govt.nz/cms/ClassificationVersion/YVqOcFHSlguKkT17).\"><a href=\"https://fhir.org.nz/ig/base//StructureDefinition-nz-ethnicity.html\">NZ Ethnicity:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: {https://standards.digital.health.nz/ns/ethnic-group-level-4-code 21111}\">Māori</span></li></ul></td></tr></table></div>"
  },
  "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"
          }
        ]
      }
    },
    {
      "extension" : [
        {
          "url" : "status",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://standards.digital.health.nz/ns/nz-citizenship-status-code",
                "code" : "yes",
                "display" : "Yes"
              }
            ]
          }
        },
        {
          "url" : "source",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://standards.digital.health.nz/ns/information-source-code",
                "code" : "BRCT",
                "display" : "Birth Certificate"
              }
            ]
          }
        }
      ],
      "url" : "http://hl7.org.nz/fhir/StructureDefinition/nz-citizenship"
    },
    {
      "extension" : [
        {
          "url" : "country",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "urn:iso:std:iso:3166",
                "code" : "NZ",
                "display" : "New Zealand"
              }
            ]
          }
        },
        {
          "url" : "source",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://standards.digital.health.nz/ns/information-source-code",
                "code" : "BRCT",
                "display" : "Birth Certificate"
              }
            ]
          }
        }
      ],
      "url" : "http://hl7.org.nz/fhir/StructureDefinition/birth-place"
    }
  ],
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org.nz/fhir/StructureDefinition/information-source",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://standards.digital.health.nz/ns/information-source-code",
                "code" : "NPRF",
                "display" : "Proof not Sighted"
              }
            ]
          }
        },
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-preferred",
          "valueBoolean" : true
        }
      ],
      "given" : [
        "ChewyBakA"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1972-06-05",
  "_birthDate" : {
    "extension" : [
      {
        "url" : "http://hl7.org.nz/fhir/StructureDefinition/information-source",
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "https://standards.digital.health.nz/ns/information-source-code",
              "code" : "HL7",
              "display" : "HL7 applied"
            }
          ]
        }
      }
    ]
  },
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org.nz/fhir/StructureDefinition/nz-address-id",
          "valueString" : "1199146"
        },
        {
          "url" : "http://hl7.org.nz/fhir/StructureDefinition/suburb",
          "valueString" : "Awapuni"
        }
      ],
      "use" : "home",
      "type" : "physical",
      "line" : [
        "24 Anglesey Place"
      ],
      "city" : "Palmerston North",
      "postalCode" : "4412",
      "country" : "NZ"
    }
  ]
}