Austrian Patient Summary (R4)
0.2.0 - STU1
Austrian Patient Summary (R4), published by ELGA GmbH. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/ELGA-AustrianPatientSummary-R4/ and changes regularly. See the Directory of published versions
@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:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "AtApsExampleMedicationRequest01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-medicationrequest"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-medicationrequest> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest AtApsExampleMedicationRequest01</b></p><a name=\"AtApsExampleMedicationRequest01\"> </a><a name=\"hcAtApsExampleMedicationRequest01\"> </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-aps-medicationrequest.html\">AT APS MedicationRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Medication-AtApsExampleMedication01.html\">Ramipril 5mg Kapseln</a></p><p><b>subject</b>: <a href=\"Patient-at-aps-example-patient-01.html\">Maria Musterfrau</a></p><p><b>authoredOn</b>: 2024-10-14 10:00:00+0100</p><p><b>requester</b>: <a href=\"Practitioner-at-aps-example-practitioner-01.html\">Hanna Hausärztin</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 59621000}\">Hypertonie</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 1 Kapsel täglich morgens</p><p><b>timing</b>: Once per 1 day</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral use</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><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 30 Kapseln</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>30</td><td>Tage</td><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:medication [
a fhir:Reference ;
fhir:l fhir:Medication/AtApsExampleMedication01 ;
fhir:reference [ fhir:v "Medication/AtApsExampleMedication01" ] ;
fhir:display [ fhir:v "Ramipril 5mg Kapseln" ]
] ; #
fhir:subject [
fhir:l fhir:Patient/at-aps-example-patient-01 ;
fhir:reference [ fhir:v "Patient/at-aps-example-patient-01" ] ;
fhir:display [ fhir:v "Maria Musterfrau" ]
] ; #
fhir:authoredOn [ fhir:v "2024-10-14T10:00:00+01:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:l fhir:Practitioner/at-aps-example-practitioner-01 ;
fhir:reference [ fhir:v "Practitioner/at-aps-example-practitioner-01" ] ;
fhir:display [ fhir:v "Hanna Hausärztin" ]
] ; #
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 "Hypertonie" ] ] ) ;
fhir:text [ fhir:v "Hypertonie" ]
] ) ; #
fhir:dosageInstruction ( [
fhir:text [ fhir:v "1 Kapsel täglich morgens" ] ;
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 [
a sct:26643006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Oral use" ] ] ) ] ;
( 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:dispenseRequest [
fhir:quantity [
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Kapseln" ] ] ;
fhir:expectedSupplyDuration [
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Tage" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "d" ] ]
] . #
IG © 2024+ ELGA GmbH. Package hl7.at.fhir.elga.aps.r4#0.2.0 based on FHIR® 4.0.1. Generated 2026-02-09
Links: Table of Contents |
QA Report