PackagesCanonicalsLogsProblems
    Packages
    ndhm.in@3.0.1
    https://nrces.in/ndhm/fhir/r4/StructureDefinition/ImmunizationRecord
description: The Clinical Artifact represents the Immunization records with any additional documents such as vaccine certificate, the next immunization recommendations, etc. This can be further shared across the health ecosystem.
package_name: ndhm.in
derivation: constraint
name: ImmunizationRecord
type: Composition
elements:
  status: {mustSupport: true, index: 0}
  type:
    mustSupport: true
    index: 1
    elements:
      coding:
        index: 2
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 3
          code:
            pattern: {type: Code, value: '41000179103'}
            index: 4
          display:
            pattern: {type: String, value: Immunization record}
            index: 5
        required: [display, code]
      text: {mustSupport: true, index: 6}
    required: [coding]
  subject:
    type: Reference
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient']
    index: 7
    elements:
      reference: {index: 8}
    required: [reference]
  encounter:
    type: Reference
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Encounter']
    index: 9
  author:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole']
    index: 10
  attester:
    elements:
      party:
        type: Reference
        refers: ['http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole']
        index: 11
  custodian:
    type: Reference
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization']
    index: 12
  section:
    index: 13
    elements:
      code:
        elements:
          coding:
            mustSupport: true
            index: 14
            elements:
              system:
                pattern: {type: Uri, value: 'http://snomed.info/sct'}
                index: 15
              code:
                pattern: {type: Code, value: '41000179103'}
                index: 16
              display:
                pattern: {type: String, value: Immunization record}
                index: 17
            required: [display, code]
          text: {mustSupport: true, index: 18}
      entry:
        mustSupport: true
        index: 19
        slicing:
          rules: closed
          discriminator:
          - {path: type, type: value}
          min: 1
          slices:
            Immunization:
              match: {type: Immunization}
              schema:
                type: Reference
                refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Immunization']
                index: 20
                elements:
                  reference: {index: 21}
                  type:
                    pattern: {type: Uri, value: Immunization}
                    index: 22
                required: [reference, type]
            ImmunizationRecommendation:
              match: {type: ImmunizationRecommendation}
              schema:
                type: Reference
                short: A reference to ImmunizationRecommendation to support the next immunization to be taken.
                refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/ImmunizationRecommendation']
                index: 23
                elements:
                  reference: {index: 24}
                  type:
                    pattern: {type: Uri, value: ImmunizationRecommendation}
                    index: 25
                required: [reference, type]
            DocumentReference:
              match: {type: DocumentReference}
              schema:
                type: Reference
                short: A reference to data that supports this section. DocumentReference can be used to attach the Vaccine certification.
                refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/DocumentReference']
                index: 26
                elements:
                  reference: {index: 27}
                  type:
                    pattern: {type: Uri, value: DocumentReference}
                    index: 28
                required: [reference, type]
    required: [entry]
package_version: 3.0.1
class: profile
kind: resource
url: https://nrces.in/ndhm/fhir/r4/StructureDefinition/ImmunizationRecord
base: http://hl7.org/fhir/StructureDefinition/Composition
version: 3.0.1
required: [section, subject]