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

FHIR IG analytics

Packagefhir.ph.core
Resource TypeMedicationStatement
IdMedicationStatement-medicationstatement-single-example.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

Patient Juan Dela Cruz reports taking Twinact 40mg/5mg tablet (Telmisartan + Amlodipine) once daily for hypertension, starting March 10, 2025.

Source1

{
  "resourceType": "MedicationStatement",
  "id": "medicationstatement-single-example",
  "meta": {
    "profile": [
      "http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-medicationstatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "https://verification.fda.gov.ph",
        "code": "DRP-10144",
        "display": "Twinact"
      }
    ],
    "text": "Twinact 40mg/5mg tablet"
  },
  "subject": {
    "reference": "Patient/patient-single-example"
  },
  "context": {
    "reference": "Encounter/encounter-single-example"
  },
  "effectivePeriod": {
    "start": "2025-03-10",
    "end": "2025-03-15"
  },
  "dateAsserted": "2025-03-10T10:30:00+08:00",
  "informationSource": {
    "reference": "Patient/patient-single-example"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "38341003",
          "display": "Hypertensive disorder"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Patient reports taking medication once daily for hypertension"
    }
  ],
  "dosage": [
    {
      "sequence": 1,
      "text": "Take 1 tablet once daily",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
            "code": "PO",
            "display": "Swallow, oral"
          }
        ]
      }
    }
  ]
}