Order Catalog Implementation Guide
0.1.0 - STU Ballot 1

This page is part of the Order Catalog Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Message definition for messaging a catalog update - XML Representation

Raw xml | Download


<MessageDefinition xmlns="http://hl7.org/fhir">
  <id value="example-message-definition-update"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogMessageDefinition"/>
  </meta>
  <language value="en-US"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"><p><b>Generated Narrative</b></p><p><b>id</b>: example-message-definition-update</p><p><b>meta</b>: </p><p><b>language</b>: en-US</p><p><b>url</b>: <a href="http://hl7.org/fhir/uv/order-catalog/MessageDefinition/example-message-definition-update">http://hl7.org/fhir/uv/order-catalog/MessageDefinition/example-message-definition-update</a></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: MessageDefinitionUpdate</p><p><b>title</b>: Message definition updating the catalog of message receiver</p><p><b>status</b>: active</p><p><b>date</b>: 2020-04-02</p><p><b>publisher</b>: HL7 International - Orders and Observations Work Group</p><p><b>contact</b>: http://hl7.org/Special/committees/orders</p><p><b>jurisdiction</b>: <span title="Codes: {http://unstats.un.org/unsd/methods/m49/m49.htm 001}">World</span></p><p><b>event</b>: <span title="{http://hl7.org/fhir/uv/order-catalog/CodeSystem/catalog-message-events update-catalog}">update for a catalog of the recipient</span></p><p><b>category</b>: consequence</p><p><b>responseRequired</b>: always</p></div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/order-catalog/MessageDefinition/example-message-definition-update"/>
  <version value="0.1.0"/>
  <name value="MessageDefinitionUpdate"/>
  <title value="Message definition updating the catalog of message receiver"/>
  <status value="active"/>
  <date value="2020-04-02"/>
  <publisher value="HL7 International - Orders and Observations Work Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/orders"/>
    </telecom>
  </contact>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <eventCoding>
    <system
            value="http://hl7.org/fhir/uv/order-catalog/CodeSystem/catalog-message-events"/>
    <code value="update-catalog"/>
    <display value="update for a catalog of the recipient"/>
  </eventCoding>
  <category value="consequence"/>
  <responseRequired value="always"/>
</MessageDefinition>