GDHCN Trust Network - Personal Health Wallet
0.1.0 - release International flag

This page is part of the GDHCN Trust Network - Personal Health Wallet (v0.1.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Example Binary: DVCExample

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

    
{
  "resourceType": "http://smart.who.int/trust-phw/StructureDefinition/DVC",
  "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-01-23",
      "clinicianName": "DR. A",
      "batchNo": {
        "coding": [
          {
            "display": "12345"
          }
        ]
      },
      "validityPeriod": {
        "start": "2024-01-31"
      }
    }
  ]
}