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

FHIR IG analytics

Packagehl7.terminology
Resource TypeValueSet
IdValueSet-immunization-function.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/UTG/ValueSet-immunization-function.html
URLhttp://terminology.hl7.org/ValueSet/immunization-function
Version1.0.0
Statusactive
Date2025-10-21T00:00:00+00:00
NameImmunizationFunction
TitleImmunization Function
Realmuv
Authorityhl7
DescriptionThe value set defines the role that a performer has played in an immunization event. Core functions included in the value set including ordering and administering provider. If other concepts are necessary, the codes should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the function an individual or organization may play in the immunization event.
CopyrightThis material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v2-0443providerRole

Narrative

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

Generated Narrative: ValueSet immunization-function

Last updated: 2025-10-21 00:00:00+0000

Profile: Shareable ValueSet


Source1

{
  "resourceType": "ValueSet",
  "id": "immunization-function",
  "meta": {
    "lastUpdated": "2025-10-21T00:00:00+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pher"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 5
    }
  ],
  "url": "http://terminology.hl7.org/ValueSet/immunization-function",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.11.21038"
    }
  ],
  "version": "1.0.0",
  "name": "ImmunizationFunction",
  "title": "Immunization Function",
  "status": "active",
  "experimental": false,
  "date": "2025-10-21T00:00:00+00:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "The value set defines the role that a performer has played in an immunization event. Core functions included in the value set including ordering and administering provider. If other concepts are necessary, the codes should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the function an individual or organization may play in the immunization event.",
  "copyright": "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
        "concept": [
          {
            "code": "AP",
            "display": "Administering Provider"
          },
          {
            "code": "OP",
            "display": "Ordering Provider"
          }
        ]
      }
    ]
  }
}