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
@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 "PAOX-Message-Event"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "3" ]; fhir:Meta.lastUpdated [ fhir:value "2020-07-29T02:36:28.894+00:00"^^xsd:dateTime ]; fhir:Meta.source [ fhir:value "#y7xwTB402GOU24M3" ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/dme-orders/CodeSystem/PAOX-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=\"PAOX-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=\"PAOX-Message-Event-OrderUpdate\"> </a></td><td>Order Update</td><td>urn:iso:std:iso:3166</td></tr><tr><td style=\"white-space:nowrap\">OrderCancel<a name=\"PAOX-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=\"PAOX-Message-Event-OrderStatus\"> </a></td><td>Order Status</td><td>Order Status</td></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/dme-orders/CodeSystem/PAOX-Message-Event"]; fhir:CodeSystem.version [ fhir:value "0.2.0"]; fhir:CodeSystem.name [ fhir:value "PAOxMessageEvent"]; fhir:CodeSystem.title [ fhir:value "PAO Message Event Code System"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.date [ fhir:value "2020-08-10T18:26:26+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 "Tbis code system is for the message event "]; fhir:CodeSystem.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "US" ] ] ]; fhir:CodeSystem.content [ fhir:value "complete"]; 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 "urn:iso:std:iso:3166" ] ], [ 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 "Order Status" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.