FHIR Shorthand
1.0.0 - STU 1

This page is part of the FHIR Shorthand (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: Shorthand Code System - XML Representation

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="shorthand-code-system"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system http://hl7.org/fhir/uv/shorthand/CodeSystem/shorthand-code-system 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">example<a name="shorthand-code-system-example"> </a></td><td>Example</td><td>The instance represents an example, not a real-life resource, and will be presented as such in an IG.</td></tr><tr><td style="white-space:nowrap">inline<a name="shorthand-code-system-inline"> </a></td><td>Inline</td><td>The instance is not instantiated as an independent resource, but appears as part of another instance (for example, in a composition or bundle).</td></tr><tr><td style="white-space:nowrap">definition<a name="shorthand-code-system-definition"> </a></td><td>Definition</td><td>The instance is a conformance item, specifically, instances of a resource such as a search parameter, operation definition, or questionnaire. These items will presented on their own IG page.</td></tr></table></div>
  </text>
  <url value="http://hl7.org/fhir/uv/shorthand/CodeSystem/shorthand-code-system"/>
  <version value="1.0.0"/>
  <name value="ShorthandCodeSystem"/>
  <title value="Shorthand Code System"/>
  <status value="active"/>
  <date value="2020-10-12T15:26:41+11:00"/>
  <publisher value="HL7 International - FHIR Infrastructure Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/fiwg"/>
    </telecom>
  </contact>
  <description
               value="Code system containing local codes defined in FHIR Shorthand."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <content value="complete"/>
  <concept>
    <code value="example"/>
    <display value="Example"/>
    <definition
                value="The instance represents an example, not a real-life resource, and will be presented as such in an IG."/>
  </concept>
  <concept>
    <code value="inline"/>
    <display value="Inline"/>
    <definition
                value="The instance is not instantiated as an independent resource, but appears as part of another instance (for example, in a composition or bundle)."/>
  </concept>
  <concept>
    <code value="definition"/>
    <display value="Definition"/>
    <definition
                value="The instance is a conformance item, specifically, instances of a resource such as a search parameter, operation definition, or questionnaire. These items will presented on their own IG page."/>
  </concept>
</CodeSystem>