@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "repeat-prescription-post-bundle-example"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/repeatprescription-post-bundle"^^xsd:anyURI ; fhir:link ] ) ; fhir:tag ( [ fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/writeback-action-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "approved" ] ; fhir:display [ fhir:v "Approved write back" ] ] ) ] ; # fhir:type [ fhir:v "transaction"] ; # fhir:link ( [ fhir:relation [ fhir:v "self" ] ; fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/MedicationRequest?_id=1"^^xsd:anyURI ] ] ) ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/MedicationRequest/1"^^xsd:anyURI ] ; fhir:resource ( ) ; fhir:request [ fhir:method [ fhir:v "PUT" ] ; fhir:url [ fhir:v "MedicationRequest"^^xsd:anyURI ] ] ] [ fhir:fullUrl [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/MedicationRequest/2"^^xsd:anyURI ] ; fhir:resource ( ) ; fhir:request [ fhir:method [ fhir:v "PUT" ] ; fhir:url [ fhir:v "MedicationRequest"^^xsd:anyURI ] ] ] ) . # a fhir:MedicationRequest ; fhir:id [ fhir:v "1"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: MedicationRequest 1

status: Active

intent: Order

priority: Urgent

medication: m018510101

subject: https://alexapi.medtechglobal.com.au/fhir/Patient/1

authoredOn: 2023-03-23 17:14:43+1300

requester: https://alexapi.medtechglobal.com.au/fhir/Practitioner/1

"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:priority [ fhir:v "urgent"] ; # fhir:medication [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://www.mims.com.au/codes"^^xsd:anyURI ] ; fhir:code [ fhir:v "m018510101" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Patient/1" ] ] ; # fhir:authoredOn [ fhir:v "2023-03-23T17:14:43+13:00"^^xsd:dateTime] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Practitioner/1" ] ] . # a fhir:MedicationRequest ; fhir:id [ fhir:v "2"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: MedicationRequest 2

status: Active

intent: Order

priority: Urgent

medication: m018510121

subject: https://alexapi.medtechglobal.com.au/fhir/Patient/1

authoredOn: 2023-03-23 17:14:43+1300

requester: https://alexapi.medtechglobal.com.au/fhir/Practitioner/1

"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:priority [ fhir:v "urgent"] ; # fhir:medication [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://www.mims.com.au/codes"^^xsd:anyURI ] ; fhir:code [ fhir:v "m018510121" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Patient/1" ] ] ; # fhir:authoredOn [ fhir:v "2023-03-23T17:14:43+13:00"^^xsd:dateTime] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Practitioner/1" ] ] . # # -------------------------------------------------------------------------------------