FHIR IG analytics| Package | zw.fhir.ig.clinical |
| Resource Type | Procedure |
| Id | Procedure-procedure1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure procedure1
Profile: Zimbabwe Procedure
status: Completed
code: Malaria rapid diagnostic test (RDT)
subject: zw-patient-example
encounter: encounter1
performed: 2026-05-01
| Actor |
practitioner1 |
location: location1
reasonReference: Condition Unspecified malaria
{
"resourceType": "Procedure",
"id": "procedure1",
"meta": {
"profile": [
"http://mohcc.gov.zw/fhir/clinical/StructureDefinition/zw-procedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"code": {
"text": "Malaria rapid diagnostic test (RDT)"
},
"subject": {
"reference": "zw-patient-example"
},
"encounter": {
"reference": "encounter1"
},
"performedDateTime": "2026-05-01",
"performer": [
{
"actor": {
"reference": "practitioner1"
}
}
],
"location": {
"reference": "location1"
},
"reasonReference": [
{
"reference": "Condition/condition1"
}
]
}