{ "description": "Data elements for the DDCC Core Data Set - Vaccination Status - Proof of Vaccination.", "_filename": "StructureDefinition-DDCCCoreDataSetVSPoV.json", "package_name": "who.ddcc", "date": "2024-10-15T11:00:36+02:00", "derivation": "specialization", "publisher": "WHO", "fhirVersion": "4.0.1", "jurisdiction": [ { "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm" } ] } ], "name": "DDCCCoreDataSetVSPoV", "mapping": [ { "uri": "http://smart.who.int/ddcc/StructureDefinition/DDCCImmunization", "name": "WHO Digital Documentation of COVID Certificates", "identity": "ddcc-immunization" }, { "uri": "http://smart.who.int/ddcc/StructureDefinition/DDCCImmunizationRecommendation", "name": "WHO Digital Documentation of COVID Certificates", "identity": "ddcc-immunization-recommendation" }, { "uri": "http://smart.who.int/ddcc/StructureDefinition/DDCCComposition", "name": "WHO Digital Documentation of COVID Certificates", "identity": "ddcc-composition" }, { "uri": "http://smart.who.int/ddcc/StructureDefinition/DDCCPatient", "name": "WHO Digital Documentation of COVID Certificates", "identity": "ddcc-patient" } ], "abstract": false, "type": "http://smart.who.int/ddcc/StructureDefinition/DDCCCoreDataSet", "experimental": null, "resourceType": "StructureDefinition", "title": "DDCC Core Data Set Logical Model - Vaccination Status - Proof of Vaccination", "package_version": "1.0.0", "snapshot": { "element": [ { "id": "DDCCCoreDataSet", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Base" }, "path": "DDCCCoreDataSet", "short": "DDCC Core Data Set Logical Model - Vaccination Status - Proof of Vaccination", "definition": "Data elements for the DDCC Core Data Set - Vaccination Status - Proof of Vaccination.", "isModifier": false }, { "path": "DDCCCoreDataSet.name", "min": 1, "definition": "The full name of the person.", "short": "Name", "mapping": [ { "map": "Patient.name.text", "identity": "ddcc-patient" } ], "type": [ { "code": "string" } ], "max": "1", "id": "DDCCCoreDataSet.name", "base": { "max": "1", "min": 1, "path": "DDCCCoreDataSet.name" }, "isSummary": true }, { "path": "DDCCCoreDataSet.birthDate", "min": 0, "definition": "The person's date of birth (DOB) if known. If unknown, use given DOB for administrative purposes", "short": "Date of birth", "mapping": [ { "map": "Patient.birthDate", "identity": "ddcc-patient" } ], "type": [ { "code": "date" } ], "max": "1", "id": "DDCCCoreDataSet.birthDate", "base": { "max": "1", "min": 0, "path": "DDCCCoreDataSet.birthDate" }, "isSummary": true }, { "path": "DDCCCoreDataSet.identifier", "min": 0, "definition": "Unique identifier for the person, according to the policies applicable to each country. There can be more than one unique identifier used to link records. (e.g. national ID, health ID, immunization information system ID, medical record ID).", "short": "Unique identifier", "mapping": [ { "map": "Patient.identifier", "identity": "ddcc-patient" } ], "type": [ { "code": "Identifier" } ], "max": "1", "id": "DDCCCoreDataSet.identifier", "base": { "max": "1", "min": 0, "path": "DDCCCoreDataSet.identifier" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "DDCCCoreDataSet.certificate", "min": 0, "definition": "Metadata associated with the certificate", "short": "Certificate Metadata", "type": [ { "code": "BackboneElement" } ], "max": "1", "id": "DDCCCoreDataSet.certificate", "base": { "max": "1", "min": 0, "path": "DDCCCoreDataSet.certificate" }, "isSummary": true }, { "path": "DDCCCoreDataSet.certificate.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "DDCCCoreDataSet.certificate.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "DDCCCoreDataSet.certificate.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "DDCCCoreDataSet.certificate.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "DDCCCoreDataSet.certificate.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "DDCCCoreDataSet.certificate.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "path": "DDCCCoreDataSet.certificate.issuer", "min": 1, "definition": "Certificate issuer.", "short": "Certificate issuer", "mapping": [ { "map": "Immunization.protocolApplied.authority.identifier", "identity": "ddcc-immunization" }, { "map": "Composition.author.identifier", "identity": "ddcc-composition" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://smart.who.int/ddcc/StructureDefinition/DDCCOrganization" ] } ], "max": "1", "id": "DDCCCoreDataSet.certificate.issuer", "base": { "max": "1", "min": 1, "path": "DDCCCoreDataSet.certificate.issuer" }, "isSummary": true }, { "id": "DDCCCoreDataSet.certificate.kid", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "DDCCCoreDataSet.certificate.kid" }, "path": "DDCCCoreDataSet.certificate.kid", "type": [ { "code": "string" } ], "short": "Key ID used to verify the signature of the certificate", "definition": "Key ID" }, { "path": "DDCCCoreDataSet.certificate.hcid", "min": 1, "definition": "Health certificate identifier (HCID).", "short": "Health certificate identifier (HCID)", "type": [ { "code": "Identifier" } ], "max": "1", "id": "DDCCCoreDataSet.certificate.hcid", "base": { "max": "1", "min": 1, "path": "DDCCCoreDataSet.certificate.hcid" }, "isSummary": true }, { "path": "DDCCCoreDataSet.certificate.ddccid", "min": 0, "definition": "DDCC Identifier", "short": "DDCC Identifier", "type": [ { "code": "Identifier" } ], "max": "1", "id": "DDCCCoreDataSet.certificate.ddccid", "base": { "max": "1", "min": 0, "path": "DDCCCoreDataSet.certificate.ddccid" }, "isSummary": true }, { "path": "DDCCCoreDataSet.certificate.version", "min": 1, "definition": "Certificate schema version", "short": "Certificate schema version", "type": [ { "code": "string" } ], "max": "1", "id": "DDCCCoreDataSet.certificate.version", "base": { "max": "1", "min": 1, "path": "DDCCCoreDataSet.certificate.version" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "per-1", "human": "If present, start SHALL have a lower value than end", "xpath": "not(exists(f:start/@value)) or not(exists(f:end/@value)) or (xs:dateTime(f:start/@value) <= xs:dateTime(f:end/@value))", "source": "http://smart.who.int/ddcc/StructureDefinition/DDCCCoreDataSet", "severity": "error", "expression": "start.hasValue().not() or end.hasValue().not() or (start <= end)" } ], "path": "DDCCCoreDataSet.certificate.period", "min": 0, "definition": "Certificate validity period.", "short": "Certificate Validity Period", "mapping": [ { "map": "Composition.event.period", "identity": "ddcc-composition" } ], "type": [ { "code": "Period" } ], "max": "1", "id": "DDCCCoreDataSet.certificate.period", "base": { "max": "1", "min": 0, "path": "DDCCCoreDataSet.certificate.period" } }, { "path": "DDCCCoreDataSet.certificate.period.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "DDCCCoreDataSet.certificate.period.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "DDCCCoreDataSet.certificate.period.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "DDCCCoreDataSet.certificate.period.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "DDCCCoreDataSet.certificate.period.start", "min": 0, "definition": "Start date of certificate validity.", "isModifier": false, "short": "Certificate valid from", "mapping": [ { "map": "DR.1", "identity": "v2" }, { "map": "./low", "identity": "rim" } ], "type": [ { "code": "dateTime" } ], "max": "1", "id": "DDCCCoreDataSet.certificate.period.start", "condition": [ "per-1" ], "comment": "If the low element is missing, the meaning is that the low boundary is not known.", "base": { "max": "1", "min": 0, "path": "Period.start" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "DDCCCoreDataSet.certificate.period.end", "min": 0, "definition": "End date of certificate validity.", "isModifier": false, "short": "Certificate valid until", "mapping": [ { "map": "DR.2", "identity": "v2" }, { "map": "./high", "identity": "rim" } ], "type": [ { "code": "dateTime" } ], "meaningWhenMissing": "If the end of the period is missing, it means that the period is ongoing", "max": "1", "id": "DDCCCoreDataSet.certificate.period.end", "condition": [ "per-1" ], "comment": "The high value includes any matching date/time. i.e. 2012-02-03T10:00:00 is in a period that has an end value of 2012-02-03.", "base": { "max": "1", "min": 0, "path": "Period.end" }, "isSummary": true }, { "constraint": [ { "key": "who-ddcc-data-1", "human": "Manufacturer or Market Authorization Holder SHALL be present", "source": "http://smart.who.int/ddcc/StructureDefinition/DDCCCoreDataSetVS", "severity": "error", "expression": "manufacturer.exists() or maholder.exists()" }, { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "DDCCCoreDataSet.vaccination", "min": 1, "definition": "A vaccination event.", "short": "Vaccination Event", "type": [ { "code": "BackboneElement" } ], "max": "1", "id": "DDCCCoreDataSet.vaccination", "base": { "max": "1", "min": 1, "path": "DDCCCoreDataSet.vaccination" }, "isSummary": true }, { "path": "DDCCCoreDataSet.vaccination.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "DDCCCoreDataSet.vaccination.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "DDCCCoreDataSet.vaccination.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "DDCCCoreDataSet.vaccination.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "DDCCCoreDataSet.vaccination.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "DDCCCoreDataSet.vaccination.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "path": "DDCCCoreDataSet.vaccination.vaccine", "min": 1, "definition": "Generic description of the vaccine or vaccine sub-type. e.g. COVID-19 mRNA vaccine, HPV vaccine.", "short": "Vaccine or prophylaxis", "mapping": [ { "map": "Immunization.vaccineCode", "identity": "ddcc-immunization" } ], "type": [ { "code": "Coding" } ], "binding": { "strength": "preferred", "valueSet": "http://smart.who.int/ddcc/ValueSet/WHODDCCVaccinesCOVID19" }, "max": "1", "id": "DDCCCoreDataSet.vaccination.vaccine", "base": { "max": "1", "min": 1, "path": "DDCCCoreDataSet.vaccination.vaccine" }, "isSummary": true }, { "path": "DDCCCoreDataSet.vaccination.brand", "min": 1, "definition": "The brand or trade name used to refer to the vaccine received.", "short": "Vaccine brand", "mapping": [ { "map": "Immunization.extension[https://smart.who.int/ddcc/StructureDefinition/DDCCEventBrand]", "identity": "ddcc-immunization" } ], "type": [ { "code": "Coding" } ], "max": "1", "id": "DDCCCoreDataSet.vaccination.brand", "base": { "max": "1", "min": 1, "path": "DDCCCoreDataSet.vaccination.brand" }, "isSummary": true }, { "path": "DDCCCoreDataSet.vaccination.manufacturer", "min": 0, "definition": "Name of the manufacturer of the vaccine received. e.g. Serum institute of India, AstraZeneca. If vaccine manufacturer is unknown, market authorization holder is REQUIRED.", "short": "Vaccine manufacturer", "mapping": [ { "map": "Immunization.manufacturer", "identity": "ddcc-immunization" } ], "type": [ { "code": "Coding" } ], "max": "1", "id": "DDCCCoreDataSet.vaccination.manufacturer", "base": { "max": "1", "min": 0, "path": "DDCCCoreDataSet.vaccination.manufacturer" }, "isSummary": true }, { "path": "DDCCCoreDataSet.vaccination.maholder", "min": 0, "definition": "Name of the market authorization holder of the vaccine received. If market authorization holder is unknown, vaccine manufacturer is REQUIRED.", "short": "Vaccine market authorization holder", "mapping": [ { "map": "Immunization.extension[https://smart.who.int/ddcc/StructureDefinition/DDCCVaccineMarketAuthorization]", "identity": "ddcc-immunization" } ], "type": [ { "code": "Coding" } ], "max": "1", "id": "DDCCCoreDataSet.vaccination.maholder", "base": { "max": "1", "min": 0, "path": "DDCCCoreDataSet.vaccination.maholder" }, "isSummary": true }, { "path": "DDCCCoreDataSet.vaccination.lot", "min": 1, "definition": "Lot number or batch number of vaccination.", "short": "Vaccine lot number", "mapping": [ { "map": "Immunization.lotNumber", "identity": "ddcc-immunization" } ], "type": [ { "code": "string" } ], "max": "1", "id": "DDCCCoreDataSet.vaccination.lot", "base": { "max": "1", "min": 1, "path": "DDCCCoreDataSet.vaccination.lot" }, "isSummary": true }, { "path": "DDCCCoreDataSet.vaccination.date", "min": 1, "definition": "Date in which the vaccine was provided.", "short": "Date of vaccination", "mapping": [ { "map": "Immunization.occurrence", "identity": "ddcc-immunization" } ], "type": [ { "code": "dateTime" } ], "max": "1", "id": "DDCCCoreDataSet.vaccination.date", "base": { "max": "1", "min": 1, "path": "DDCCCoreDataSet.vaccination.date" }, "isSummary": true }, { "path": "DDCCCoreDataSet.vaccination.validFrom", "min": 0, "definition": "Date upon which provided vaccination is considered valid.", "short": "Vaccination valid from", "mapping": [ { "map": "Immunization.extension[https://smart.who.int/ddcc/StructureDefinition/DDCCVaccineValidFrom]", "identity": "ddcc-immunization" } ], "type": [ { "code": "date" } ], "max": "1", "id": "DDCCCoreDataSet.vaccination.validFrom", "base": { "max": "1", "min": 0, "path": "DDCCCoreDataSet.vaccination.validFrom" } }, { "path": "DDCCCoreDataSet.vaccination.dose", "min": 1, "definition": "Vaccine dose number.", "short": "Dose number", "mapping": [ { "map": "Immunization.protocolApplied.doseNumber", "identity": "ddcc-immunization" } ], "type": [ { "code": "positiveInt" } ], "max": "1", "id": "DDCCCoreDataSet.vaccination.dose", "base": { "max": "1", "min": 1, "path": "DDCCCoreDataSet.vaccination.dose" }, "isSummary": true }, { "path": "DDCCCoreDataSet.vaccination.totalDoses", "min": 0, "definition": "Total expected doses as defined by Member State care plan and immunization programme policies.", "short": "Total doses", "mapping": [ { "map": "Immunization.protocolApplied.seriesDoses", "identity": "ddcc-immunization" } ], "type": [ { "code": "positiveInt" } ], "max": "1", "id": "DDCCCoreDataSet.vaccination.totalDoses", "base": { "max": "1", "min": 0, "path": "DDCCCoreDataSet.vaccination.totalDoses" } }, { "path": "DDCCCoreDataSet.vaccination.country", "min": 1, "definition": "The country in which the individual has been vaccinated.", "short": "Country of vaccination", "mapping": [ { "map": "Immunization.extension.where(url='https://smart.who.int/ddcc/StructureDefinition/DDCCCountryOfVaccination')", "identity": "ddcc" }, { "map": "Immunization.extension[https://smart.who.int/ddcc/StructureDefinition/DDCCCountryOfEvent]", "identity": "ddcc-immunization" } ], "type": [ { "code": "Coding" } ], "binding": { "strength": "preferred", "valueSet": "http://hl7.org/fhir/ValueSet/iso3166-1-3" }, "max": "1", "id": "DDCCCoreDataSet.vaccination.country", "base": { "max": "1", "min": 1, "path": "DDCCCoreDataSet.vaccination.country" }, "isSummary": true }, { "path": "DDCCCoreDataSet.vaccination.centre", "min": 0, "definition": "The name or identifier of the vaccination facility responsible for providing the vaccination.", "short": "Administering centre", "mapping": [ { "map": "Immunization.location", "identity": "ddcc-immunization" } ], "type": [ { "code": "string" } ], "max": "1", "id": "DDCCCoreDataSet.vaccination.centre", "base": { "max": "1", "min": 0, "path": "DDCCCoreDataSet.vaccination.centre" } }, { "id": "DDCCCoreDataSet.vaccination.signature", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "DDCCCoreDataSet.vaccination.signature" }, "path": "DDCCCoreDataSet.vaccination.signature", "type": [ { "code": "Signature" } ], "short": "Signature of health worker", "definition": "REQUIRED for PAPER vaccination certificates ONLY. The health worker who provided the vaccination or the supervising clinician's hand-written signature." }, { "path": "DDCCCoreDataSet.vaccination.practitioner", "min": 0, "definition": "OPTIONAL for DIGITAL and PAPER vaccination certificates. The unique identifier for the health worker as determined by the member state. There can be more than one unique identifier used. (e.g. system generated ID, health profession number, cryptographic signature, or any other form of health worker unique identifier). This can be used in lieu of a paper-based signature.", "short": "Health worker identifier", "mapping": [ { "map": "Immunization.performer.actor", "identity": "ddcc-immunization" } ], "type": [ { "code": "Identifier" } ], "max": "1", "id": "DDCCCoreDataSet.vaccination.practitioner", "base": { "max": "1", "min": 0, "path": "DDCCCoreDataSet.vaccination.practitioner" } }, { "path": "DDCCCoreDataSet.vaccination.disease", "min": 0, "definition": "Name of disease vaccinated against (such as COVID-19).", "short": "Disease or agent targeted", "mapping": [ { "map": "Immunization.protocolApplied.targetDisease", "identity": "ddcc-immunization" } ], "type": [ { "code": "Coding" } ], "binding": { "strength": "preferred", "valueSet": "http://smart.who.int/ddcc/ValueSet/WHODDCCDiseaseTargetedCOVID19" }, "max": "1", "id": "DDCCCoreDataSet.vaccination.disease", "base": { "max": "1", "min": 0, "path": "DDCCCoreDataSet.vaccination.disease" } }, { "path": "DDCCCoreDataSet.vaccination.nextDose", "min": 0, "definition": "Date on which the next vaccination should be administered, if a next dose is REQUIRED.", "short": "Due date of next dose", "mapping": [ { "map": "ImmunizationRecommendation.dateCriterion.value", "identity": "ddcc-immunization-recommendation" } ], "type": [ { "code": "date" } ], "max": "1", "id": "DDCCCoreDataSet.vaccination.nextDose", "base": { "max": "1", "min": 0, "path": "DDCCCoreDataSet.vaccination.nextDose" } } ] }, "status": "draft", "id": "dc6db1dd-a9f8-41dd-bac3-c13db151040d", "kind": "logical", "url": "http://smart.who.int/ddcc/StructureDefinition/DDCCCoreDataSetVSPoV", "version": "1.0.0", "differential": { "element": [ { "id": "DDCCCoreDataSet", "path": "DDCCCoreDataSet", "short": "DDCC Core Data Set Logical Model - Vaccination Status - Proof of Vaccination", "definition": "Data elements for the DDCC Core Data Set - Vaccination Status - Proof of Vaccination." } ] }, "contact": [ { "name": "WHO", "telecom": [ { "value": "http://who.int", "system": "url" } ] } ], "baseDefinition": "http://smart.who.int/ddcc/StructureDefinition/DDCCCoreDataSetVS" }