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'} type: uri index: 3 code: pattern: {type: code, value: '41000179103'} type: code index: 4 display: pattern: {type: string, value: Immunization record} type: string index: 5 required: [code, display, system] 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'} type: uri index: 15 code: pattern: {type: code, value: '41000179103'} type: code index: 16 display: pattern: {type: string, value: Immunization record} type: string index: 17 required: [code, display, system] text: {mustSupport: true, index: 18} 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: 19 entry: mustSupport: true index: 20 slicing: rules: closed discriminator: - {path: type, type: value} min: 1 slices: Immunization: match: {type: Immunization} schema: type: Reference short: The entry record details of all immunizations administered to the patient, including the type of vaccine, administration date, and other relevant details. refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Immunization'] array: true index: 21 elements: reference: {index: 22} type: pattern: {type: uri, value: Immunization} type: uri index: 23 required: [reference, type] ImmunizationRecommendation: match: {type: ImmunizationRecommendation} schema: short: The entry record recommendations for future immunizations based on the patient's immunization history, current health status, and guidelines. refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/ImmunizationRecommendation'] type: Reference index: 24 elements: reference: {index: 25} type: pattern: {type: uri, value: ImmunizationRecommendation} type: uri index: 26 required: [reference, type] DocumentReference: match: {type: DocumentReference} schema: short: The entry record references to additional documents related to immunizations, such as vaccine certificates, and any other relevant documents. refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/DocumentReference'] type: Reference array: true index: 27 elements: reference: {index: 28} type: pattern: {type: uri, value: DocumentReference} type: uri index: 29 required: [reference, type] required: [entry] package_version: 6.5.0 class: profile kind: resource url: https://nrces.in/ndhm/fhir/r4/StructureDefinition/ImmunizationRecord base: http://hl7.org/fhir/StructureDefinition/Composition version: 6.5.0 required: [section, subject]