This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Valueset-encounter-admit-source.xml

Definition for Value SetAdmitSource

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>AdmitSource</h2>
      <p>This value set defines a set of codes that can be used to indicate from where the patient
         came in.</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/admit-source</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>hosp-trans
            <a name="hosp-trans"> </a>
          </td>
          <td>Transferred from other hospital</td>
          <td/>
        </tr>
        <tr>
          <td>emd
            <a name="emd"> </a>
          </td>
          <td>From accident/emergency department</td>
          <td/>
        </tr>
        <tr>
          <td>outp
            <a name="outp"> </a>
          </td>
          <td>From outpatient department</td>
          <td/>
        </tr>
        <tr>
          <td>born
            <a name="born"> </a>
          </td>
          <td>Born in hospital</td>
          <td/>
        </tr>
        <tr>
          <td>gp
            <a name="gp"> </a>
          </td>
          <td>General Practitioner referral</td>
          <td/>
        </tr>
        <tr>
          <td>mp
            <a name="mp"> </a>
          </td>
          <td>Medical Practitioner/physician referral</td>
          <td/>
        </tr>
        <tr>
          <td>nursing
            <a name="nursing"> </a>
          </td>
          <td>From nursing home</td>
          <td/>
        </tr>
        <tr>
          <td>psych
            <a name="psych"> </a>
          </td>
          <td>From psychiatric hospital</td>
          <td/>
        </tr>
        <tr>
          <td>rehab
            <a name="rehab"> </a>
          </td>
          <td>From rehabilitation facility</td>
          <td/>
        </tr>
        <tr>
          <td>other
            <a name="other"> </a>
          </td>
          <td>Other</td>
          <td/>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/encounter-admit-source"/>
  <name value="AdmitSource"/>
  <publisher value="FHIR Project team"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <description value="This value set defines a set of codes that can be used to indicate from where the patient
   came in."/>
  <status value="draft"/>
  <define>
    <system value="http://hl7.org/fhir/admit-source"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="hosp-trans"/>
      <display value="Transferred from other hospital"/>
    </concept>
    <concept>
      <code value="emd"/>
      <display value="From accident/emergency department"/>
    </concept>
    <concept>
      <code value="outp"/>
      <display value="From outpatient department"/>
    </concept>
    <concept>
      <code value="born"/>
      <display value="Born in hospital"/>
    </concept>
    <concept>
      <code value="gp"/>
      <display value="General Practitioner referral"/>
    </concept>
    <concept>
      <code value="mp"/>
      <display value="Medical Practitioner/physician referral"/>
    </concept>
    <concept>
      <code value="nursing"/>
      <display value="From nursing home"/>
    </concept>
    <concept>
      <code value="psych"/>
      <display value="From psychiatric hospital"/>
    </concept>
    <concept>
      <code value="rehab"/>
      <display value="From rehabilitation facility"/>
    </concept>
    <concept>
      <code value="other"/>
      <display value="Other"/>
    </concept>
  </define>
</ValueSet>