ELGA e-Medikation (R4) ENTWURF
0.1.1 - ci-build

ELGA e-Medikation (R4) ENTWURF, published by ELGA GmbH. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/ELGA-e-Medikation-R4/ and changes regularly. See the Directory of published versions

: Beispiel Journey 02: Transaction Bundle - TTL Representation

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AtEmedJourneyBundleMedikationsplanTx02"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-bundle-tx-medikationsplan"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-bundle-tx-medikationsplan>     ] )
  ] ; # 
  fhir:type [ fhir:v "transaction"] ; # 
  fhir:timestamp [ fhir:v "2026-01-28T08:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
    ( fhir:resource [
a fhir:List ;
fhir:id [ fhir:v "AtEmedJourneyListMedikationsplan02" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-list-medikationsplan"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-list-medikationsplan>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"List_AtEmedJourneyListMedikationsplan02\"> </a><p class=\"res-header-id\"><b>Generated Narrative: List AtEmedJourneyListMedikationsplan02</b></p><a name=\"AtEmedJourneyListMedikationsplan02\"> </a><a name=\"hcAtEmedJourneyListMedikationsplan02\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-emed-list-medikationsplan.html\">ELGA e-Med Medikationsplan</a></p></div><table class=\"clstu\"><tr><td>Date: 2026-01-28 08:00:00+0000 </td><td>Mode: Working List </td><td>Status: Current </td><td>Code: Medikationsplan </td></tr><tr><td>Subject: <a href=\"Patient-AtEmedExamplePatient01.html\">Max Mustermann  Male, DoB: 1900-01-01 ( Social Security number: 1234010100)</a>Source: Order: Sorted by User </td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td><td>Date</td><td>Flag</td></tr><tr><td><a href=\"MedicationRequest-AtEmedJourneyMrPlaneintrag0201.html\">MedicationRequest: extension = 2026-01-28 --&gt; 2026-02-28,1 Kapsel täglich morgens; identifier = 4712_202602280800000; status = active; intent = order; category = Medikationsplaneintrag; reported[x] = false; medication[x] = -&gt;InlinePlaneintragMedicationMagistral01; authoredOn = 2026-01-28 08:00:00+0000; note = Freitext Informationen zum Medikationsplaneintrag.</a></td><td>2026-01-28 08:00:00+0000</td><td>Prescribed</td></tr><tr><td><a href=\"MedicationRequest-AtEmedJourneyMrPlaneintrag0202.html\">MedicationRequest: extension = 2026-01-28 --&gt; 2026-02-28,1 täglich auftragen; identifier = 4713_202602280800000; status = active; intent = order; category = Medikationsplaneintrag; reported[x] = -&gt;Practitioner Hermine Fremdmedikation ; medication[x] = -&gt;InlineAtEmedJourneyMedicationMagistral02; authoredOn = 2026-01-28 08:00:00+0000; note = Freitext Informationen zum Medikationsplaneintrag.</a></td><td>2026-01-28 08:00:00+0000</td><td>Prescribed</td></tr></table></div>"^^rdf:XMLLiteral ]       ] ;
fhir:status [ fhir:v "current" ] ;
fhir:mode [ fhir:v "working" ] ;
fhir:code [
        ( fhir:coding [
a sct:736378000 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>           ] ;
fhir:code [ fhir:v "736378000" ] ;
fhir:display [ fhir:v "Medikationsplan" ]         ] )       ] ;
fhir:subject [
fhir:l fhir:Patient/AtEmedExamplePatient01 ;
fhir:reference [ fhir:v "Patient/AtEmedExamplePatient01" ]       ] ;
fhir:date [ fhir:v "2026-01-28T08:00:00+00:00"^^xsd:dateTime ] ;
fhir:source [
fhir:l fhir:Practitioner/AtEmedExamplePractitioner01 ;
fhir:reference [ fhir:v "Practitioner/AtEmedExamplePractitioner01" ]       ] ;
fhir:orderedBy [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/list-order"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/list-order>           ] ;
fhir:code [ fhir:v "user" ]         ] )       ] ;
      ( fhir:entry [
fhir:flag [
          ( fhir:coding [
fhir:system [
fhir:v "urn:oid:1.2.36.1.2001.1001.101.104.16592"^^xsd:anyURI ;
fhir:l <urn:oid:1.2.36.1.2001.1001.101.104.16592>             ] ;
fhir:code [ fhir:v "04" ] ;
fhir:display [ fhir:v "Prescribed" ]           ] )         ] ;
fhir:date [ fhir:v "2026-01-28T08:00:00+00:00"^^xsd:dateTime ] ;
fhir:item [
fhir:l fhir:MedicationRequest/AtEmedJourneyMrPlaneintrag0201 ;
fhir:reference [ fhir:v "MedicationRequest/AtEmedJourneyMrPlaneintrag0201" ]         ]       ] [
fhir:flag [
          ( fhir:coding [
fhir:system [
fhir:v "urn:oid:1.2.36.1.2001.1001.101.104.16592"^^xsd:anyURI ;
fhir:l <urn:oid:1.2.36.1.2001.1001.101.104.16592>             ] ;
fhir:code [ fhir:v "04" ] ;
fhir:display [ fhir:v "Prescribed" ]           ] )         ] ;
fhir:date [ fhir:v "2026-01-28T08:00:00+00:00"^^xsd:dateTime ] ;
fhir:item [
fhir:l fhir:MedicationRequest/AtEmedJourneyMrPlaneintrag0202 ;
fhir:reference [ fhir:v "MedicationRequest/AtEmedJourneyMrPlaneintrag0202" ]         ]       ] )     ] ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [
fhir:v "List/AtEmedJourneyListMedikationsplan02"^^xsd:anyURI ;
fhir:l fhir:List/AtEmedJourneyListMedikationsplan02       ]     ]
  ] [
    ( fhir:resource [
a fhir:MedicationRequest ;
fhir:id [ fhir:v "AtEmedJourneyMrPlaneintrag0201" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-mr-planeintrag"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-mr-planeintrag>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_AtEmedJourneyMrPlaneintrag0201\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest AtEmedJourneyMrPlaneintrag0201</b></p><a name=\"AtEmedJourneyMrPlaneintrag0201\"> </a><a name=\"hcAtEmedJourneyMrPlaneintrag0201\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-emed-mr-planeintrag.html\">ELGA e-Med Planeintrag</a></p></div><p><b>Extension Definition for MedicationRequest.effectiveDosePeriod for Version 5.0</b>: 2026-01-28 --&gt; 2026-02-28</p><p><b>Extension Definition for MedicationRequest.renderedDosageInstruction for Version 5.0</b>: </p><div><p>1 Kapsel täglich morgens</p>\n</div><p><b>identifier</b>: 4712_202602280800000</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestCategoryCS 1}\">Medikationsplaneintrag</span></p><p><b>reported</b>: false</p><p><b>medication</b>: <code>InlinePlaneintragMedicationMagistral01</code></p><p><b>subject</b>: <a href=\"Patient-AtEmedExamplePatient01.html\">Max Mustermann  Male, DoB: 1900-01-01 ( Social Security number: 1234010100)</a></p><p><b>authoredOn</b>: 2026-01-28 08:00:00+0000</p><p><b>requester</b>: <a href=\"Practitioner-AtEmedExamplePractitioner01.html\">Practitioner Melanie Musterärztin </a></p><p><b>note</b>: </p><blockquote><div><p>Freitext Informationen zum Medikationsplaneintrag.</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 1 Kapsel täglich morgens</p><p><b>patientInstruction</b>: Nehmen Sie die Kapsel jeden Morgen mit ausreichend Flüssigkeit ein.</p><p><b>timing</b>: Once per 1 day</p><p><b>route</b>: <span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem-medikationartanwendung.html 100000073619}\">zum Einnehmen</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>5 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication #InlinePlaneintragMedicationMagistral01</b></p><a name=\"AtEmedJourneyMrPlaneintrag0201/InlinePlaneintragMedicationMagistral01\"> </a><a name=\"hcAtEmedJourneyMrPlaneintrag0201/InlinePlaneintragMedicationMagistral01\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-emed-medication.html\">ELGA e-Med Medikation</a></p></div><p><b>code</b>: <span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/asp-liste 2443061}\">EBETREXAT TBL 10MG</span></p></blockquote></div>"^^rdf:XMLLiteral ]       ] ;
      ( fhir:contained [
a fhir:Medication ;
fhir:id [ fhir:v "InlinePlaneintragMedicationMagistral01" ] ;
fhir:meta [
          ( fhir:profile [
fhir:v "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-medication"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-medication>           ] )         ] ;
fhir:code [
          ( fhir:coding [
fhir:system [
fhir:v "https://termgit.elga.gv.at/CodeSystem/asp-liste"^^xsd:anyURI ;
fhir:l <https://termgit.elga.gv.at/CodeSystem/asp-liste>             ] ;
fhir:code [ fhir:v "2443061" ] ;
fhir:display [ fhir:v "EBETREXAT TBL 10MG" ]           ] )         ]       ] ) ;
      ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.effectiveDosePeriod"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.effectiveDosePeriod>         ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2026-01-28"^^xsd:date ] ;
fhir:end [ fhir:v "2026-02-28"^^xsd:date ]         ]       ] [
fhir:url [
fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction>         ] ;
fhir:value [
a fhir:Markdown ;
fhir:v "1 Kapsel täglich morgens"         ]       ] ) ;
      ( fhir:identifier [
fhir:value [ fhir:v "4712_202602280800000" ]       ] ) ;
fhir:status [ fhir:v "active" ] ;
fhir:intent [ fhir:v "order" ] ;
      ( fhir:category [
        ( fhir:coding [
fhir:system [
fhir:v "https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestCategoryCS"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestCategoryCS>           ] ;
fhir:code [ fhir:v "1" ]         ] )       ] ) ;
fhir:reported [
a fhir:Boolean ;
fhir:v false       ] ;
fhir:medication [
a fhir:Reference ;
fhir:l fhir:InlinePlaneintragMedicationMagistral01 ;
fhir:reference [ fhir:v "InlinePlaneintragMedicationMagistral01" ]       ] ;
fhir:subject [
fhir:l fhir:Patient/AtEmedExamplePatient01 ;
fhir:reference [ fhir:v "Patient/AtEmedExamplePatient01" ]       ] ;
fhir:authoredOn [ fhir:v "2026-01-28T08:00:00+00:00"^^xsd:dateTime ] ;
fhir:requester [
fhir:l fhir:Practitioner/AtEmedExamplePractitioner01 ;
fhir:reference [ fhir:v "Practitioner/AtEmedExamplePractitioner01" ]       ] ;
      ( fhir:note [
fhir:text [ fhir:v "Freitext Informationen zum Medikationsplaneintrag." ]       ] ) ;
      ( fhir:dosageInstruction [
fhir:text [ fhir:v "1 Kapsel täglich morgens" ] ;
fhir:patientInstruction [ fhir:v "Nehmen Sie die Kapsel jeden Morgen mit ausreichend Flüssigkeit ein." ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]           ]         ] ;
fhir:route [
          ( fhir:coding [
fhir:system [
fhir:v "https://termgit.elga.gv.at/CodeSystem-medikationartanwendung.html"^^xsd:anyURI ;
fhir:l <https://termgit.elga.gv.at/CodeSystem-medikationartanwendung.html>             ] ;
fhir:code [ fhir:v "100000073619" ] ;
fhir:display [ fhir:v "zum Einnehmen" ]           ] )         ] ;
        ( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>             ] ;
fhir:code [ fhir:v "mg" ]           ]         ] )       ] )     ] ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [
fhir:v "MedicationRequest/AtEmedJourneyMrPlaneintrag0201"^^xsd:anyURI ;
fhir:l fhir:MedicationRequest/AtEmedJourneyMrPlaneintrag0201       ]     ]
  ] [
    ( fhir:resource [
a fhir:MedicationRequest ;
fhir:id [ fhir:v "AtEmedJourneyMrPlaneintrag0202" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-mr-planeintrag"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-mr-planeintrag>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_AtEmedJourneyMrPlaneintrag0202\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest AtEmedJourneyMrPlaneintrag0202</b></p><a name=\"AtEmedJourneyMrPlaneintrag0202\"> </a><a name=\"hcAtEmedJourneyMrPlaneintrag0202\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-emed-mr-planeintrag.html\">ELGA e-Med Planeintrag</a></p></div><p><b>Extension Definition for MedicationRequest.effectiveDosePeriod for Version 5.0</b>: 2026-01-28 --&gt; 2026-02-28</p><p><b>Extension Definition for MedicationRequest.renderedDosageInstruction for Version 5.0</b>: </p><div><p>1 täglich auftragen</p>\n</div><p><b>identifier</b>: 4713_202602280800000</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestCategoryCS 1}\">Medikationsplaneintrag</span></p><p><b>reported</b>: <a href=\"Practitioner-AtEmedExamplePractitioner02.html\">Practitioner Hermine Fremdmedikation </a></p><p><b>medication</b>: <code>InlineAtEmedJourneyMedicationMagistral02</code></p><p><b>subject</b>: <a href=\"Patient-AtEmedExamplePatient01.html\">Max Mustermann  Male, DoB: 1900-01-01 ( Social Security number: 1234010100)</a></p><p><b>authoredOn</b>: 2026-01-28 08:00:00+0000</p><p><b>requester</b>: <a href=\"Practitioner-AtEmedExamplePractitioner01.html\">Practitioner Melanie Musterärztin </a></p><p><b>note</b>: </p><blockquote><div><p>Freitext Informationen zum Medikationsplaneintrag.</p>\n</div></blockquote><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>PatientInstruction</b></td><td><b>Timing</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>1 täglich auftragen</td><td>Abends sehr dünn auf die betroffene Stelle auftragen.</td><td>Once per 1 day</td><td><span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem-medikationartanwendung.html 100000073566}\">Anwendung auf der Haut</span></td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication #InlineAtEmedJourneyMedicationMagistral02</b></p><a name=\"AtEmedJourneyMrPlaneintrag0202/InlineAtEmedJourneyMedicationMagistral02\"> </a><a name=\"hcAtEmedJourneyMrPlaneintrag0202/InlineAtEmedJourneyMedicationMagistral02\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-emed-medication.html\">ELGA e-Med Medikation</a></p></div><p><b>form</b>: <span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/medikationdarreichungsform 100000073713}\">Salbe</span></p><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/atc-deutsch-wido A01AC03}\">Hydrocortison</span></p><p><b>strength</b>: 1 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span>/100 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg = 'g')</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/atc-deutsch-wido A01AB18}\">Clotrimazol</span></p><p><b>strength</b>: 1 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span>/100 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg = 'g')</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:\">Salbengrundlage</span></p><p><b>isActive</b>: false</p><p><b>strength</b>: 98 g/100 g</p></blockquote></blockquote></div>"^^rdf:XMLLiteral ]       ] ;
      ( fhir:contained [
a fhir:Medication ;
fhir:id [ fhir:v "InlineAtEmedJourneyMedicationMagistral02" ] ;
fhir:meta [
          ( fhir:profile [
fhir:v "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-medication"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-medication>           ] )         ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Freitext-Informationen zur magistralen Anwendung.</p></div>"^^rdf:XMLLiteral ]         ] ;
fhir:form [
          ( fhir:coding [
fhir:system [
fhir:v "https://termgit.elga.gv.at/CodeSystem/medikationdarreichungsform"^^xsd:anyURI ;
fhir:l <https://termgit.elga.gv.at/CodeSystem/medikationdarreichungsform>             ] ;
fhir:code [ fhir:v "100000073713" ] ;
fhir:display [ fhir:v "Salbe" ]           ] )         ] ;
        ( fhir:ingredient [
fhir:item [
a fhir:CodeableConcept ;
            ( fhir:coding [
fhir:system [
fhir:v "https://termgit.elga.gv.at/CodeSystem/atc-deutsch-wido"^^xsd:anyURI ;
fhir:l <https://termgit.elga.gv.at/CodeSystem/atc-deutsch-wido>               ] ;
fhir:code [ fhir:v "A01AC03" ] ;
fhir:display [ fhir:v "Hydrocortison" ]             ] )           ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "%" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>               ] ;
fhir:code [ fhir:v "%" ]             ] ;
fhir:denominator [
fhir:value [ fhir:v "100"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>               ] ;
fhir:code [ fhir:v "g" ]             ]           ]         ] [
fhir:item [
a fhir:CodeableConcept ;
            ( fhir:coding [
fhir:system [
fhir:v "https://termgit.elga.gv.at/CodeSystem/atc-deutsch-wido"^^xsd:anyURI ;
fhir:l <https://termgit.elga.gv.at/CodeSystem/atc-deutsch-wido>               ] ;
fhir:code [ fhir:v "A01AB18" ] ;
fhir:display [ fhir:v "Clotrimazol" ]             ] )           ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "%" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>               ] ;
fhir:code [ fhir:v "%" ]             ] ;
fhir:denominator [
fhir:value [ fhir:v "100"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>               ] ;
fhir:code [ fhir:v "g" ]             ]           ]         ] [
fhir:item [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Salbengrundlage" ]           ] ;
fhir:isActive [ fhir:v false ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "98"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g" ]             ] ;
fhir:denominator [
fhir:value [ fhir:v "100"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g" ]             ]           ]         ] )       ] ) ;
      ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.effectiveDosePeriod"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.effectiveDosePeriod>         ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2026-01-28"^^xsd:date ] ;
fhir:end [ fhir:v "2026-02-28"^^xsd:date ]         ]       ] [
fhir:url [
fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction>         ] ;
fhir:value [
a fhir:Markdown ;
fhir:v "1 täglich auftragen"         ]       ] ) ;
      ( fhir:identifier [
fhir:value [ fhir:v "4713_202602280800000" ]       ] ) ;
fhir:status [ fhir:v "active" ] ;
fhir:intent [ fhir:v "order" ] ;
      ( fhir:category [
        ( fhir:coding [
fhir:system [
fhir:v "https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestCategoryCS"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestCategoryCS>           ] ;
fhir:code [ fhir:v "1" ]         ] )       ] ) ;
fhir:reported [
a fhir:Reference ;
fhir:l fhir:Practitioner/AtEmedExamplePractitioner02 ;
fhir:reference [ fhir:v "Practitioner/AtEmedExamplePractitioner02" ]       ] ;
fhir:medication [
a fhir:Reference ;
fhir:l fhir:InlineAtEmedJourneyMedicationMagistral02 ;
fhir:reference [ fhir:v "InlineAtEmedJourneyMedicationMagistral02" ]       ] ;
fhir:subject [
fhir:l fhir:Patient/AtEmedExamplePatient01 ;
fhir:reference [ fhir:v "Patient/AtEmedExamplePatient01" ]       ] ;
fhir:authoredOn [ fhir:v "2026-01-28T08:00:00+00:00"^^xsd:dateTime ] ;
fhir:requester [
fhir:l fhir:Practitioner/AtEmedExamplePractitioner01 ;
fhir:reference [ fhir:v "Practitioner/AtEmedExamplePractitioner01" ]       ] ;
      ( fhir:note [
fhir:text [ fhir:v "Freitext Informationen zum Medikationsplaneintrag." ]       ] ) ;
      ( fhir:dosageInstruction [
fhir:text [ fhir:v "1 täglich auftragen" ] ;
fhir:patientInstruction [ fhir:v "Abends sehr dünn auf die betroffene Stelle auftragen." ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]           ]         ] ;
fhir:route [
          ( fhir:coding [
fhir:system [
fhir:v "https://termgit.elga.gv.at/CodeSystem-medikationartanwendung.html"^^xsd:anyURI ;
fhir:l <https://termgit.elga.gv.at/CodeSystem-medikationartanwendung.html>             ] ;
fhir:code [ fhir:v "100000073566" ] ;
fhir:display [ fhir:v "Anwendung auf der Haut" ]           ] )         ]       ] )     ] ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [
fhir:v "MedicationRequest/AtEmedJourneyMrPlaneintrag0202"^^xsd:anyURI ;
fhir:l fhir:MedicationRequest/AtEmedJourneyMrPlaneintrag0202       ]     ]
  ] ) . #