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

This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Shareable Substance Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Substance xmlns="http://hl7.org/fhir">
  <id value="shareable-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablesubstance"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Substance 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-shareablesubstance.html">CRMI Shareable Substance</a></p></div><p><b>Artifact URL</b>: <a href="http://example.org/Substance/shareable-example">http://example.org/Substance/shareable-example</a></p><p><b>ArtifactVersion</b>: 0.1.0</p><p><b>Artifact Version Policy</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/artifact-version-policy-codes strict}">Strict</span></p><p><b>Artifact Title</b>: Shareable Substance Example</p><p><b>Artifact Experimental</b>: true</p><p><b>Artifact Publisher</b>: Clinical Decision Support WG</p><p><b>Artifact Description</b>: </p><div><p>Example of a Substance resource as a shareable non-canonical artifact.</p>
</div><p><b>Artifact Status</b>: draft</p><p><b>identifier</b>: <code>http://acme.org/identifiers/substances</code>/1463</p><p><b>status</b>: Active</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/substance-category allergen}">Allergen</span></p><p><b>code</b>: <span title="Codes:">apitoxin (Honey Bee Venom)</span></p></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/artifact-url">
    <valueUri value="http://example.org/Substance/shareable-example"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/artifact-version">
    <valueString value="0.1.0"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/artifact-versionPolicy">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/artifact-version-policy-codes"/>
        <code value="strict"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/artifact-title">
    <valueString value="Shareable Substance Example"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/artifact-experimental">
    <valueBoolean value="true"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/artifact-publisher">
    <valueString value="Clinical Decision Support WG"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/artifact-description">
    <valueMarkdown
                   value="Example of a Substance resource as a shareable non-canonical artifact."/>
  </extension>
  <modifierExtension
                     url="http://hl7.org/fhir/StructureDefinition/artifact-status">
    <valueCode value="draft"/>
  </modifierExtension>
  <identifier>
    <system value="http://acme.org/identifiers/substances"/>
    <value value="1463"/>
  </identifier>
  <status value="active"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/substance-category"/>
      <code value="allergen"/>
      <display value="Allergen"/>
    </coding>
  </category>
  <code>
    <text value="apitoxin (Honey Bee Venom)"/>
  </code>
</Substance>