New Zealand Rheumatic Fever FHIR Implementation Guide
0.4.7 - draft

New Zealand Rheumatic Fever FHIR Implementation Guide - Local Development build (v0.4.7) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PaniaPunga - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2024-08-07T08:31:00Z",
    "profile" : [
      🔗 "https://fhir-ig.digital.health.nz/rheumatic-fever/StructureDefinition/nz-rheumaticfever-patient|1.0.0"
    ],
    "tag" : [
      {
        "system" : "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem",
        "code" : "rf-nz",
        "display" : "rheumatic fever"
      }
    ]
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired",
      "valueBoolean" : false
    },
    {
      "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" : "BREG",
                "display" : "Birth Register"
              }
            ]
          }
        }
      ],
      "url" : "http://hl7.org.nz/fhir/StructureDefinition/nz-citizenship"
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/nhi-id",
      "value" : "ZAG0345"
    }
  ],
  "name" : [
    {
      "use" : "usual",
      "family" : "Punga",
      "given" : [
        "Pania"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "2004-12-21",
  "deceasedBoolean" : false,
  "address" : [
    {
      "use" : "home",
      "text" : "155 Pukaki Rd, Māngere, Auckland 2022",
      "line" : [
        "155 Pukaki Rd",
        "Māngere",
        "Auckland 2022"
      ],
      "city" : "Auckland",
      "postalCode" : "2022",
      "country" : "NZL",
      "period" : {
        "start" : "2023-01-15"
      }
    }
  ],
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "system" : "urn:ietf:bcp:47",
            "code" : "mi",
            "display" : "Māori"
          }
        ]
      }
    }
  ],
  "link" : [
    {
      "other" : {
        "type" : "Patient",
        "identifier" : {
          "use" : "official",
          "system" : "https://standards.digital.health.nz/ns/nhi-id",
          "value" : "ZAG0345"
        },
        "display" : "Pania Punga"
      },
      "type" : "seealso"
    }
  ]
}