ACK Management Framework
0.1.9 - ci-build

ACK Management Framework, published by FO. This guide is not an authorized publication; it is the continuous build for version 0.1.9 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/ack-ig/ and changes regularly. See the Directory of published versions

: Response Type - XML Representation

Active as of 2025-02-20

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ResponseType"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem ResponseType</b></p><a name="ResponseType"> </a><a name="hcResponseType"> </a><p>This case-sensitive code system <code>http://ackig.oemig.de/fhir/CodeSystem/ResponseType</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td></tr><tr><td style="white-space:nowrap">positive<a name="ResponseType-positive"> </a></td></tr><tr><td style="white-space:nowrap">neutral<a name="ResponseType-neutral"> </a></td></tr><tr><td style="white-space:nowrap">negative<a name="ResponseType-negative"> </a></td></tr></table></div>
  </text>
  <url value="http://ackig.oemig.de/fhir/CodeSystem/ResponseType"/>
  <version value="0.1.9"/>
  <name value="ResponseTypeCS"/>
  <title value="Response Type"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-02-20"/>
  <publisher value="FO"/>
  <contact>
    <name value="FO"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.oemig.de"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="hl7@oemig.de"/>
    </telecom>
  </contact>
  <description value="Response Type"/>
  <copyright value="FO"/>
  <caseSensitive value="true"/>
  <valueSet value="http://ackig.oemig.de/fhir/ValueSet/ResponseType"/>
  <compositional value="false"/>
  <versionNeeded value="false"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="positive"/>
    <display value="positive"/>
  </concept>
  <concept>
    <code value="neutral"/>
    <display value="neutral"/>
  </concept>
  <concept>
    <code value="negative"/>
    <display value="negative"/>
  </concept>
</CodeSystem>