Starter FHIR Implementation Guide
1.0.1 - draft International flag

Starter FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Starter-FHIR-IG/ and changes regularly. See the Directory of published versions

: Absent or Unknown - XML Representation

Draft as of 2024-11-17

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="absent-unknown-code-system"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem absent-unknown-code-system</b></p><a name="absent-unknown-code-system"> </a><a name="hcabsent-unknown-code-system"> </a><a name="absent-unknown-code-system-en-US"> </a><p>This case-sensitive code system <code>http://jembi.org/fhir/CodeSystem/absent-unknown-code-system</code> 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">Absent-or-unknown<a name="absent-unknown-code-system-Absent-or-unknown"> </a></td><td>Absent or unknown</td><td>When the value is not available at the time of the event</td></tr><tr><td style="white-space:nowrap">Not-Applicable<a name="absent-unknown-code-system-Not-Applicable"> </a></td><td>Not Applicable</td><td>The value is not applicable for one or more reasons that are captured by the clinician</td></tr></table></div>
  </text>
  <url value="http://jembi.org/fhir/CodeSystem/absent-unknown-code-system"/>
  <version value="1.0.1"/>
  <name value="AbsentUnknownCodeSystem"/>
  <title value="Absent or Unknown"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2024-11-17T13:26:33+00:00"/>
  <publisher value="Jembi Health Systems"/>
  <contact>
    <name value="Jembi Health Systems"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.jembi.org/"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="info@jembi.org"/>
    </telecom>
  </contact>
  <contact>
    <name value="Richard Langford"/>
    <telecom>
      <system value="email"/>
      <value value="richard.langford@jembi.org"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="Codes used for indicating when a value is absent or unknown."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="Absent-or-unknown"/>
    <display value="Absent or unknown"/>
    <definition
                value="When the value is not available at the time of the event"/>
  </concept>
  <concept>
    <code value="Not-Applicable"/>
    <display value="Not Applicable"/>
    <definition
                value="The value is not applicable for one or more reasons that are captured by the clinician"/>
  </concept>
</CodeSystem>