HL7® FHIR® Malaysia Core (MY Core) Implementation Guide
2.0.1 - ci-build

HL7® FHIR® Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CodeSystemSubjectStatus (MY Core) - XML Representation

Active as of 2024-04-24

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="code-system-subject-status-my-core"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem code-system-subject-status-my-core</b></p><a name="code-system-subject-status-my-core"> </a><a name="hccode-system-subject-status-my-core"> </a><p>This  code system <code>http://fhir.hie.moh.gov.my/CodeSystem/subject-status-my-core</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">preregistered<a name="code-system-subject-status-my-core-preregistered"> </a></td><td>Preregistered</td><td>Preregistered</td></tr><tr><td style="white-space:nowrap">checked-in<a name="code-system-subject-status-my-core-checked-in"> </a></td><td>Checked In</td><td>Checked In</td></tr><tr><td style="white-space:nowrap">in-consultation<a name="code-system-subject-status-my-core-in-consultation"> </a></td><td>In Consultation</td><td>In Consultation</td></tr><tr><td style="white-space:nowrap">dispensary<a name="code-system-subject-status-my-core-dispensary"> </a></td><td>Dispensary</td><td>Dispensary</td></tr><tr><td style="white-space:nowrap">billing<a name="code-system-subject-status-my-core-billing"> </a></td><td>Billing</td><td>Billing</td></tr><tr><td style="white-space:nowrap">procedure<a name="code-system-subject-status-my-core-procedure"> </a></td><td>Procedure</td><td>Procedure</td></tr><tr><td style="white-space:nowrap">awaiting-reconsultation<a name="code-system-subject-status-my-core-awaiting-reconsultation"> </a></td><td>Awaiting Reconsultation</td><td>Awaiting Reconsulation</td></tr><tr><td style="white-space:nowrap">visit-completed<a name="code-system-subject-status-my-core-visit-completed"> </a></td><td>Visit Completed</td><td>Visit Completed</td></tr></table></div>
  </text>
  <url value="http://fhir.hie.moh.gov.my/CodeSystem/subject-status-my-core"/>
  <version value="2.0.1"/>
  <name value="CodeSystemSubjectStatusMyCore"/>
  <title value="CodeSystemSubjectStatus (MY Core)"/>
  <status value="active"/>
  <date value="2024-04-24T04:04:09.5621857+08:00"/>
  <publisher value="MHNexus Sdn Bhd"/>
  <contact>
    <name value="MHNexus Sdn Bhd"/>
    <telecom>
      <system value="url"/>
      <value
             value="http://www.hl7.org/Special/committees/ | https://www.mhn.asia/"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="bizdev@mhnexus.com"/>
    </telecom>
  </contact>
  <description value="Subject status in relation to the Encounter progress"/>
  <compositional value="false"/>
  <content value="complete"/>
  <count value="8"/>
  <concept>
    <code value="preregistered"/>
    <display value="Preregistered"/>
    <definition value="Preregistered"/>
    <property>
      <code value="encounterClass"/>
      <valueString value="AMB"/>
    </property>
    <property>
      <code value="encounterStatus"/>
      <valueString value="planned"/>
    </property>
  </concept>
  <concept>
    <code value="checked-in"/>
    <display value="Checked In"/>
    <definition value="Checked In"/>
    <property>
      <code value="encounterClass"/>
      <valueString value="AMB"/>
    </property>
    <property>
      <code value="encounterStatus"/>
      <valueString value="arrived"/>
    </property>
  </concept>
  <concept>
    <code value="in-consultation"/>
    <display value="In Consultation"/>
    <definition value="In Consultation"/>
    <property>
      <code value="encounterClass"/>
      <valueString value="AMB"/>
    </property>
    <property>
      <code value="encounterStatus"/>
      <valueString value="in-progress"/>
    </property>
  </concept>
  <concept>
    <code value="dispensary"/>
    <display value="Dispensary"/>
    <definition value="Dispensary"/>
    <property>
      <code value="encounterClass"/>
      <valueString value="AMB"/>
    </property>
    <property>
      <code value="encounterStatus"/>
      <valueString value="in-progress"/>
    </property>
  </concept>
  <concept>
    <code value="billing"/>
    <display value="Billing"/>
    <definition value="Billing"/>
    <property>
      <code value="encounterClass"/>
      <valueString value="AMB"/>
    </property>
    <property>
      <code value="encounterStatus"/>
      <valueString value="in-progress"/>
    </property>
  </concept>
  <concept>
    <code value="procedure"/>
    <display value="Procedure"/>
    <definition value="Procedure"/>
    <property>
      <code value="encounterClass"/>
      <valueString value="AMB"/>
    </property>
    <property>
      <code value="encounterStatus"/>
      <valueString value="in-progress"/>
    </property>
  </concept>
  <concept>
    <code value="awaiting-reconsultation"/>
    <display value="Awaiting Reconsultation"/>
    <definition value="Awaiting Reconsulation"/>
    <property>
      <code value="encounterClass"/>
      <valueString value="AMB"/>
    </property>
    <property>
      <code value="encounterStatus"/>
      <valueString value="in-progress"/>
    </property>
  </concept>
  <concept>
    <code value="visit-completed"/>
    <display value="Visit Completed"/>
    <definition value="Visit Completed"/>
    <property>
      <code value="encounterClass"/>
      <valueString value="AMB"/>
    </property>
    <property>
      <code value="encounterStatus"/>
      <valueString value="finished"/>
    </property>
  </concept>
</CodeSystem>