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/tree/selective-disclosure and changes regularly. See the Directory of published versions

Example Binary: IVCP123455SD

This content is an example of the DVC Icvp with Selective Disclosure Logical Model and is not a FHIR Resource

    
{
  "resourceType": "http://smart.who.int/icvp/StructureDefinition/ICVP",
  "vaccineDetails": [
    {
      "vaccineProduct": {
        "system": "http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualProductIDs",
        "value": "http://smart.who.int/pcmt/StructureDefinition/Product/PolioVaccineOralOPVBivalProduct756b50d1047d7e92674342044a986a4e"
      },
      "date": "2024-05-23",
      "clinicianName": "DR A",
      "_clinicianName": {
        "extension": [
          {
            "url": "http://smart.who.int/icvp/StructureDefinition/SelectiveDisclosureJWT",
            "valueBoolean": true
          }
        ]
      },
      "batchNo": {
        "coding": [
          {
            "display": "67890"
          }
        ]
      },
      "validityPeriod": {
        "start": "2024-05-31"
      }
    }
  ],
  "name": "Test Patient (SD)",
  "_name": {
    "extension": [
      {
        "url": "http://smart.who.int/icvp/StructureDefinition/SelectiveDisclosureJWT",
        "valueBoolean": true
      }
    ]
  },
  "dob": "2023-02-04",
  "_dob": {
    "extension": [
      {
        "url": "http://smart.who.int/icvp/StructureDefinition/SelectiveDisclosureJWT",
        "valueBoolean": true
      }
    ]
  },
  "sex": "female",
  "_sex": {
    "extension": [
      {
        "url": "http://smart.who.int/icvp/StructureDefinition/SelectiveDisclosureJWT",
        "valueBoolean": true
      }
    ]
  },
  "nationality": "IND",
  "_nationality": {
    "extension": [
      {
        "url": "http://smart.who.int/icvp/StructureDefinition/SelectiveDisclosureJWT",
        "valueBoolean": true
      }
    ]
  }
}