FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuz.dhp.core
Resource TypeActivityDefinition
IdActivityDefinition-example-activity-definition.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/uzinfocom-org/digital-health-ig/ActivityDefinition-example-activity-definition.html
URLhttps://terminology.dhp.uz/fhir/core/ActivityDefinition/example-activity-definition
Version1.0.0
Statusactive
Date2025-08-18
NameChildhoodVaccinationActivity
TitleChildhood Vaccination Activity
DescriptionRoutine childhood vaccination activity definition.
KindImmunizationRecommendation

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


English


Metadata
Title Childhood Vaccination Activity
Version 1.0.0
Subject Type Patient from http://hl7.org/fhir/fhir-types
Jurisdiction Uzbekistan
Steward (Publisher) Ministry of Health of the Republic of Uzbekistan
Steward Contact Ministry of Health of the Republic of Uzbekistan
Description

Routine childhood vaccination activity definition.

Resource Kind ImmunizationRecommendation
Code Administration of vaccine to produce active immunity
Intent Plan
Priority Routine
Generated using version 0.5.4 of the sample-content-ig Liquid templates

Russian


Metadata
Title Childhood Vaccination Activity
Version 1.0.0
Subject Type Patient from http://hl7.org/fhir/fhir-types
Jurisdiction Uzbekistan
Steward (Publisher) Ministry of Health of the Republic of Uzbekistan
Steward Contact Ministry of Health of the Republic of Uzbekistan
Description

Routine childhood vaccination activity definition.

Resource Kind ImmunizationRecommendation
Code Administration of vaccine to produce active immunity
Intent Plan
Priority Routine
Generated using version 0.5.4 of the sample-content-ig Liquid templates

Uzbek


Metadata
Title Childhood Vaccination Activity
Version 1.0.0
Subject Type Patient from http://hl7.org/fhir/fhir-types
Jurisdiction Uzbekistan
Steward (Publisher) Ministry of Health of the Republic of Uzbekistan
Steward Contact Ministry of Health of the Republic of Uzbekistan
Description

Routine childhood vaccination activity definition.

Resource Kind ImmunizationRecommendation
Code Administration of vaccine to produce active immunity
Intent Plan
Priority Routine
Generated using version 0.5.4 of the sample-content-ig Liquid templates

Source1

{
  "resourceType": "ActivityDefinition",
  "id": "example-activity-definition",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-vaccination-activity-definition|0.7.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://terminology.dhp.uz/fhir/core/ActivityDefinition/example-activity-definition",
  "version": "1.0.0",
  "name": "ChildhoodVaccinationActivity",
  "title": "Childhood Vaccination Activity",
  "status": "active",
  "subjectCodeableConcept": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/fhir-types",
        "code": "Patient"
      }
    ]
  },
  "date": "2025-08-18",
  "publisher": "Ministry of Health of the Republic of Uzbekistan",
  "contact": [
    {
      "name": "Ministry of Health of the Republic of Uzbekistan",
      "telecom": [
        {
          "system": "url",
          "value": "https://gov.uz/en/ssv"
        },
        {
          "system": "email",
          "value": "info@ssv.uz"
        }
      ]
    }
  ],
  "description": "Routine childhood vaccination activity definition.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "UZ",
          "display": "Uzbekistan"
        }
      ]
    }
  ],
  "effectivePeriod": {
    "start": "2025-01-01"
  },
  "kind": "ImmunizationRecommendation",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "33879002",
        "display": "Administration of vaccine to produce active immunity"
      }
    ]
  },
  "intent": "plan",
  "priority": "routine",
  "doNotPerform": false,
  "participant": [
    {
      "type": "practitioner",
      "role": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "106292003"
          }
        ]
      }
    }
  ]
}