@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "2f9de5b899a54392b9b39c440aca0887"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2023-10-12T14:31:02.1031874+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://fhir.hl7.at/linkedcare/StructureDefinition/linca-prescription-medication-request"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: MedicationRequest

Resource MedicationRequest "2f9de5b899a54392b9b39c440aca0887" Version "1" Updated "2023-10-12 14:31:02+0000"

Profile: LINCA Prescription (LINCAPrescriptionMedicationRequest)

identifier: id: CVF1 23ER USW1

priorPrescription: MedicationRequest/091f1a9d0d64415c91f67caccc3f3848

groupIdentifier: id: ABCD 1234 EFGH

status: active

intent: order

Medications

-Concept
*Ultralan - Salbe (CodeSystem-asp-liste#0059714)

subject: Patient/6800bda462034a9a8123e3dc48c61d53 " GÜRTELTHIER"

informationSource: : Haus Vogelsang

performer: : Dr. Silvia Spitzmaus

DosageInstructions

-Text
*apply twice daily to the inflicted area. once in the morning and once in the evening
" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:1.2.40.0.10.1.4.3.4.2.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "CVF1 23ER USW1" ] ] ) ; # fhir:priorPrescription [ fhir:link ; fhir:reference [ fhir:v "MedicationRequest/091f1a9d0d64415c91f67caccc3f3848" ] ] ; # fhir:groupIdentifier [ fhir:system [ fhir:v "urn:oid:1.2.40.0.10.1.4.3.3"^^xsd:anyURI ] ; fhir:value [ fhir:v "ABCD 1234 EFGH" ] ] ; # fhir:status [ fhir:v "active"] ; # 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 "0059714" ] ; fhir:display [ fhir:v "Ultralan - Salbe" ] ] ) ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/6800bda462034a9a8123e3dc48c61d53" ] ] ; # fhir:informationSource ( [ fhir:identifier [ fhir:system [ fhir:v "urn:oid:1.2.40.0.34.5.2"^^xsd:anyURI ] ; fhir:value [ fhir:v "2.999.40.0.34.1.1.1" ] ] ; fhir:display [ fhir:v "Haus Vogelsang" ] ] ) ; # fhir:performer ( [ fhir:identifier [ fhir:system [ fhir:v "urn:oid:1.2.40.0.34.5.2"^^xsd:anyURI ] ; fhir:value [ fhir:v "2.999.40.0.34.3.1.3" ] ] ; fhir:display [ fhir:v "Dr. Silvia Spitzmaus" ] ] ) ; # fhir:dosageInstruction ( [ fhir:text [ fhir:v "apply twice daily to the inflicted area. once in the morning and once in the evening" ] ] ) . # # -------------------------------------------------------------------------------------