MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Encounter Class ValueSet - XML Representation

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="mr-encounter-class-code"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href="http://hl7.org.au/fhir/4.0.0/ValueSet-au-v3-ActEncounterCode-extended.html">ActEncounterCode - AU Extended</a></li><li>Include these codes as defined in <a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-SURG">SURG</a></td><td>Surgical</td><td>Provision of surgical treatment.</td></tr></table></li><li>Include all codes defined in <a href="CodeSystem-mr-encounter-class-code.html"><code>https://fhir.medirecords.com/CodeSystem/mr-encounter-class-code</code></a></li></ul></div>
  </text>
  <url value="https://fhir.medirecords.com/ValueSet/mr-encounter-class-code"/>
  <version value="1.3.0"/>
  <name value="MREncounterClassValueSet"/>
  <title value="MediRecords Encounter Class ValueSet"/>
  <status value="active"/>
  <date value="2023-12-21T01:01:27+00:00"/>
  <description value="MediRecords Encounter Class ValueSet"/>
  <compose>
    <include>
      <valueSet
                value="http://terminology.hl7.org.au/ValueSet/v3-ActEncounterCode-extended"/>
    </include>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <concept>
        <code value="SURG"/>
        <display value="Surgical"/>
      </concept>
    </include>
    <include>
      <system
              value="https://fhir.medirecords.com/CodeSystem/mr-encounter-class-code"/>
    </include>
  </compose>
</ValueSet>