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

FHIR IG analytics

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

Tendai Moyo (official) Female, DoB: 1985-06-15 ( http://mohcc.gov.zw/identifiers/nationalID#ZimNationalIdentity#01-234567B89)


Marital Status:Married
Other Id:ZimPatientHealthId/486B3072
Contact Detail
Language:Shona (preferred)
Next-of-Kin:
Patient Citizenship:
  • code: Zimbabwe

Source1

{
  "resourceType": "Patient",
  "id": "zw-patient-example",
  "meta": {
    "profile": [
      "http://mohcc.gov.zw/fhir/core/StructureDefinition/zw-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "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-234567B89"
    },
    {
      "system": "http://mohcc.gov.zw/identifiers/phid",
      "value": "486B3072"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Moyo",
      "given": [
        "Tendai"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+263772123456",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "birthDate": "1985-06-15",
  "address": [
    {
      "use": "home",
      "line": [
        "123 Main Street"
      ],
      "city": "Harare",
      "district": "010A",
      "state": "HA",
      "postalCode": "00263",
      "country": "ZW"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M",
        "display": "Married"
      }
    ]
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "N",
              "display": "Next-of-Kin"
            }
          ]
        }
      ],
      "name": {
        "family": "Moyo",
        "given": [
          "Farai"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+263772987654"
        }
      ]
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "sn",
            "display": "Shona"
          }
        ]
      },
      "preferred": true
    }
  ]
}