PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.cpg.r4@2.0.0
    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.r4
derivation: constraint
name: CPGImmunizationRequest
type: MedicationRequest
elements:
  category:
    mustSupport: true
    index: 6
    slicing:
      rules: open
      description: Slice based on the coding pattern
      discriminator:
      - {path: coding, type: type}
      min: 1
      slices:
        immunization:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 7
            elements:
              coding:
                pattern:
                  type: Coding
                  value: {code: recommend-immunization, system: 'http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs'}
                index: 8
  instantiatesCanonical: {short: Source, mustSupport: true, index: 16}
  encounter:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-encounter']
    index: 14
  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
        rating:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-rating', index: 2}
          min: 0
          max: 1
  supportingInformation: {short: Pertinent information, mustSupport: true, index: 15}
  priority: {mustSupport: true, index: 9}
  status: {mustSupport: true, index: 4}
  identifier: {mustSupport: true, index: 3}
  doNotPerform: {mustSupport: true, index: 10}
  intent: {mustSupport: true, index: 5}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-patient']
    index: 13
  medication:
    mustSupport: true
    choices: []
    index: 12
package_version: 2.0.0
extensions:
  rationale: {url: 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-rationale', min: 0, max: 1, type: Extension, mustSupport: true, index: 1}
  rating: {url: 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-rating', min: 0, max: 1, type: Extension, mustSupport: true, index: 2}
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
required: [category]