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

FHIR IG analytics

Packagehl7.at.fhir.elga.emed.r4
Resource TypeMedicationRequest
IdMedicationRequest-At-Emed-Journey-02-Mr-Planeintrag-01.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: MedicationRequest At-Emed-Journey-02-Mr-Planeintrag-01

R5: Period over which the medication is to be taken (new): 2026-02-27 --> (ongoing)

R5: Full representation of the dosage instructions (new):

1-0-1-0 Stück

identifier: 4712_202602280800000

status: Active

intent: Order

category: Medikationsplaneintrag

reported: false

medication: Medication EBETREXAT TBL 10MG

subject: Max Mustermann Male, DoB: 1900-01-01 ( Social Security number: 1234010100)

authoredOn: 2026-02-27 10:20:00+0000

requester: Practitioner Melanie Musterärztin

courseOfTherapyType: Continuous long term therapy

note:

Freitext Informationen zum Medikationsplaneintrag.

dosageInstruction

patientInstruction: Nehmen Sie die Kapsel nach dem Essen mit ausreichend Flüssigkeit ein.

timing: before breakfast, before dinner, 2 per 1 day

route: zum Einnehmen

DoseAndRates

-Dose[x]
* Stück (Details: UCUM code{Stueck} = '{Stueck}')

Generated Narrative: Medication #contained-medication-journey-02-01

code: EBETREXAT TBL 10MG


Source1

{
  "resourceType": "MedicationRequest",
  "id": "At-Emed-Journey-02-Mr-Planeintrag-01",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-elga-emed-medicationrequest-planeintrag"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "contained-medication-journey-02-01",
      "meta": {
        "profile": [
          "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-elga-emed-medication-medikation"
        ]
      },
      "code": {
        "coding": [
          {
            "system": "https://termgit.elga.gv.at/CodeSystem/asp-liste",
            "code": "2443061",
            "display": "EBETREXAT TBL 10MG"
          }
        ]
      }
    }
  ],
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.effectiveDosePeriod",
      "valuePeriod": {
        "start": "2026-02-27"
      }
    },
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction",
      "valueMarkdown": "1-0-1-0 Stück"
    }
  ],
  "identifier": [
    {
      "value": "4712_202602280800000"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestCategoryCS",
          "code": "1",
          "display": "Medikationsplaneintrag"
        }
      ]
    }
  ],
  "reportedBoolean": false,
  "medicationReference": {
    "reference": "#contained-medication-journey-02-01"
  },
  "subject": {
    "reference": "Patient/At-Emed-Example-Patient-01"
  },
  "authoredOn": "2026-02-27T10:20:00+00:00",
  "requester": {
    "reference": "Practitioner/At-Emed-Example-Practitioner-01"
  },
  "courseOfTherapyType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
        "code": "continuous"
      }
    ]
  },
  "note": [
    {
      "text": "Freitext Informationen zum Medikationsplaneintrag."
    }
  ],
  "dosageInstruction": [
    {
      "patientInstruction": "Nehmen Sie die Kapsel nach dem Essen mit ausreichend Flüssigkeit ein.",
      "timing": {
        "repeat": {
          "frequency": 2,
          "period": 1,
          "periodUnit": "d",
          "when": [
            "ACM",
            "ACV"
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "https://termgit.elga.gv.at/CodeSystem/medikationartanwendung",
            "code": "100000073619",
            "display": "zum Einnehmen"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "unit": "Stück",
            "system": "http://unitsofmeasure.org",
            "code": "{Stueck}"
          }
        }
      ]
    }
  ]
}