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

FHIR IG analytics

Packageke.fhir.core
Resource TypeProcedure
IdProcedure-example-procedure-amina-venepuncture.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


Source1

{
  "resourceType": "Procedure",
  "id": "example-procedure-amina-venepuncture",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-procedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "28520004",
        "display": "Venipuncture for blood test"
      }
    ]
  },
  "subject": {
    "reference": "Patient/CR2026080100001-1"
  },
  "encounter": {
    "reference": "Encounter/example-encounter-amina-outpatient"
  },
  "performedDateTime": "2026-08-01T09:05:00+03:00",
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/example-practitioner-njoroge"
      }
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/example-condition-amina-anaemia"
    }
  ]
}