| Package | smart.who.int.icvp |
| Resource Type | StructureDefinition |
| Id | ICVPEvent |
| FHIR Version | R4 |
| Source | http://smart.who.int/icvp/https://build.fhir.org/ig/WorldHealthOrganization/smart-icvp/StructureDefinition-ICVPEvent.html |
| URL | http://smart.who.int/icvp/StructureDefinition/ICVPEvent |
| Version | 0.1.0 |
| Status | draft |
| Date | 2025-07-15T19:22:42+00:00 |
| Name | ICVPEvent |
| Title | ICVP (single) |
| Authority | who |
| Description | ICVP for a single vaccincation event |
| Type | http://smart.who.int/icvp/StructureDefinition/ICVP |
| Kind | logical |
No resources found
| StructureDefinition | |
| ICVP | ICVP |
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition ICVPEvent
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | ICVP | Elements defined in Ancestors:name, dob, sex, nationality, nid, guardian, issuer, vaccineDetails, vaccineDetails, vaccineDetails ICVP Instances of this logical model can be the target of a Reference | |
![]() ![]() | 1..1 | ICVPVaccineDetails | Vaccine Details | |
{
"resourceType": "StructureDefinition",
"id": "ICVPEvent",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/logical-target",
"valueBoolean": true
}
],
"url": "http://smart.who.int/icvp/StructureDefinition/ICVPEvent",
"version": "0.1.0",
"name": "ICVPEvent",
"title": "ICVP (single)",
"status": "draft",
"date": "2025-07-15T19:22:42+00:00",
"publisher": "WHO",
"contact": [
{
"name": "WHO",
"telecom": [
{
"system": "url",
"value": "http://who.int"
}
]
}
],
"description": "ICVP for a single vaccincation event",
"fhirVersion": "4.0.1",
"kind": "logical",
"abstract": false,
"type": "http://smart.who.int/icvp/StructureDefinition/ICVP",
"baseDefinition": "http://smart.who.int/icvp/StructureDefinition/ICVP",
"derivation": "constraint",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "0.1.0"
}
],
"element": [
{
"id": "ICVP",
"path": "ICVP",
"short": "ICVP",
"definition": "Data elements for the Model International Certificate of Vaccination or Prophylaxis.",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"constraint": [
{
"key": "is-an-icvp-vaccine-record",
"severity": "error",
"human": "Checks if vaccine is on the WHO PreQual or EUL listing",
"expression": "vaccineDetails.productID.conformsTo('ICVPVaccineDetails')",
"source": "http://smart.who.int/icvp/StructureDefinition/ICVP"
}
],
"isModifier": false
},
{
"id": "ICVP.name",
"path": "ICVP.name",
"short": "Name",
"definition": "The full name of the client",
"min": 1,
"max": "1",
"base": {
"path": "DVC.name",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "ICVP.dob",
"path": "ICVP.dob",
"short": "Date of Birth",
"definition": "Date of Birth",
"min": 1,
"max": "1",
"base": {
"path": "DVC.dob",
"min": 1,
"max": "1"
},
"type": [
{
"code": "date"
}
]
},
{
"id": "ICVP.sex",
"path": "ICVP.sex",
"short": "Sex",
"definition": "Sex",
"min": 0,
"max": "1",
"base": {
"path": "DVC.sex",
"min": 0,
"max": "1"
},
"type": [
{
"code": "code"
}
]
},
{
"id": "ICVP.nationality",
"path": "ICVP.nationality",
"short": "Nationality",
"definition": "Nationality",
"min": 0,
"max": "1",
"base": {
"path": "DVC.nationality",
"min": 0,
"max": "1"
},
"type": [
{
"code": "code"
}
]
},
{
"id": "ICVP.nid",
"path": "ICVP.nid",
"short": "National Identification Document",
"definition": "National Identification Document",
"min": 0,
"max": "1",
"base": {
"path": "DVC.nid",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "ICVP.guardian",
"path": "ICVP.guardian",
"short": "Parent/Guardian",
"definition": "Name of Parent or Guardian",
"min": 0,
"max": "1",
"base": {
"path": "DVC.guardian",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "ICVP.issuer",
"path": "ICVP.issuer",
"short": "Document issuer",
"definition": "Document issuer",
"min": 0,
"max": "1",
"base": {
"path": "DVC.issuer",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/Organization"
]
}
]
},
{
"id": "ICVP.vaccineDetails",
"path": "ICVP.vaccineDetails",
"short": "Vaccine Details",
"definition": "Vaccine Details",
"min": 1,
"max": "1",
"base": {
"path": "DVC.vaccineDetails",
"min": 1,
"max": "*"
},
"type": [
{
"code": "http://smart.who.int/icvp/StructureDefinition/ICVPVaccineDetails"
}
]
}
]
},
"differential": {
"element": [
{
"id": "ICVP",
"path": "ICVP"
},
{
"id": "ICVP.vaccineDetails",
"path": "ICVP.vaccineDetails",
"max": "1"
}
]
}
}