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

FHIR IG Statistics: ValueSet/VaccineCodeVS

Packagehl7.fhir.us.icsr-ae-reporting
TypeValueSet
IdVaccineCodeVS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/icsr-ae-reporting/https://build.fhir.org/ig/HL7/fhir-icsr-ae-reporting/ValueSet-VaccineCodeVS.html
URLhttp://hl7.org/fhir/us/icsr-ae-reporting/ValueSet/VaccineCodeVS
Version1.0.1
Statusdraft
Date2023-08-30T17:02:44+00:00
NameVaccineCodeVS
TitleVaccine Codes
Realmus
Authorityhl7
DescriptionCVX, NDC, and CPT codes for Vaccines
CopyrightCurrent Procedural Terminology (CPT) is copyright 2020 American Medical Association. All rights reserved.

Resources that use this resource

StructureDefinition
icsr-immunizationICSR Immunization

Resources that this resource uses

ValueSet
COVID19VaccineCodeVSCOVID-19 Vaccine Codes
InfluenzaVaccineCodeVSInfluenza Vaccine Codes

Narrative

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

Placeholder

Source

{
  "resourceType": "ValueSet",
  "id": "VaccineCodeVS",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/icsr-ae-reporting/ValueSet/VaccineCodeVS",
  "version": "1.0.1",
  "name": "VaccineCodeVS",
  "title": "Vaccine Codes",
  "status": "draft",
  "experimental": false,
  "date": "2023-08-30T17:02:44+00:00",
  "publisher": "Biomedical Research & Regulation WG",
  "contact": [
    {
      "name": "Biomedical Research & Regulation WG",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/rcrim"
        }
      ]
    },
    {
      "name": "Jean Duteau",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:jean.duteau@ibm.com"
        }
      ]
    }
  ],
  "description": "CVX, NDC, and CPT codes for Vaccines",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "copyright": "Current Procedural Terminology (CPT) is copyright 2020 American Medical Association. All rights reserved.",
  "compose": {
    "include": [
      {
        "valueSet": [
          "http://hl7.org/fhir/us/icsr-ae-reporting/ValueSet/COVID19VaccineCodeVS"
        ]
      },
      {
        "valueSet": [
          "http://hl7.org/fhir/us/icsr-ae-reporting/ValueSet/InfluenzaVaccineCodeVS"
        ]
      }
    ]
  }
}