US-Core CI Build

This page is part of the US Core (v0.0.0: STU1 Ballot 1) based on FHIR v1.8.0. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

Immunization Status

{
  "resourceType" : "ValueSet",
  "id" : "us-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/core/ValueSet/us-core-immunization-status",
  "name" : "Immunization Status",
  "status" : "draft",
  "publisher" : "FHIR Project Team",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "date" : "2016-12-06T16:58:21+11: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.",
  "purpose" : "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"
              }
            ]
          }
        ]
      }
    ]
  }
}