Canonical Resource Management Infrastructure Implementation Guide
2.0.0 - STU 2 International flag

Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions

: Shareable MessageDefinition Example

Page standards status: Informative

Raw xml | Download


<MessageDefinition xmlns="http://hl7.org/fhir">
  <id value="shareable-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablemessagedefinition"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MessageDefinition shareable-example</b></p><a name="shareable-example"> </a><a name="hcshareable-example"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-crmi-shareablemessagedefinition.html">CRMI Shareable MessageDefinition</a></p></div><p><b>url</b>: <a href="MessageDefinition-shareable-example.html">MessageDefinition Shareable Message Definition Example</a></p><p><b>identifier</b>: <a href="http://terminology.hl7.org/7.1.0/NamingSystem-uri.html" title="As defined by RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt)(with many schemes defined in many RFCs). For OIDs and UUIDs, use the URN form (urn:oid:(note: lowercase) and urn:uuid:). See http://www.ietf.org/rfc/rfc3001.txt and http://www.ietf.org/rfc/rfc4122.txt 

This oid is used as an identifier II.root to indicate the the extension is an absolute URI (technically, an IRI). Typically, this is used for OIDs and GUIDs. Note that when this OID is used with OIDs and GUIDs, the II.extension should start with urn:oid or urn:uuid: 

Note that this OID is created to aid with interconversion between CDA and FHIR - FHIR uses urn:ietf:rfc:3986 as equivalent to this OID. URIs as identifiers appear more commonly in FHIR.

This OID may also be used in CD.codeSystem.">Uniform Resource Identifier (URI)</a>/urn:oid:2.16.840.1.113883.4.642.40.38.30.2</p><p><b>version</b>: 0.1.0</p><p><b>name</b>: ShareableExample</p><p><b>title</b>: Shareable Message Definition Example</p><p><b>status</b>: Draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2026-04-24</p><p><b>publisher</b>: Health Level Seven, Int'l</p><p><b>contact</b>: <a href="http://hl7.org">http://hl7.org</a></p><p><b>description</b>: </p><div><p>Example shareable message definition</p>
</div><p><b>jurisdiction</b>: <span title="Codes:{http://unstats.un.org/unsd/methods/m49/m49.htm 001}">World</span></p><p><b>purpose</b>: </p><div><p>Provides an example of a shareable message definition</p>
</div><p><b>event</b>: message-events: admin-notify (admin-notify)</p><p><b>category</b>: Notification</p></div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/crmi/MessageDefinition/shareable-example"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.40.38.30.2"/>
  </identifier>
  <version value="0.1.0"/>
  <name value="ShareableExample"/>
  <title value="Shareable Message Definition Example"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2026-04-24"/>
  <publisher value="Health Level Seven, Int'l"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org"/>
    </telecom>
  </contact>
  <description value="Example shareable message definition"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <purpose value="Provides an example of a shareable message definition"/>
  <eventCoding>
    <system value="http://example.org/fhir/message-events"/>
    <code value="admin-notify"/>
  </eventCoding>
  <category value="notification"/>
</MessageDefinition>