Release 4B Ballot #1

This page is part of the FHIR Specification (v4.1.0: Release 4B Ballot #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: R4B R4 R3

Codesystem-immunization-origin.json

Public Health and Emergency Response Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code System ImmunizationEventOrigin

{
  "resourceType" : "CodeSystem",
  "id" : "immunization-origin",
  "meta" : {
    "lastUpdated" : "2021-03-11T17:06:20.662+11:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pher"
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/immunization-origin",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.1101"
  }],
  "version" : "4.1.0",
  "name" : "ImmunizationEventOrigin",
  "title" : "Immunization Event Origin",
  "status" : "draft",
  "experimental" : false,
  "description" : "This code system supports describing the source of the data when the report of the immunization event is not based on information from the person, entity or organization who administered the vaccine.",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "provider",
    "display" : "Other Provider",
    "definition" : "The data for the immunization event originated with another provider."
  },
  {
    "code" : "record",
    "display" : "Written Record",
    "definition" : "The data for the immunization event originated with a written record for the patient."
  },
  {
    "code" : "recall",
    "display" : "Parent/Guardian/Patient Recall",
    "definition" : "The data for the immunization event originated from the recollection of the patient or parent/guardian of the patient."
  },
  {
    "code" : "school",
    "display" : "School Record",
    "definition" : "The data for the immunization event originated with a school record for the patient."
  },
  {
    "code" : "jurisdiction",
    "display" : "Jurisdictional IIS",
    "definition" : "The data for the immunization event originated with an immunization information system (IIS) or registry operating within the jurisdiction."
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.