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/WorldHealthOrganization/smart-icvp/ and changes regularly. See the Directory of published versions

Example Binary: ModelDVCExample

This content is an example of the DVC Logical Model and is not a FHIR Resource

    
{
  "resourceType": "http://smart.who.int/icvp/StructureDefinition/ModelDVC",
  "name": "Test Patient",
  "dob": "2023-02-04",
  "sex": "female",
  "nationality": "IND",
  "vaccineDetails": [
    {
      "disease": {
        "display": "Measles",
        "code": "1F03",
        "system": "http://id.who.int/icd/release/11/mms"
      },
      "vaccineClassification": {
        "coding": [
          {
            "display": "Measles vaccines",
            "code": "XM28X5",
            "system": "http://id.who.int/icd/release/11/mms"
          }
        ]
      },
      "date": "2024-01-23",
      "clinicianName": "DR. A",
      "manufacturer": "PFIZER",
      "batchNo": "12345",
      "validityPeriod": {
        "start": "2024-01-31"
      },
      "doseNumber": {
        "coding": [
          {
            "code": "FirstDose",
            "display": "First Dose",
            "system": "http://smart.who.int/icvp/CodeSystem/doseNumber"
          }
        ]
      }
    }
  ]
}