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-deceased-information-source.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-deceased-information-source

Profile: NZ Patient

John Doe Male, DoB Unknown


Deceased:1998-01-01

Source1

{
  "resourceType": "Patient",
  "id": "patient-deceased-information-source",
  "meta": {
    "profile": [
      "http://hl7.org.nz/fhir/StructureDefinition/NzPatient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "text": "John Doe",
      "family": "Doe",
      "given": [
        "John"
      ]
    }
  ],
  "gender": "male",
  "deceasedDateTime": "1998-01-01",
  "_deceasedDateTime": {
    "extension": [
      {
        "url": "http://hl7.org.nz/fhir/StructureDefinition/information-source",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "https://standards.digital.health.nz/ns/information-source-code",
              "code": "PPRT",
              "display": "Passport"
            }
          ]
        }
      }
    ]
  }
}