SMART ICVP
0.2.0 - release
This page is part of the ICVP (v0.2.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 0.3.0. For a full list of available versions, see the Directory of published versions
This content is an example of the ICVP Logical Model and is not a FHIR Resource
{
"resourceType": "http://smart.who.int/icvp/StructureDefinition/ICVP",
"name": "Test Patient",
"dob": "2023-02-04",
"sex": "female",
"nationality": "IND",
"vaccineDetails": [
{
"productID": {
"code": "PolioVaccineOralOPVBivalProduct16e883911ea0108b8213bc213c9972fe",
"system": "http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualProductIds"
},
"date": "2024-05-23",
"clinicianName": "DR A",
"batchNo": {
"coding": [
{
"display": "67890"
}
]
},
"validityPeriod": {
"start": "2024-05-31"
}
}
]
}