FHIR IG analytics| Package | smart.who.int.trust-phw |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-DVCVaccineDetailsPreQual.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/WorldHealthOrganization/smart-trust-phw/StructureDefinition-DVCVaccineDetailsPreQual.html |
| URL | http://smart.who.int/trust-phw/StructureDefinition/DVCVaccineDetailsPreQual |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-08-31T12:51:06+00:00 |
| Name | DVCVaccineDetailsPreQual |
| Title | PreQual - Vaccine Details |
| Realm | uv |
| Authority | who |
| Description | Vaccine Data elements from the Pre Qual Database |
| Type | http://smart.who.int/trust-phw/StructureDefinition/DVCVaccineDetailsPreQual |
| Kind | logical |
| StructureDefinition | ||
| smart.who.int.trust-phw#current | DVCPreQual | PreQual |
| StructureDefinition | ||
| smart.who.int.pcmt-vaxprequal#current | FinishedVaccineProducts | WHO Vaccine PreQual DB - Finished Vaccine Products |
| smart.who.int.trust-phw#current | DVCVaccineDetails | DVC - Vaccine Details |
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition DVCVaccineDetailsPreQual
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | DVCVaccineDetails | PreQual - Vaccine Details Elements defined in Ancestors:vaccine[x], date, issuer, clinicianName, manufacturer, batchNo, validity Instances of this type can be the target of a Reference | |
![]() ![]() | C | 1..1 | Reference(WHO Vaccine PreQual DB - Finished Vaccine Products) | Vaccine or prophylaxis Constraints: vaccine-reference-must-exist |
{
"resourceType": "StructureDefinition",
"id": "DVCVaccineDetailsPreQual",
"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/DVCVaccineDetailsPreQual",
"version": "0.1.0",
"name": "DVCVaccineDetailsPreQual",
"title": "PreQual - Vaccine Details",
"status": "active",
"experimental": true,
"date": "2026-08-31T12:51:06+00:00",
"publisher": "WHO",
"contact": [
{
"name": "WHO",
"telecom": [
{
"system": "url",
"value": "http://who.int"
}
]
}
],
"description": "Vaccine Data elements from the Pre Qual Database",
"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/DVCVaccineDetailsPreQual",
"baseDefinition": "http://smart.who.int/trust-phw/StructureDefinition/DVCVaccineDetails",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "0.1.0"
}
],
"element": [
{
"id": "DVCVaccineDetailsPreQual",
"path": "DVCVaccineDetailsPreQual",
"short": "PreQual - Vaccine Details",
"definition": "Vaccine Data elements from the Pre Qual Database",
"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": "DVCVaccineDetailsPreQual.vaccine[x]",
"path": "DVCVaccineDetailsPreQual.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": "Reference",
"targetProfile": [
"http://smart.who.int/pcmt-vaxprequal/StructureDefinition/FinishedVaccineProducts"
]
}
],
"constraint": [
{
"key": "vaccine-reference-must-exist",
"severity": "error",
"human": "The vaccine reference must point to a resource that exists",
"expression": "vaccineReference.reference.exists() implies vaccineReference.resolve().exists()",
"source": "http://smart.who.int/trust-phw/StructureDefinition/DVCVaccineDetailsPreQual"
}
]
},
{
"id": "DVCVaccineDetailsPreQual.date",
"path": "DVCVaccineDetailsPreQual.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": "DVCVaccineDetailsPreQual.issuer",
"path": "DVCVaccineDetailsPreQual.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": "DVCVaccineDetailsPreQual.clinicianName",
"path": "DVCVaccineDetailsPreQual.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": "DVCVaccineDetailsPreQual.manufacturer",
"path": "DVCVaccineDetailsPreQual.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": "DVCVaccineDetailsPreQual.batchNo",
"path": "DVCVaccineDetailsPreQual.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": "DVCVaccineDetailsPreQual.validity",
"path": "DVCVaccineDetailsPreQual.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": "DVCVaccineDetailsPreQual",
"path": "DVCVaccineDetailsPreQual",
"short": "PreQual - Vaccine Details",
"definition": "Vaccine Data elements from the Pre Qual Database"
},
{
"id": "DVCVaccineDetailsPreQual.vaccine[x]",
"path": "DVCVaccineDetailsPreQual.vaccine[x]",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://smart.who.int/pcmt-vaxprequal/StructureDefinition/FinishedVaccineProducts"
]
}
],
"constraint": [
{
"key": "vaccine-reference-must-exist",
"severity": "error",
"human": "The vaccine reference must point to a resource that exists",
"expression": "vaccineReference.reference.exists() implies vaccineReference.resolve().exists()",
"source": "http://smart.who.int/trust-phw/StructureDefinition/DVCVaccineDetailsPreQual"
}
]
}
]
}
}