FHIR IG analytics| Package | dhis2-ig-empty |
| Resource Type | Patient |
| Id | Patient-PatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientExample
Profile: MyPatient
John Doe (no stated gender), DoB Unknown
{
"resourceType": "Patient",
"id": "PatientExample",
"meta": {
"profile": [
"https://github.com/JohanGHole/dhis2-empty-ig/StructureDefinition/MyPatient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"family": "Doe",
"given": [
"John"
]
}
]
}