This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR v1.6.0. . For a full list of available versions, see the Directory of published versions

{
  "resourceType" : "ValueSet",
  "id" : "daf-core-immunization-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
      <p>Immunization codes constrained from the DSTU core to include only 'completed' and 'enter-in-error'  which are the only two clinically relevent values.</p>
      <p>Codes that may be used for implementation of the Argonaut Immunization IG and MU2015 certification.</p>
      <p/>
      <table border="1" cellpadding="5" cellspacing="0">
        <tr>
          <th>Code</th>
          <th>Display</th>
          <th>Definition</th>
        </tr>
        <tr class="odd">
          <td>completed</td>
          <td>Completed</td>
          <td>All actions that are implied by the administration have occurred.</td>
        </tr>
        <tr class="even">
          <td>entered-in-error</td>
          <td>Entered in Error</td>
          <td>The administration was entered in error and therefore nullified.</td>
        </tr>
      </table>
    </div>"
  },
  "url" : "http://hl7.org/fhir/us/daf/ValueSet/daf-core-immunization-status",
  "name" : "Immunization Status",
  "status" : "draft",
  "publisher" : "FHIR Project Team",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        }
      }
    }
  },
  "date" : "2016-08-11T20:06:35+10:00",
  "description" : "Immunization codes constrained from the STU core to include only 'completed' and 'enter-in-error'  which are the only two clinically relevent values.",
  "requirements" : "Codes that may be used for implementation of the Argonaut Immunization IG and MU2015 certification.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/medication-admin-status",
        "concept" : [
          {
            "code" : "completed",
            "display" : "Completed",
            "designation" : [
              {
                "value" : "All actions that are implied by the administration have occurred"
              }
            }
          }
        }
      },
      {
        "system" : "http://hl7.org/fhir/medication-admin-status",
        "concept" : [
          {
            "code" : "entered-in-error",
            "display" : "Entered in Error",
            "designation" : [
              {
                "value" : "The administration was entered in error and therefore nullified"
              }
            }
          }
        }
      }
    }
  }
}