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

ELGA e-Medikation (R4) ENTWURF - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Beispiel Journey 02: Collection 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 "AtEmedJourneyBundleMedikationsplan02"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-bundle-medikationsplan"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-bundle-medikationsplan>     ] )
  ] ; # 
  fhir:identifier [
fhir:system [
fhir:v "urn:ietf:rfc:3982"^^xsd:anyURI ;
fhir:l <urn:ietf:rfc:3982>     ] ;
fhir:value [ fhir:v "63fef90a-be11-4ddf-aece-d77da15c4f20" ]
  ] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  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 = 4711; status = active; intent = order; category = Medikationsplaneintrag; medication[x] = EBETREXAT TBL 10MG; authoredOn = 2026-01-28 08:00:00+0000; reasonCode = Essentielle Hypertonie; 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 = 4712; status = active; intent = order; category = Medikationsplaneintrag; medication[x] = ASPIRIN TBL 500MG; 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: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>: 4711</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>medication</b>: <span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/asp-liste 2443061}\">EBETREXAT TBL 10MG</span></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>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 59621000}\">Essentielle Hypertonie</span></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></div>"^^rdf:XMLLiteral ]       ] ;
      ( 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 "4711" ]       ] ) ;
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:medication [
a fhir:CodeableConcept ;
        ( 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: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:reasonCode [
        ( fhir:coding [
a sct:59621000 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>           ] ;
fhir:code [ fhir:v "59621000" ] ;
fhir:display [ fhir:v "Essentielle Hypertonie" ]         ] )       ] ) ;
      ( 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: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>: 4712</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>medication</b>: <span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/asp-liste 0004340}\">ASPIRIN TBL 500MG</span></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></div>"^^rdf:XMLLiteral ]       ] ;
      ( 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 "4712" ]       ] ) ;
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:medication [
a fhir:CodeableConcept ;
        ( 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 "0004340" ] ;
fhir:display [ fhir:v "ASPIRIN TBL 500MG" ]         ] )       ] ;
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" ]           ] )         ]       ] )     ] )
  ] ) . #