@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example-eMedRequest"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://fhir.hl7.at/elga-e-medikation-R5/StructureDefinition/eMed-request"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: MedicationRequest Example-eMedRequest

identifier: WYE82A2G8EEW-4711

groupIdentifier: WYE82A2G8EE1

status: Completed

intent: Order

Medications

-Concept
*CIPROXIN FTBL 500MG

subject: https://fhir.hl7.at/r5-core-main/Patient-HL7ATCorePatientExample05-FullElga

requester: https://fhir.hl7.at/r5-core-main/Practitioner-HL7ATCorePractitionerExample01

note:

Dosierung genau einhalten!

\n

effectiveDosePeriod: 2013-03-25 --> 2013-04-08

DosageInstructions

-PatientInstructionTiming
*Alternativ Tablette in Wasser auflösenMorning, 2
*Alternativ Tablette in Wasser auflösenEvening, Once

DispenseRequests

-NumberOfRepeatsAllowed
*0
"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:value [ fhir:v "WYE82A2G8EEW-4711" ] ] ) ; # fhir:groupIdentifier [ fhir:value [ fhir:v "WYE82A2G8EE1" ] ] ; # fhir:status [ fhir:v "completed"] ; # fhir:intent [ fhir:v "order"] ; # fhir:medication [ fhir:concept [ fhir:coding ( [ fhir:system [ fhir:v "https://termgit.elga.gv.at/CodeSystem/asp-liste"^^xsd:anyURI ] ; fhir:code [ fhir:v "981417" ] ; fhir:display [ fhir:v "CIPROXIN FTBL 500MG" ] ] ) ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "https://fhir.hl7.at/r5-core-main/Patient-HL7ATCorePatientExample05-FullElga" ] ] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "https://fhir.hl7.at/r5-core-main/Practitioner-HL7ATCorePractitionerExample01" ] ] ; # fhir:note ( [ fhir:text [ fhir:v "Dosierung genau einhalten!" ] ] ) ; # fhir:effectiveDosePeriod [ fhir:start [ fhir:v "2013-03-25"^^xsd:date ] ; fhir:end [ fhir:v "2013-04-08"^^xsd:date ] ] ; # fhir:dosageInstruction ( [ fhir:patientInstruction [ fhir:v "Alternativ Tablette in Wasser auflösen" ] ; fhir:timing [ fhir:repeat [ fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ; fhir:when ( [ fhir:v "MORN" ] ) ] ] ] [ fhir:patientInstruction [ fhir:v "Alternativ Tablette in Wasser auflösen" ] ; fhir:timing [ fhir:repeat [ fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:when ( [ fhir:v "EVE" ] ) ] ] ] ) ; # fhir:dispenseRequest [ fhir:numberOfRepeatsAllowed [ fhir:v "0"^^xsd:nonNegativeInteger ] ] . # # -------------------------------------------------------------------------------------