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

FHIR IG analytics

Packagehl7.fhir.eu.base
Resource TypeMedicationStatement
IdMedicationStatement-example-medicationstatement-eucore.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

Medication: Enalapril 20mg tablets

Patient: Fiona XXX_Swart

Status: Active

Dosage: Take one tablet daily in the morning (oral route)

Informant: Dr. Lukas Müller

Date Asserted: 2024-12-01


Source1

{
  "resourceType": "MedicationStatement",
  "id": "example-medicationstatement-eucore",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/base/StructureDefinition/medicationStatement-eu-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "C09AA02",
        "display": "Enalapril"
      }
    ],
    "text": "Enalapril 20mg tablets"
  },
  "subject": {
    "reference": "Patient/patient-eu-core-example",
    "display": "John Doe"
  },
  "effectiveDateTime": "2024-12-01",
  "dateAsserted": "2024-12-01",
  "informationSource": {
    "reference": "Patient/patient-eu-core-example",
    "display": "Luigi De Luca"
  },
  "dosage": [
    {
      "text": "Take one tablet daily in the morning",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 20,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}