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

FHIR IG analytics

Packagehl7.at.fhir.elga.aps.r4
Resource TypeMedicationAdministration
IdMedicationAdministration-AtApsExampleMedicationAdministration01.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: MedicationAdministration AtApsExampleMedicationAdministration01

status: Completed

medication: Ramipril 5mg Kapseln

subject: Maria Musterfrau

effective: 2024-10-15 08:00:00+0100

Performers

-Actor
*Hanna Hausärztin

reasonCode: Hypertonie

Dosages

-TextRouteDose
*1 Kapsel täglich morgensOral use5 mg (Details: UCUM codemg = 'mg')

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "AtApsExampleMedicationAdministration01",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-medicationadministration"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationReference": {
    "reference": "Medication/AtApsExampleMedication01",
    "display": "Ramipril 5mg Kapseln"
  },
  "subject": {
    "reference": "Patient/at-aps-example-patient-01",
    "display": "Maria Musterfrau"
  },
  "effectiveDateTime": "2024-10-15T08:00:00+01:00",
  "performer": [
    {
      "actor": {
        "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"
        }
      ]
    },
    "dose": {
      "value": 5,
      "unit": "mg",
      "system": "http://unitsofmeasure.org",
      "code": "mg"
    }
  }
}