HL7 Europe Medication Prescription and Dispense
0.1.0 - ci-build 150

HL7 Europe Medication Prescription and Dispense, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/mpd/ and changes regularly. See the Directory of published versions

: 100B-RequestOrchestration - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:RequestOrchestration ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "100B-RequestOrchestration"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RequestOrchestration 100B-RequestOrchestration</b></p><a name=\"100B-RequestOrchestration\"> </a><a name=\"hc100B-RequestOrchestration\"> </a><a name=\"100B-RequestOrchestration-en-US\"> </a><p><b>groupIdentifier</b>: 100</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>subject</b>: <a href=\"Patient-patient1.html\">Thomas Engine  Male, DoB: 1950-09-15 ( 12345)</a></p><blockquote><p><b>action</b></p><p><b>resource</b>: <a href=\"MedicationRequest-100C-3-medication-prescription-request1.html\">MedicationRequest: identifier = 100-1/3; groupIdentifier = 100; status = active; intent = option; authoredOn = 2024-10-03</a></p></blockquote><blockquote><p><b>action</b></p><p><b>resource</b>: <a href=\"MedicationRequest-100C-3-medication-prescription-request2.html\">MedicationRequest: identifier = 100-2/3; groupIdentifier = 100; status = active; intent = option; authoredOn = 2024-10-03</a></p></blockquote><blockquote><p><b>action</b></p><p><b>resource</b>: <a href=\"MedicationRequest-100C-3-medication-prescription-request3.html\">MedicationRequest: identifier = 100-3/3; groupIdentifier = 100; status = active; intent = option; authoredOn = 2024-10-03</a></p></blockquote></div>"
  ] ; # 
  fhir:groupIdentifier [
fhir:value [ fhir:v "100" ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient1" ]
  ] ; # 
  fhir:action ( [
fhir:resource [
fhir:reference [ fhir:v "MedicationRequest/100C-3-medication-prescription-request1" ]     ]
  ] [
fhir:resource [
fhir:reference [ fhir:v "MedicationRequest/100C-3-medication-prescription-request2" ]     ]
  ] [
fhir:resource [
fhir:reference [ fhir:v "MedicationRequest/100C-3-medication-prescription-request3" ]     ]
  ] ) . #