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

FHIR IG analytics

Packageke.fhir.eclaims
Resource TypeMedicationStatement
IdMedicationStatement-ECLM-MEDS-001.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: MedicationStatement ECLM-MEDS-001

status: Active

medication: Metformin 500 mg Oral Tablet

subject: John Mwangi Kamau (official) Male, DoB: 1985-06-15 ( National ID: 12345678 (use: official, ))

effective: 2025-11-02 --> (ongoing)

reasonCode: insulin resistant diabetes

reasonReference: Condition Acute upper respiratory infection, unspecified


Source1

{
  "resourceType": "MedicationStatement",
  "id": "ECLM-MEDS-001",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/eclaims/StructureDefinition/ke-eclaims-medicationstatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/eclaims-generic-products-cs",
        "code": "GE10002",
        "display": "Metformin 500 mg Oral Tablet"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ECLM-PT-001"
  },
  "effectivePeriod": {
    "start": "2025-11-02"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/icd11-codes-cs",
          "code": "5A11",
          "display": "insulin resistant diabetes"
        }
      ]
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/ECLM-COND-001"
    }
  ]
}