Extensions for Using Data Elements from FHIR STU3 in FHIR R5
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR STU3 in FHIR R5 - Downloaded Version null See the Directory of published versions

: Vaccination Protocol Dose Status codes - JSON Representation

Page standards status: Informative Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "vaccination-protocol-dose-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem vaccination-protocol-dose-status</b></p><a name=\"vaccination-protocol-dose-status\"> </a><a name=\"hcvaccination-protocol-dose-status\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/vaccination-protocol-dose-status</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\">count<a name=\"vaccination-protocol-dose-status-count\"> </a></td><td>Counts</td><td>The dose counts toward fulfilling a path to immunity for a patient, providing protection against the target disease.</td></tr><tr><td style=\"white-space:nowrap\">nocount<a name=\"vaccination-protocol-dose-status-nocount\"> </a></td><td>Does not Count</td><td>The dose does not count toward fulfilling a path to immunity for a patient.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString" : "Informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r3.r5"
        },
        {
          "url" : "version",
          "valueString" : "0.1.0"
        },
        {
          "url" : "uri",
          "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r3.r5"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pher"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r3.r5"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/vaccination-protocol-dose-status",
  "version" : "3.0.2",
  "name" : "Vaccination Protocol Dose Status codes",
  "status" : "draft",
  "experimental" : true,
  "date" : "2026-03-20T12:39:37+11:00",
  "publisher" : "Public Health",
  "contact" : [
    {
      "name" : "Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the validity of a dose relative to a particular recommended schedule. This value set is provided as a suggestive example.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/vaccination-protocol-dose-status",
  "content" : "complete",
  "concept" : [
    {
      "code" : "count",
      "display" : "Counts",
      "definition" : "The dose counts toward fulfilling a path to immunity for a patient, providing protection against the target disease."
    },
    {
      "code" : "nocount",
      "display" : "Does not Count",
      "definition" : "The dose does not count toward fulfilling a path to immunity for a patient."
    }
  ]
}