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

FHIR IG analytics

Packagezw.fhir.ig.clinical
Resource TypeProcedure
IdProcedure-procedure1.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: Procedure procedure1

status: Completed

code: Malaria rapid diagnostic test (RDT)

subject: zw-patient-example

encounter: encounter1

performed: 2026-05-01

Performers

-Actor
*practitioner1

location: location1

reasonReference: Condition Unspecified malaria


Source1

{
  "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"
    }
  ]
}