FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesmart.who.int.trust-phw
Resource TypeStructureDefinition
IdStructureDefinition-DVCVaccineDetails.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/WorldHealthOrganization/smart-trust-phw/StructureDefinition-DVCVaccineDetails.html
URLhttp://smart.who.int/trust-phw/StructureDefinition/DVCVaccineDetails
Version0.1.0
Statusdraft
Date2026-08-31T12:51:06+00:00
NameDVCVaccineDetails
TitleDVC - Vaccine Details
Realmuv
Authoritywho
DescriptionVaccine Data elements for the Digital Vaccination Certificates
Typehttp://smart.who.int/trust-phw/StructureDefinition/DVCVaccineDetails
Kindlogical

Resources that use this resource

StructureDefinition
smart.who.int.trust-phw#currentDVCDVC
smart.who.int.trust-phw#currentDVCSDDVC with Selective Disclosure
smart.who.int.trust-phw#currentDVCVaccineDetailsPreQualPreQual - Vaccine Details
smart.who.int.trust-phw#currentVaccineDetailsSDDVC Vaccine Details with Selective Disclosure

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition DVCVaccineDetails

NameFlagsCard.TypeDescription & Constraintsdoco
.. DVCVaccineDetails C0..*BaseDVC - Vaccine Details
Instances of this type can be the target of a Reference
Constraints: must-have-issuer-or-clinician, period-from-until-must-be-present-and-valid
... vaccine[x] 1..1Vaccine or prophylaxis
.... vaccineCodeableConceptCodeableConcept
.... vaccineReferenceReference(Any)
... date 1..1dateDate
... issuer 0..1Reference(Organization)Relevant authority responsible for issuing this certificate
... clinicianName 0..1stringName of supervising clinician
... manufacturer 1..1Reference(Organization)Manufacturer of vaccine or prophylaxis
... batchNo 1..1CodeableConceptBatch No. of vaccine or prophylaxis
... validity 1..1PeriodCertificate valid from... until...

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "DVCVaccineDetails",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablestructuredefinition",
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-publishablestructuredefinition"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/logical-target",
      "valueBoolean": true
    }
  ],
  "url": "http://smart.who.int/trust-phw/StructureDefinition/DVCVaccineDetails",
  "version": "0.1.0",
  "name": "DVCVaccineDetails",
  "title": "DVC - Vaccine Details",
  "status": "draft",
  "experimental": false,
  "date": "2026-08-31T12:51:06+00:00",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "Vaccine Data elements for the Digital Vaccination Certificates",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://smart.who.int/trust-phw/StructureDefinition/DVCVaccineDetails",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "DVCVaccineDetails",
        "path": "DVCVaccineDetails",
        "short": "DVC - Vaccine Details",
        "definition": "Vaccine Data elements for the Digital Vaccination Certificates",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "constraint": [
          {
            "key": "must-have-issuer-or-clinician",
            "severity": "error",
            "human": "Either issuer or clinicianName must be present",
            "expression": "issuer.exists() or clinicianName.exists()",
            "source": "http://smart.who.int/trust-phw/StructureDefinition/DVCVaccineDetails"
          },
          {
            "key": "period-from-until-must-be-present-and-valid",
            "severity": "error",
            "human": "If period is present, both start and end must be present, and start must be before end",
            "expression": "validity.start.exists() and (validity.end.exists() implies validity.start <= validity.end)",
            "source": "http://smart.who.int/trust-phw/StructureDefinition/DVCVaccineDetails"
          }
        ],
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "DVCVaccineDetails.vaccine[x]",
        "path": "DVCVaccineDetails.vaccine[x]",
        "code": [
          {
            "system": "http://smart.who.int/trust-phw/CodeSystem/ICVP.Core",
            "code": "ICVP.C5.DE.11"
          },
          {
            "system": "http://loinc.org",
            "code": "39236-5",
            "display": "Vaccine code"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "787859002",
            "display": "Vaccine product (medicinal product)"
          }
        ],
        "short": "Vaccine or prophylaxis",
        "definition": "Vaccine or prophylaxis product",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DVCVaccineDetails.vaccine[x]",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "DVCVaccineDetails.date",
        "path": "DVCVaccineDetails.date",
        "code": [
          {
            "system": "http://smart.who.int/trust-phw/CodeSystem/ICVP.Core",
            "code": "ICVP.C5.DE.13"
          },
          {
            "system": "http://loinc.org",
            "code": "30952-6",
            "display": "Date and time of vaccination"
          }
        ],
        "short": "Date",
        "definition": "Date of vaccination",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DVCVaccineDetails.date",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "DVCVaccineDetails.issuer",
        "path": "DVCVaccineDetails.issuer",
        "code": [
          {
            "system": "http://smart.who.int/trust-phw/CodeSystem/ICVP.Core",
            "code": "ICVP.C5.DE.15"
          }
        ],
        "short": "Relevant authority responsible for issuing this certificate",
        "definition": "Relevant authoring responsible for issuing the certificate, or for overseeing the administration center",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DVCVaccineDetails.issuer",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ]
      },
      {
        "id": "DVCVaccineDetails.clinicianName",
        "path": "DVCVaccineDetails.clinicianName",
        "code": [
          {
            "system": "http://smart.who.int/trust-phw/CodeSystem/ICVP.Core",
            "code": "ICVP.C5.DE.14"
          }
        ],
        "short": "Name of supervising clinician",
        "definition": "Name of supervising clinician, of relevant authority responsible for issuing this certificate, or for overseeing the administering centre",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DVCVaccineDetails.clinicianName",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DVCVaccineDetails.manufacturer",
        "path": "DVCVaccineDetails.manufacturer",
        "code": [
          {
            "system": "http://smart.who.int/trust-phw/CodeSystem/ICVP.Core",
            "code": "ICVP.C5.DE.16"
          },
          {
            "system": "http://loinc.org",
            "code": "30957-5",
            "display": "Manufacturer name [Identifier] Vaccine"
          }
        ],
        "short": "Manufacturer of vaccine or prophylaxis",
        "definition": "Manufacturer of vaccine or prophylaxis",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DVCVaccineDetails.manufacturer",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ]
      },
      {
        "id": "DVCVaccineDetails.batchNo",
        "path": "DVCVaccineDetails.batchNo",
        "code": [
          {
            "system": "http://smart.who.int/trust-phw/CodeSystem/ICVP.Core",
            "code": "ICVP.C5.DE.17"
          },
          {
            "system": "http://loinc.org",
            "code": "30959-1",
            "display": "Lot number [Identifier] Vaccine"
          }
        ],
        "short": "Batch No. of vaccine or prophylaxis",
        "definition": "Batch No. of vaccine or prophylaxis",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DVCVaccineDetails.batchNo",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "DVCVaccineDetails.validity",
        "path": "DVCVaccineDetails.validity",
        "code": [
          {
            "system": "http://smart.who.int/trust-phw/CodeSystem/ICVP.Core",
            "code": "ICVP.D5.DE.20"
          },
          {
            "system": "http://smart.who.int/trust-phw/CodeSystem/ICVP.Core",
            "code": "ICVP.D5.DE.21"
          }
        ],
        "short": "Certificate valid from... until...",
        "definition": "Certificate valid from... until...",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DVCVaccineDetails.validity",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Period"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "DVCVaccineDetails",
        "path": "DVCVaccineDetails",
        "short": "DVC - Vaccine Details",
        "definition": "Vaccine Data elements for the Digital Vaccination Certificates",
        "constraint": [
          {
            "key": "must-have-issuer-or-clinician",
            "severity": "error",
            "human": "Either issuer or clinicianName must be present",
            "expression": "issuer.exists() or clinicianName.exists()",
            "source": "http://smart.who.int/trust-phw/StructureDefinition/DVCVaccineDetails"
          },
          {
            "key": "period-from-until-must-be-present-and-valid",
            "severity": "error",
            "human": "If period is present, both start and end must be present, and start must be before end",
            "expression": "validity.start.exists() and (validity.end.exists() implies validity.start <= validity.end)",
            "source": "http://smart.who.int/trust-phw/StructureDefinition/DVCVaccineDetails"
          }
        ]
      },
      {
        "id": "DVCVaccineDetails.vaccine[x]",
        "path": "DVCVaccineDetails.vaccine[x]",
        "code": [
          {
            "system": "http://smart.who.int/trust-phw/CodeSystem/ICVP.Core",
            "code": "ICVP.C5.DE.11"
          },
          {
            "system": "http://loinc.org",
            "code": "39236-5",
            "display": "Vaccine code"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "787859002",
            "display": "Vaccine product (medicinal product)"
          }
        ],
        "short": "Vaccine or prophylaxis",
        "definition": "Vaccine or prophylaxis product",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "DVCVaccineDetails.date",
        "path": "DVCVaccineDetails.date",
        "code": [
          {
            "system": "http://smart.who.int/trust-phw/CodeSystem/ICVP.Core",
            "code": "ICVP.C5.DE.13"
          },
          {
            "system": "http://loinc.org",
            "code": "30952-6",
            "display": "Date and time of vaccination"
          }
        ],
        "short": "Date",
        "definition": "Date of vaccination",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "DVCVaccineDetails.issuer",
        "path": "DVCVaccineDetails.issuer",
        "code": [
          {
            "system": "http://smart.who.int/trust-phw/CodeSystem/ICVP.Core",
            "code": "ICVP.C5.DE.15"
          }
        ],
        "short": "Relevant authority responsible for issuing this certificate",
        "definition": "Relevant authoring responsible for issuing the certificate, or for overseeing the administration center",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ]
      },
      {
        "id": "DVCVaccineDetails.clinicianName",
        "path": "DVCVaccineDetails.clinicianName",
        "code": [
          {
            "system": "http://smart.who.int/trust-phw/CodeSystem/ICVP.Core",
            "code": "ICVP.C5.DE.14"
          }
        ],
        "short": "Name of supervising clinician",
        "definition": "Name of supervising clinician, of relevant authority responsible for issuing this certificate, or for overseeing the administering centre",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DVCVaccineDetails.manufacturer",
        "path": "DVCVaccineDetails.manufacturer",
        "code": [
          {
            "system": "http://smart.who.int/trust-phw/CodeSystem/ICVP.Core",
            "code": "ICVP.C5.DE.16"
          },
          {
            "system": "http://loinc.org",
            "code": "30957-5",
            "display": "Manufacturer name [Identifier] Vaccine"
          }
        ],
        "short": "Manufacturer of vaccine or prophylaxis",
        "definition": "Manufacturer of vaccine or prophylaxis",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ]
      },
      {
        "id": "DVCVaccineDetails.batchNo",
        "path": "DVCVaccineDetails.batchNo",
        "code": [
          {
            "system": "http://smart.who.int/trust-phw/CodeSystem/ICVP.Core",
            "code": "ICVP.C5.DE.17"
          },
          {
            "system": "http://loinc.org",
            "code": "30959-1",
            "display": "Lot number [Identifier] Vaccine"
          }
        ],
        "short": "Batch No. of vaccine or prophylaxis",
        "definition": "Batch No. of vaccine or prophylaxis",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "DVCVaccineDetails.validity",
        "path": "DVCVaccineDetails.validity",
        "code": [
          {
            "system": "http://smart.who.int/trust-phw/CodeSystem/ICVP.Core",
            "code": "ICVP.D5.DE.20"
          },
          {
            "system": "http://smart.who.int/trust-phw/CodeSystem/ICVP.Core",
            "code": "ICVP.D5.DE.21"
          }
        ],
        "short": "Certificate valid from... until...",
        "definition": "Certificate valid from... until...",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ]
      }
    ]
  }
}