Order Catalog Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-order-catalog/ and changes regularly. See the Directory of published versions
Page standards status: Trial-use | Maturity Level: 2 |
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="catalog-message-events"/>
<meta>
<lastUpdated value="2020-03-18T09:55:00Z"/>
<profile
value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<h2>Catalog message event codes</h2>
<div>
<p>This CodeSystem provides coded concepts for event codes in MessageHeader of FHIR messages conveying the content of a catalog.</p>
</div>
</div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="oo"/>
</extension>
<url
value="http://hl7.org/fhir/uv/order-catalog/CodeSystem/catalog-message-events"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.40.999.16.1"/>
</identifier>
<version value="1.0.0-ballot"/>
<name value="CatalogMessageEvents"/>
<title value="Catalog Message Event Codes"/>
<status value="active"/>
<experimental value="false"/>
<date value="2020-04-02"/>
<publisher value="HL7 International / Orders and Observations"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/orders"/>
</telecom>
</contact>
<description
value="This CodeSystem resource provides the concepts representing message event codes to be used when exchanging the content of catalogs in push mode, leveraging the FHIR messaging framework."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
</coding>
</jurisdiction>
<caseSensitive value="true"/>
<content value="complete"/>
<count value="2"/>
<concept>
<code value="full-catalog"/>
<display value="full catalog for the recipient"/>
<definition
value="The content of the message represents a full catalog that the message recepient is expected to take as is, replacing any preexisting content for this catalog."/>
</concept>
<concept>
<code value="update-catalog"/>
<display value="update for a catalog of the recipient"/>
<definition
value="The content of the message represents an update to an existing catalog of the message recepient who is expected to integrate this update."/>
</concept>
</CodeSystem>