FHIR IG analytics| Package | uz.dhp.core |
| Resource Type | ActivityDefinition |
| Id | ActivityDefinition-example-activity-definition.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/uzinfocom-org/digital-health-ig/ActivityDefinition-example-activity-definition.html |
| URL | https://terminology.dhp.uz/fhir/core/ActivityDefinition/example-activity-definition |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-08-18 |
| Name | ChildhoodVaccinationActivity |
| Title | Childhood Vaccination Activity |
| Description | Routine childhood vaccination activity definition. |
| Kind | ImmunizationRecommendation |
No resources found
No resources found
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 | |
{
"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"
}
]
}
}
]
}