PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@1.0.1
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization
description: null
package_name: hl7.fhir.us.core
derivation: constraint
name: US  Core Immunization Profile
type: Immunization
elements:
  status: {isModifier: false, type: code, mustSupport: true, index: 0}
  notGiven: {type: boolean, isModifier: false, mustSupport: true, index: 1}
  vaccineCode:
    constraint:
      us-core-1:
        human: SHOULD have a translation to the NDC value set
        severity: warning
        extension:
        - {url: 'http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice', valueBoolean: true}
        expression: coding.where(system='http://hl7.org/fhir/sid/ndc').empty()
    isModifier: false
    short: Vaccine Product Type (bind to CVX)
    type: CodeableConcept
    mustSupport: true
    index: 2
  patient:
    isModifier: false
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    type: Reference
    mustSupport: true
    index: 3
  date: {type: dateTime, isModifier: false, mustSupport: true, index: 4}
  primarySource: {type: boolean, isModifier: false, mustSupport: true, index: 5}
package_version: 1.0.1
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization
base: http://hl7.org/fhir/StructureDefinition/Immunization
version: 1.0.1
required: [primarySource, vaccineCode, notGiven, status, date, patient]