PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.cpg.r4b@2.0.0-ballot
    http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationrequest
description: Recommendation for a particular immunization as part of the delivery of a computable clinical practice guideline
package_name: hl7.fhir.uv.cpg.r4b
derivation: constraint
name: CPGImmunizationRequest
type: MedicationRequest
elements:
  category:
    mustSupport: true
    index: 5
    slicing:
      rules: open
      description: Slice based on the coding pattern
      discriminator:
      - {path: coding, type: pattern}
      min: 1
      slices:
        immunization:
          match:
            coding: {code: recommend-immunization, system: 'http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs'}
          schema:
            mustSupport: true
            _required: true
            index: 6
            elements:
              coding:
                pattern:
                  type: Coding
                  value: {code: recommend-immunization, system: 'http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs'}
                index: 7
            required: [coding]
  instantiatesCanonical: {short: Source, mustSupport: true, index: 15}
  encounter:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-encounter']
    index: 13
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        rationale:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-rationale', index: 1}
          min: 0
          max: 1
  supportingInformation: {short: Pertinent information, mustSupport: true, index: 14}
  priority: {mustSupport: true, index: 8}
  status: {mustSupport: true, index: 3}
  identifier: {mustSupport: true, index: 2}
  doNotPerform: {mustSupport: true, index: 9}
  intent: {mustSupport: true, index: 4}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-patient']
    index: 12
  medication:
    mustSupport: true
    choices: []
    index: 11
package_version: 2.0.0-ballot
extensions:
  rationale: {url: 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-rationale', min: 0, max: 1, type: Extension, mustSupport: true, index: 1}
class: profile
kind: resource
url: http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationrequest
base: http://hl7.org/fhir/StructureDefinition/MedicationRequest
version: 2.0.0-ballot
required: [category]