FHIR IG analytics| Package | ke.fhir.emergency |
| Resource Type | Patient |
| Id | Patient-EMPatientInvalidExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient EMPatientInvalidExample
Profile: Patient - Kenya Emergency
Unknown Male Male, DoB Unknown ( http://example.org/incorrect-tracking-system#TEMP-001 (use: official, ))
| Active: | true | ||
| Emergency Patient Identity Verified | true | ||
{
"resourceType": "Patient",
"id": "EMPatientInvalidExample",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-patient-identity-verified",
"valueBoolean": true
}
],
"identifier": [
{
"use": "official",
"system": "http://example.org/incorrect-tracking-system",
"value": "TEMP-001"
}
],
"active": true,
"name": [
{
"text": "Unknown Male"
}
],
"gender": "male"
}