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

FHIR IG Statistics: ValueSet/vaccine-product-code

Packageil.core.fhir.r4
Resource TypeValueSet
Idvaccine-product-code
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.core.fhir.r4@0.17.5&canonical=http://fhir.health.gov.il/ValueSet/vaccine-product-code
URLhttp://fhir.health.gov.il/ValueSet/vaccine-product-code
Version0.17.0
Statusactive
Date2025-03-27
NameVaccineProductCode
TitleVaccine Product Codes
Realmil
Authoritynational
DescriptionA list of codes for vaccine products from ATC and cvx codeSystems

Resources that use this resource

StructureDefinition
il-core-immunizationILCore Immunization Profile

Resources that this resource uses

CodeSystem
atcAnatomical Therapeutic Chemical (ATC) Classification
cvxVaccine Administered Code Set (CVX)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "VaccineProductCode",
  "id": "vaccine-product-code",
  "title": "Vaccine Product Codes",
  "description": "A list of codes for vaccine products from ATC and cvx codeSystems",
  "url": "http://fhir.health.gov.il/ValueSet/vaccine-product-code",
  "version": "0.17.0",
  "publisher": "Israel Core Team",
  "date": "2025-03-27",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "tal.primak@moh.gov.il"
        }
      ]
    }
  ],
  "experimental": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/sid/cvx"
      },
      {
        "system": "http://www.whocc.no/atc",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "J07"
          }
        ]
      }
    ]
  }
}