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

FHIR IG analytics

Packagehl7.at.fhir.elga.aps.r4
Resource TypeMedicationStatement
IdMedicationStatement-AtApsExampleMedicationStatement01.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 AtApsExampleMedicationStatement01

status: Active

medication: Ramipril 5mg Kapseln

subject: Maria Musterfrau

effective: 2024-10-01 --> 2025-03-31

informationSource: Hanna Hausärztin

reasonCode: Hypertonie

dosage

text: 1 Kapsel täglich morgens

route: Oral use

DoseAndRates

-Dose[x]
*5 mg (Details: UCUM codemg = 'mg')

Source1

{
  "resourceType": "MedicationStatement",
  "id": "AtApsExampleMedicationStatement01",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-medicationstatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationReference": {
    "reference": "Medication/AtApsExampleMedication01",
    "display": "Ramipril 5mg Kapseln"
  },
  "subject": {
    "reference": "Patient/at-aps-example-patient-01",
    "display": "Maria Musterfrau"
  },
  "effectivePeriod": {
    "start": "2024-10-01",
    "end": "2025-03-31"
  },
  "informationSource": {
    "reference": "Practitioner/at-aps-example-practitioner-01",
    "display": "Hanna Hausärztin"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "59621000",
          "display": "Hypertonie"
        }
      ],
      "text": "Hypertonie"
    }
  ],
  "dosage": [
    {
      "text": "1 Kapsel täglich morgens",
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral use"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 5,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}