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

FHIR IG analytics

Packagefhir.org.nz.ig.base
Resource TypePatient
IdPatient-patient-nz-citizenship.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Patient patient-nz-citizenship

John Doe Male, DoB: 1998-01-01


NZ Citizenship:
  • status: Yes
  • source: Birth Register

Source1

{
  "resourceType": "Patient",
  "id": "patient-nz-citizenship",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "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"
    }
  ],
  "name": [
    {
      "text": "John Doe",
      "family": "Doe",
      "given": [
        "John"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1998-01-01"
}