New Zealand NHI IG
1.6.1 - Release

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

: validate - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "validate",
  "parameter" : [
    {
      "name" : "resource",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "ZJK9604",
        "identifier" : [
          {
            "use" : "official",
            "system" : "https://standards.digital.health.nz/ns/nhi-id",
            "value" : "ZJK9604",
            "assigner" : {
              "reference" : "Organization/G00001-G"
            }
          }
        ],
        "name" : [
          {
            "family" : "Marblemaw",
            "given" : [
              "Braylon"
            ]
          }
        ],
        "birthDate" : "1979-06-10",
        "address" : [
          {
            "use" : "home",
            "type" : "physical",
            "line" : [
              "PO Box 525",
              "Whanganui 4541"
            ]
          }
        ]
      }
    },
    {
      "name" : "onlyCertainMatches",
      "valueBoolean" : true
    }
  ]
}