FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders)
0.2.2 - CI Build United States of America flag

FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders), published by HL7. This is not an authorized publication; it is the continuous build for version 0.2.2). This version is based on the current content of https://github.com/HL7/dme-orders/ and changes regularly. See the Directory of published versions

: MessageHeader for Medication Request - 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:MessageHeader ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Discharge-Order2"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2020-08-10T05:09:53.645Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-messageheader"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-messageheader>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"Discharge-Order2\"> </a></p><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\">Resource MessageHeader &quot;Discharge-Order2&quot; Version &quot;2&quot; Updated &quot;2020-08-10 05:09:53+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PAOX-messageheader.html\">PAO MessageHeader</a></p></div><p><b>event</b>: Initial Order (Details: http://hl7.org/fhir/us/dme-orders/CodeSystem/PAOX-Message-Event code InitialOrder = 'Initial Order', stated as 'Initial Order')</p><h3>Destinations</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Endpoint</b></td><td><b>Receiver</b></td></tr><tr><td>*</td><td>Acme Message Gateway</td><td><a href=\"https://example.org/Endpoints/P123\">https://example.org/Endpoints/P123</a></td><td><a href=\"Organization-Inpatient.html\">Organization/Inpatient: St. Michael's Hospital</a> &quot;St. Michael's Hospital&quot;</td></tr></table><p><b>sender</b>: <a href=\"Organization-Inpatient.html\">Organization/Inpatient: St. Michael's Hospital</a> &quot;St. Michael's Hospital&quot;</p><p><b>author</b>: <a href=\"Practitioner-practitioner-1.html\">Practitioner/practitioner-1: Ronald Bone</a> &quot; BONE&quot;</p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Software</b></td><td><b>Version</b></td><td><b>Contact</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>Acme Central Patient Registry</td><td>FooBar Patient Manager</td><td>3.1.45.AABB</td><td><a href=\"tel:+1(555)1234567\">+1 (555) 123 4567</a></td><td><a href=\"https://example.org/Endpoints/P456\">https://example.org/Endpoints/P456</a></td></tr></table><p><b>responsible</b>: <a href=\"Organization-Inpatient.html\">Organization/Inpatient: St. Michael's Hospital</a> &quot;St. Michael's Hospital&quot;</p><p><b>focus</b>: <a href=\"Task-MedicationRequest.html\">Task/MedicationRequest: Inpatient Encounter</a></p></div>"
  ] ; # 
  fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/us/dme-orders/CodeSystem/PAOX-Message-Event"^^xsd:anyURI ] ;
fhir:code [ fhir:v "InitialOrder" ] ;
fhir:display [ fhir:v "Initial Order" ]
  ] ; # 
  fhir:destination ( [
fhir:name [ fhir:v "Acme Message Gateway" ] ;
fhir:endpoint [ fhir:v "https://example.org/Endpoints/P123"^^xsd:anyURI ] ;
fhir:receiver [
fhir:reference [ fhir:v "Organization/Inpatient" ] ;
fhir:display [ fhir:v "St. Michael's Hospital" ]     ]
  ] ) ; # 
  fhir:sender [
fhir:reference [ fhir:v "Organization/Inpatient" ] ;
fhir:display [ fhir:v "St. Michael's Hospital" ]
  ] ; # 
  fhir:author [
fhir:reference [ fhir:v "Practitioner/practitioner-1" ] ;
fhir:display [ fhir:v "Ronald Bone" ]
  ] ; # 
  fhir:source [
fhir:name [ fhir:v "Acme Central Patient Registry" ] ;
fhir:software [ fhir:v "FooBar Patient Manager" ] ;
fhir:version [ fhir:v "3.1.45.AABB" ] ;
fhir:contact [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+1 (555) 123 4567" ]     ] ;
fhir:endpoint [ fhir:v "https://example.org/Endpoints/P456"^^xsd:anyURI ]
  ] ; # 
  fhir:responsible [
fhir:reference [ fhir:v "Organization/Inpatient" ] ;
fhir:display [ fhir:v "St. Michael's Hospital" ]
  ] ; # 
  fhir:focus ( [
fhir:reference [ fhir:v "Task/MedicationRequest" ] ;
fhir:display [ fhir:v "Inpatient Encounter" ]
  ] ) . #