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

FHIR IG analytics

Packagehl7.fhir.eu.eps
Resource TypeMedicationStatement
IdMedicationStatement-635c4921-5fcb-4ce7-b6ef-d866b680ad01.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

Simvastatin 10 mg oral tablet2025-07-15Oral tablet1 tablet (10 mg) by mouth once dailyHyperlipidemia

Source1

{
  "resourceType": "MedicationStatement",
  "id": "635c4921-5fcb-4ce7-b6ef-d866b680ad01",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/eps/StructureDefinition/MedicationStatement-eu-eps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationReference": {
    "reference": "urn:uuid:ccd55d45-87b7-43e7-bad3-29771293c8cc",
    "display": "Simvastatin 10 mg oral tablet"
  },
  "subject": {
    "reference": "urn:uuid:f51071b2-6c06-4d31-85ed-26a6b964ef98",
    "display": "Petra Schwartz"
  },
  "effectivePeriod": {
    "start": "2025-07-15"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "55822004",
          "display": "Hyperlipidemia"
        }
      ]
    }
  ],
  "dosage": [
    {
      "text": "1 tablet (10 mg) by mouth once daily",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "asNeededBoolean": false,
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "{tbl}",
            "system": "http://unitsofmeasure.org",
            "code": "{tbl}"
          }
        }
      ]
    }
  ]
}