Post-Acute Orders (PAO) (DME-Orders)
0.2.0 - STU1 Ballot

This page is part of the Post Acute Orders FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, 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:Resource.id [ fhir:value "Discharge-Order2"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-08-10T01:09:53.645+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#qHy3mLZcBMrmvshn" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-messageheader";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-messageheader>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: Discharge-Order2</p><p><b>meta</b>: </p><p><b>event</b>: <span title=\"{http://hl7.org/fhir/us/dme-orders/CodeSystem/PAOX-Message-Event InitialOrder}\">Initial Order</span></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\">St. Michael's Hospital. Generated Summary: id: Inpatient; id: 1063494177; active; name: St. Michael's Hospital; ph: (816)932-2000(WORK), http://www.stmichaelmedicalcenter.org(WORK)</a></td></tr></table><p><b>sender</b>: <a href=\"Organization-Inpatient.html\">St. Michael's Hospital. Generated Summary: id: Inpatient; id: 1063494177; active; name: St. Michael's Hospital; ph: (816)932-2000(WORK), http://www.stmichaelmedicalcenter.org(WORK)</a></p><p><b>author</b>: <a href=\"Practitioner-practitioner-1.html\">Ronald Bone. Generated Summary: id: practitioner-1; id: 9941339108; Ronald Bone </a></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>ph: +1 (555) 123 4567</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\">St. Michael's Hospital. Generated Summary: id: Inpatient; id: 1063494177; active; name: St. Michael's Hospital; ph: (816)932-2000(WORK), http://www.stmichaelmedicalcenter.org(WORK)</a></p><p><b>focus</b>: <a href=\"Task-MedicationRequest.html\">Inpatient Encounter. Generated Summary: id: MedicationRequest; id: 56ae5855-9f20-41e4-a59d-000e36d9d85a; status: requested; intent: order; <span title=\"Codes: {http://hl7.org/fhir/CodeSystem/task-code fulfill}\">Fulfill the focal request</span>; description: Order Immunosuppressive; authoredOn: Jul 31, 2020 2:07:15 AM</a></p></div>"
  ];
  fhir:MessageHeader.eventCoding [
     fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/dme-orders/CodeSystem/PAOX-Message-Event" ];
     fhir:Coding.code [ fhir:value "InitialOrder" ];
     fhir:Coding.display [ fhir:value "Initial Order" ]
  ];
  fhir:MessageHeader.destination [
     fhir:index 0;
     fhir:MessageHeader.destination.name [ fhir:value "Acme Message Gateway" ];
     fhir:MessageHeader.destination.endpoint [ fhir:value "https://example.org/Endpoints/P123" ];
     fhir:MessageHeader.destination.receiver [
       fhir:Reference.reference [ fhir:value "Organization/Inpatient" ];
       fhir:Reference.display [ fhir:value "St. Michael's Hospital" ]     ]
  ];
  fhir:MessageHeader.sender [
     fhir:Reference.reference [ fhir:value "Organization/Inpatient" ];
     fhir:Reference.display [ fhir:value "St. Michael's Hospital" ]
  ];
  fhir:MessageHeader.author [
     fhir:Reference.reference [ fhir:value "Practitioner/practitioner-1" ];
     fhir:Reference.display [ fhir:value "Ronald Bone" ]
  ];
  fhir:MessageHeader.source [
     fhir:MessageHeader.source.name [ fhir:value "Acme Central Patient Registry" ];
     fhir:MessageHeader.source.software [ fhir:value "FooBar Patient Manager" ];
     fhir:MessageHeader.source.version [ fhir:value "3.1.45.AABB" ];
     fhir:MessageHeader.source.contact [
       fhir:ContactPoint.system [ fhir:value "phone" ];
       fhir:ContactPoint.value [ fhir:value "+1 (555) 123 4567" ]     ];
     fhir:MessageHeader.source.endpoint [ fhir:value "https://example.org/Endpoints/P456" ]
  ];
  fhir:MessageHeader.responsible [
     fhir:Reference.reference [ fhir:value "Organization/Inpatient" ];
     fhir:Reference.display [ fhir:value "St. Michael's Hospital" ]
  ];
  fhir:MessageHeader.focus [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Task/MedicationRequest" ];
     fhir:Reference.display [ fhir:value "Inpatient Encounter" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.