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

FHIR IG Statistics: StructureDefinition/DefaulterTracing

Packagefhir.nigeriaImmunization
TypeStructureDefinition
IdDefaulterTracing
FHIR VersionR4
Sourcehttp://example.org/https://build.fhir.org/ig/IntelliSOFT-Consulting/Nigeria-Immunization-FHIR-IG/StructureDefinition-DefaulterTracing.html
URLhttp://example.org/StructureDefinition/DefaulterTracing
Version0.1.0
Statusdraft
Date2025-05-28T07:10:29+00:00
NameDefaulterTracing
TitleIMMZ.F Defaulter Tracing
Realmus
Authorityhl7
DescriptionA logical model for tracking immunization defaulters.
Typehttp://example.org/StructureDefinition/DefaulterTracing
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition DefaulterTracing

NameFlagsCard.TypeDescription & Constraintsdoco
.. DefaulterTracing 0..*BaseIMMZ.F Defaulter Tracing
... clientName 1..1stringClient's name
... clientSex 1..1CodeableConceptSex
Binding: #IMMZ.F.DE2 (required)
... clientAge 1..1integerClient's age
... caregiverName 0..1stringCaregiver's name
... caregiverPhone 0..1stringCaregiver's phone number
... missedVaccine 1..*CodeableConceptImmunization missed
Binding: #IMMZ.F.DE6 (required)
... missedVaccineDate 1..1dateDate of immunization missed
... missedReason 0..1stringReason

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "DefaulterTracing",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.org/StructureDefinition/DefaulterTracing",
  "version": "0.1.0",
  "name": "DefaulterTracing",
  "title": "IMMZ.F Defaulter Tracing",
  "status": "draft",
  "date": "2025-05-28T07:10:29+00:00",
  "publisher": "intellisoftkenya.com",
  "contact": [
    {
      "name": "intellisoftkenya.com",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.intellisoftkenya.com/"
        }
      ]
    },
    {
      "name": "IntelliSOFT Consulting Kenya.",
      "telecom": [
        {
          "system": "email",
          "value": "info@intellisoftkenya.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A logical model for tracking immunization defaulters.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NG",
          "display": "Nigeria"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://example.org/StructureDefinition/DefaulterTracing",
  "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": "DefaulterTracing",
        "path": "DefaulterTracing",
        "short": "IMMZ.F Defaulter Tracing",
        "definition": "A logical model for tracking immunization defaulters.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "DefaulterTracing.clientName",
        "path": "DefaulterTracing.clientName",
        "code": [
          {
            "code": "IMMZ.F.DE1"
          }
        ],
        "short": "Client's name",
        "definition": "The first and last name of the client.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DefaulterTracing.clientName",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DefaulterTracing.clientSex",
        "path": "DefaulterTracing.clientSex",
        "code": [
          {
            "code": "IMMZ.F.DE2"
          }
        ],
        "short": "Sex",
        "definition": "Biological sex of the client.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DefaulterTracing.clientSex",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://example.org/StructureDefinition/DefaulterTracing#IMMZ.F.DE2"
        }
      },
      {
        "id": "DefaulterTracing.clientAge",
        "path": "DefaulterTracing.clientAge",
        "code": [
          {
            "code": "IMMZ.F.DE3"
          }
        ],
        "short": "Client's age",
        "definition": "Total number of months since the client was born.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DefaulterTracing.clientAge",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "DefaulterTracing.caregiverName",
        "path": "DefaulterTracing.caregiverName",
        "code": [
          {
            "code": "IMMZ.F.DE4"
          }
        ],
        "short": "Caregiver's name",
        "definition": "Full name of the caregiver.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DefaulterTracing.caregiverName",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DefaulterTracing.caregiverPhone",
        "path": "DefaulterTracing.caregiverPhone",
        "code": [
          {
            "code": "IMMZ.F.DE5"
          }
        ],
        "short": "Caregiver's phone number",
        "definition": "Mobile number of the caregiver.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DefaulterTracing.caregiverPhone",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DefaulterTracing.missedVaccine",
        "path": "DefaulterTracing.missedVaccine",
        "code": [
          {
            "code": "IMMZ.F.DE6"
          }
        ],
        "short": "Immunization missed",
        "definition": "The type of vaccine missed.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "DefaulterTracing.missedVaccine",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://example.org/StructureDefinition/DefaulterTracing#IMMZ.F.DE6"
        }
      },
      {
        "id": "DefaulterTracing.missedVaccineDate",
        "path": "DefaulterTracing.missedVaccineDate",
        "code": [
          {
            "code": "IMMZ.F.DE7"
          }
        ],
        "short": "Date of immunization missed",
        "definition": "The date immunization was due.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DefaulterTracing.missedVaccineDate",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "DefaulterTracing.missedReason",
        "path": "DefaulterTracing.missedReason",
        "code": [
          {
            "code": "IMMZ.F.DE8"
          }
        ],
        "short": "Reason",
        "definition": "Capture's the reason(s) for a missed vaccination appointment.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DefaulterTracing.missedReason",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "DefaulterTracing",
        "path": "DefaulterTracing",
        "short": "IMMZ.F Defaulter Tracing",
        "definition": "A logical model for tracking immunization defaulters."
      },
      {
        "id": "DefaulterTracing.clientName",
        "path": "DefaulterTracing.clientName",
        "code": [
          {
            "code": "IMMZ.F.DE1"
          }
        ],
        "short": "Client's name",
        "definition": "The first and last name of the client.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DefaulterTracing.clientSex",
        "path": "DefaulterTracing.clientSex",
        "code": [
          {
            "code": "IMMZ.F.DE2"
          }
        ],
        "short": "Sex",
        "definition": "Biological sex of the client.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "#IMMZ.F.DE2"
        }
      },
      {
        "id": "DefaulterTracing.clientAge",
        "path": "DefaulterTracing.clientAge",
        "code": [
          {
            "code": "IMMZ.F.DE3"
          }
        ],
        "short": "Client's age",
        "definition": "Total number of months since the client was born.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "DefaulterTracing.caregiverName",
        "path": "DefaulterTracing.caregiverName",
        "code": [
          {
            "code": "IMMZ.F.DE4"
          }
        ],
        "short": "Caregiver's name",
        "definition": "Full name of the caregiver.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DefaulterTracing.caregiverPhone",
        "path": "DefaulterTracing.caregiverPhone",
        "code": [
          {
            "code": "IMMZ.F.DE5"
          }
        ],
        "short": "Caregiver's phone number",
        "definition": "Mobile number of the caregiver.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DefaulterTracing.missedVaccine",
        "path": "DefaulterTracing.missedVaccine",
        "code": [
          {
            "code": "IMMZ.F.DE6"
          }
        ],
        "short": "Immunization missed",
        "definition": "The type of vaccine missed.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "#IMMZ.F.DE6"
        }
      },
      {
        "id": "DefaulterTracing.missedVaccineDate",
        "path": "DefaulterTracing.missedVaccineDate",
        "code": [
          {
            "code": "IMMZ.F.DE7"
          }
        ],
        "short": "Date of immunization missed",
        "definition": "The date immunization was due.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "DefaulterTracing.missedReason",
        "path": "DefaulterTracing.missedReason",
        "code": [
          {
            "code": "IMMZ.F.DE8"
          }
        ],
        "short": "Reason",
        "definition": "Capture's the reason(s) for a missed vaccination appointment.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}