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

FHIR IG analytics

Packagezw.fhir.ig.lab
Resource TypePatient
IdPatient-example-zw-lab-patient.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 example-zw-lab-patient

Rutendo Moyo Female, DoB: 1988-04-15 ( http://mohcc.gov.zw/fhir/lab/identifier/ehr-patient-id#EHR-ZW-00123)


Marital Status:Married
Other Id:http://mohcc.gov.zw/fhir/lab/identifier/art-number/HRE/2019/005678
Date of Birth Estimatedfalse

Source1

{
  "resourceType": "Patient",
  "id": "example-zw-lab-patient",
  "meta": {
    "profile": [
      "http://mohcc.gov.zw/fhir/lab/StructureDefinition/zw-lab-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://mohcc.gov.zw/fhir/lab/StructureDefinition/date-of-birth-estimated",
      "valueBoolean": false
    }
  ],
  "identifier": [
    {
      "system": "http://mohcc.gov.zw/fhir/lab/identifier/ehr-patient-id",
      "value": "EHR-ZW-00123"
    },
    {
      "system": "http://mohcc.gov.zw/fhir/lab/identifier/art-number",
      "value": "HRE/2019/005678"
    }
  ],
  "name": [
    {
      "family": "Moyo",
      "given": [
        "Rutendo"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1988-04-15",
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M",
        "display": "Married"
      }
    ]
  }
}