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

FHIR IG Statistics: StructureDefinition/DVCMin

Packagesmart.who.int.trust-phw
Resource TypeStructureDefinition
IdDVCMin
FHIR VersionR4
Sourcehttp://smart.who.int/trust-phw/https://build.fhir.org/ig/WorldHealthOrganization/smart-trust-phw/StructureDefinition-DVCMin.html
URLhttp://smart.who.int/trust-phw/StructureDefinition/DVCMin
Version0.1.0
Statusdraft
Date2025-08-07T11:42:36+00:00
NameDVCMin
TitleDVC HCERT Payload
Realmuv
Authoritywho
DescriptionMininmial DVC payload for use within an HCERT Payload
Typehttp://smart.who.int/trust-phw/StructureDefinition/DVCMin
Kindlogical

Resources that use this resource

StructureDefinition
DVCPayloadICVP HCERT Payload
DVCMinPreQualDVCMinPreQual

Resources that this resource uses

CodeSystem
v2-0203identifierType
StructureDefinition
DVCMinVaccineDetailsDVC HCert Vaccine Details (Minimal)

Narrative

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

Generated Narrative: StructureDefinition DVCMin

NameFlagsCard.TypeDescription & Constraintsdoco
.. DVCMin 0..*BaseThis is an abstract type. Child types: DVCMinPreQual
DVC HCERT Payload
... n 1..1stringPerson name
... dob 1..1dateDate of birth in YYYY-MM-DD format
... s 0..1codeSex
... ntl 0..1codeNationality
... nid 0..1stringNational Identification Document
... ndt 0..1codeNational ID Document Type
Binding: http://terminology.hl7.org/CodeSystem/v2-0203 (extensible)
... gn 0..1stringParent or Guardian Name
... v 1..*DVCMinVaccineDetailsVaccine Details

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "DVCMin",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/trust-phw/StructureDefinition/DVCMin",
  "version": "0.1.0",
  "name": "DVCMin",
  "title": "DVC HCERT Payload",
  "status": "draft",
  "date": "2025-08-07T11:42:36+00:00",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "Mininmial DVC payload for use within an HCERT Payload",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": true,
  "type": "http://smart.who.int/trust-phw/StructureDefinition/DVCMin",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "DVCMin",
        "path": "DVCMin",
        "short": "DVC HCERT Payload",
        "definition": "Mininmial DVC payload for use within an HCERT Payload",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "DVCMin.n",
        "path": "DVCMin.n",
        "short": "Person name",
        "definition": "Person name",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DVCMin.n",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DVCMin.dob",
        "path": "DVCMin.dob",
        "short": "Date of birth in YYYY-MM-DD format",
        "definition": "Date of birth in YYYY-MM-DD format",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DVCMin.dob",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "DVCMin.s",
        "path": "DVCMin.s",
        "short": "Sex",
        "definition": "Sex",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DVCMin.s",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "DVCMin.ntl",
        "path": "DVCMin.ntl",
        "short": "Nationality",
        "definition": "Nationality",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DVCMin.ntl",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "DVCMin.nid",
        "path": "DVCMin.nid",
        "short": "National Identification Document",
        "definition": "National Identification Document",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DVCMin.nid",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DVCMin.ndt",
        "path": "DVCMin.ndt",
        "short": "National ID Document Type",
        "definition": "National ID Document Type",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DVCMin.ndt",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://terminology.hl7.org/CodeSystem/v2-0203"
        }
      },
      {
        "id": "DVCMin.gn",
        "path": "DVCMin.gn",
        "short": "Parent or Guardian Name",
        "definition": "Parent or Guardian Name",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DVCMin.gn",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DVCMin.v",
        "path": "DVCMin.v",
        "short": "Vaccine Details",
        "definition": "Vaccine Details",
        "min": 1,
        "max": "*",
        "base": {
          "path": "DVCMin.v",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "http://smart.who.int/trust-phw/StructureDefinition/DVCMinVaccineDetails"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "DVCMin",
        "path": "DVCMin",
        "short": "DVC HCERT Payload",
        "definition": "Mininmial DVC payload for use within an HCERT Payload"
      },
      {
        "id": "DVCMin.n",
        "path": "DVCMin.n",
        "short": "Person name",
        "definition": "Person name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DVCMin.dob",
        "path": "DVCMin.dob",
        "short": "Date of birth in YYYY-MM-DD format",
        "definition": "Date of birth in YYYY-MM-DD format",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "DVCMin.s",
        "path": "DVCMin.s",
        "short": "Sex",
        "definition": "Sex",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "DVCMin.ntl",
        "path": "DVCMin.ntl",
        "short": "Nationality",
        "definition": "Nationality",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "DVCMin.nid",
        "path": "DVCMin.nid",
        "short": "National Identification Document",
        "definition": "National Identification Document",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DVCMin.ndt",
        "path": "DVCMin.ndt",
        "short": "National ID Document Type",
        "definition": "National ID Document Type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://terminology.hl7.org/CodeSystem/v2-0203"
        }
      },
      {
        "id": "DVCMin.gn",
        "path": "DVCMin.gn",
        "short": "Parent or Guardian Name",
        "definition": "Parent or Guardian Name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DVCMin.v",
        "path": "DVCMin.v",
        "short": "Vaccine Details",
        "definition": "Vaccine Details",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "http://smart.who.int/trust-phw/StructureDefinition/DVCMinVaccineDetails"
          }
        ]
      }
    ]
  }
}