Post-Acute FHIR Based Orders
0.1.0 - STU 1 Ballot

This page is part of the Post Acute Orders FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

PAO Message Event Code System - TTL Representation

(back to description)

Raw ttl

Source view

@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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "PAO-Message-Event"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "9" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-03-28T23:30:46.843+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#Td2hrW4zsEPLtLNL" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>PAO Message Event Code System</h2><div><p>This is the value set for the event element in the Message Header</p>\n</div><p>This code system http://hl7.org/fhir/us/dme-orders/CodeSystem/PAO-Message-Event defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">InitialOrder<a name=\"PAO-Message-Event-InitialOrder\"> </a></td><td>Initial Order</td><td>Initial order for Post Acute services</td></tr><tr><td style=\"white-space:nowrap\">OrderUpdate<a name=\"PAO-Message-Event-OrderUpdate\"> </a></td><td>Order Update</td><td>Update to an order (may be declined)</td></tr><tr><td style=\"white-space:nowrap\">OrderCancel<a name=\"PAO-Message-Event-OrderCancel\"> </a></td><td>Order Cancel</td><td>Cancel an order (may be declined if done)</td></tr><tr><td style=\"white-space:nowrap\">OrderStatus<a name=\"PAO-Message-Event-OrderStatus\"> </a></td><td>Order Status</td><td>Request for the status of the order</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/dme-orders/CodeSystem/PAO-Message-Event"];
  fhir:CodeSystem.version [ fhir:value "0.1.0"];
  fhir:CodeSystem.name [ fhir:value "PAOMessageEvent"];
  fhir:CodeSystem.title [ fhir:value "PAO Message Event Code System"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.date [ fhir:value "2020-04-08T13:17:53+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "HL7"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 International - Orders and Observations" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/orders" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "This is the value set for the event element in the Message Header"];
  fhir:CodeSystem.purpose [ fhir:value "MessageHeader event element values"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "InitialOrder" ];
     fhir:CodeSystem.concept.display [ fhir:value "Initial Order" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Initial order for Post Acute services" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "OrderUpdate" ];
     fhir:CodeSystem.concept.display [ fhir:value "Order Update" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Update to an order (may be declined)" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "OrderCancel" ];
     fhir:CodeSystem.concept.display [ fhir:value "Order Cancel" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Cancel an order (may be declined if done)" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "OrderStatus" ];
     fhir:CodeSystem.concept.display [ fhir:value "Order Status" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Request for the status of the order" ]
  ].

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

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