SMART ICVP
0.1.0 - ci-build

SMART ICVP, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/janol77/smart-icvp/ and changes regularly. See the Directory of published versions

Example Binary: IVCP123455

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": "PolioVaccineOralOPVBivalProduct756b50d1047d7e92674342044a986a4e",
        "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"
      }
    }
  ]
}