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

FHIR IG analytics

Packagezw.fhir.ig.core
Resource TypePatient
IdPatient-patient1.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 patient1

Tinashe Muti (official) Male, DoB: 2000-03-10 ( http://mohcc.gov.zw/identifiers/nationalID#ZimNationalIdentity#01-205102B60)


Marital Status:unmarried
Other Id:ZimPassportNumber/CN123456
Contact DetailZW
Patient Citizenship:
  • code: Zimbabwe
Patient Birth Place

Source1

{
  "resourceType": "Patient",
  "id": "patient1",
  "meta": {
    "profile": [
      "http://mohcc.gov.zw/fhir/core/StructureDefinition/zw-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "district": "Mutoko"
      }
    },
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://mohcc.gov.zw/fhir/core/CodeSystem/ZimCountryCS",
                "code": "ZW",
                "display": "Zimbabwe"
              }
            ]
          }
        }
      ],
      "url": "http://mohcc.gov.zw/fhir/core/StructureDefinition/citizenship"
    }
  ],
  "identifier": [
    {
      "system": "http://mohcc.gov.zw/identifiers/nationalID",
      "value": "01-205102B60"
    },
    {
      "system": "http://mohcc.gov.zw/identifiers/passport",
      "value": "CN123456"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Muti",
      "given": [
        "Tinashe"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "2000-03-10",
  "address": [
    {
      "country": "ZW"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "U",
        "display": "unmarried"
      }
    ]
  }
}