FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetewhatuora.rheumaticfever
Resource TypePatient
IdPatient-PaniaPunga.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "PaniaPunga",
  "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"
    }
  ]
}