FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/PreQualDB

Packagesmart.who.int.pcmt-vaxprequal
Resource TypeStructureDefinition
IdPreQualDB
FHIR VersionR5
Sourcehttp://smart.who.int/pcmt-vaxprequal/https://build.fhir.org/ig/WorldHealthOrganization/smart-pcmt-vaxprequal/StructureDefinition-PreQualDB.html
URLhttp://smart.who.int/pcmt-vaxprequal/StructureDefinition/PreQualDB
Version0.2.0
Statusdraft
Date2025-07-01T11:06:49+00:00
NamePreQualDB
TitleWHO Vaccine PreQual DB
Authoritywho
DescriptionWHO Vaccine PreQual DB. Logical model for WHO PreQual DB as CSV file available at: https://extranet.who.int/prequal/vaccines/prequalified-vaccines Columns of the CSV are as follows 1:Date of Prequalification 2:Vaccine Type 3:Commercial Name 4:Presentation 5:No. of doses 6:Manufacturer 7:Responsible NRA
Typehttp://smart.who.int/pcmt-vaxprequal/StructureDefinition/PreQualDB
Kindlogical

Resources that use this resource

StructureDefinition
PreQualDBwithIdsWHO Vaccine PreQual DB with IDs

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition PreQualDB

NameFlagsCard.TypeDescription & Constraintsdoco
.. PreQualDB 0..*BaseWHO Vaccine PreQual DB
... dateOfPrequal 1..1dateTimeDate of Prequalification (DD/MM/YY)
... vaccineType 1..1CodeableConceptVaccine Type
... commercialName 1..1stringCommercial Name
... presentation 1..1CodeableConceptPresentation
... numDoses 0..1decimalNumber of doses
... manufacturer 1..1CodeableConceptManufacturer
... responsibleNRA 1..1CodeableConceptResponsible NRA

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "PreQualDB",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/pcmt-vaxprequal/StructureDefinition/PreQualDB",
  "version": "0.2.0",
  "name": "PreQualDB",
  "title": "WHO Vaccine PreQual DB",
  "status": "draft",
  "date": "2025-07-01T11:06:49+00:00",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "WHO Vaccine PreQual DB.  Logical model for WHO PreQual DB as CSV file available at:\n     https://extranet.who.int/prequal/vaccines/prequalified-vaccines\nColumns of the CSV are as follows\n  1:Date of Prequalification  \n  2:Vaccine Type\n  3:Commercial Name\n  4:Presentation\n  5:No. of doses\n  6:Manufacturer\n  7:Responsible NRA\n",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://smart.who.int/pcmt-vaxprequal/StructureDefinition/PreQualDB",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "PreQualDB",
        "path": "PreQualDB",
        "short": "WHO Vaccine PreQual DB",
        "definition": "WHO Vaccine PreQual DB.  Logical model for WHO PreQual DB as CSV file available at:\n     https://extranet.who.int/prequal/vaccines/prequalified-vaccines\nColumns of the CSV are as follows\n  1:Date of Prequalification  \n  2:Vaccine Type\n  3:Commercial Name\n  4:Presentation\n  5:No. of doses\n  6:Manufacturer\n  7:Responsible NRA\n",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "PreQualDB.dateOfPrequal",
        "path": "PreQualDB.dateOfPrequal",
        "short": "Date of Prequalification (DD/MM/YY)",
        "definition": "Date of Prequalification (DD/MM/YY)",
        "min": 1,
        "max": "1",
        "base": {
          "path": "PreQualDB.dateOfPrequal",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "PreQualDB.vaccineType",
        "path": "PreQualDB.vaccineType",
        "short": "Vaccine Type",
        "definition": "Vaccine Type",
        "min": 1,
        "max": "1",
        "base": {
          "path": "PreQualDB.vaccineType",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PreQualDB.commercialName",
        "path": "PreQualDB.commercialName",
        "short": "Commercial Name",
        "definition": "Commercial Name",
        "min": 1,
        "max": "1",
        "base": {
          "path": "PreQualDB.commercialName",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "PreQualDB.presentation",
        "path": "PreQualDB.presentation",
        "short": "Presentation",
        "definition": "Presentation",
        "min": 1,
        "max": "1",
        "base": {
          "path": "PreQualDB.presentation",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PreQualDB.numDoses",
        "path": "PreQualDB.numDoses",
        "short": "Number of doses",
        "definition": "Number of doses",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PreQualDB.numDoses",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "id": "PreQualDB.manufacturer",
        "path": "PreQualDB.manufacturer",
        "short": "Manufacturer",
        "definition": "Manufacturer",
        "min": 1,
        "max": "1",
        "base": {
          "path": "PreQualDB.manufacturer",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PreQualDB.responsibleNRA",
        "path": "PreQualDB.responsibleNRA",
        "short": "Responsible NRA",
        "definition": "Responsible NRA",
        "min": 1,
        "max": "1",
        "base": {
          "path": "PreQualDB.responsibleNRA",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "PreQualDB",
        "path": "PreQualDB",
        "short": "WHO Vaccine PreQual DB",
        "definition": "WHO Vaccine PreQual DB.  Logical model for WHO PreQual DB as CSV file available at:\n     https://extranet.who.int/prequal/vaccines/prequalified-vaccines\nColumns of the CSV are as follows\n  1:Date of Prequalification  \n  2:Vaccine Type\n  3:Commercial Name\n  4:Presentation\n  5:No. of doses\n  6:Manufacturer\n  7:Responsible NRA\n"
      },
      {
        "id": "PreQualDB.dateOfPrequal",
        "path": "PreQualDB.dateOfPrequal",
        "short": "Date of Prequalification (DD/MM/YY)",
        "definition": "Date of Prequalification (DD/MM/YY)",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "PreQualDB.vaccineType",
        "path": "PreQualDB.vaccineType",
        "short": "Vaccine Type",
        "definition": "Vaccine Type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PreQualDB.commercialName",
        "path": "PreQualDB.commercialName",
        "short": "Commercial Name",
        "definition": "Commercial Name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "PreQualDB.presentation",
        "path": "PreQualDB.presentation",
        "short": "Presentation",
        "definition": "Presentation",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PreQualDB.numDoses",
        "path": "PreQualDB.numDoses",
        "short": "Number of doses",
        "definition": "Number of doses",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "id": "PreQualDB.manufacturer",
        "path": "PreQualDB.manufacturer",
        "short": "Manufacturer",
        "definition": "Manufacturer",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PreQualDB.responsibleNRA",
        "path": "PreQualDB.responsibleNRA",
        "short": "Responsible NRA",
        "definition": "Responsible NRA",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      }
    ]
  }
}