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

FHIR IG Statistics: ValueSet/ImmunizationReportOrigin

Packageimplementation.guide.nhdr
Resource TypeValueSet
IdImmunizationReportOrigin
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=implementation.guide.nhdr@1.0.0&canonical=http://example.org/fhir/ValueSet/ImmunizationReportOrigin
URLhttp://example.org/fhir/ValueSet/ImmunizationReportOrigin
Version1.0.0
Statusdraft
Date2024-11-28
NameImmunizationReportOrigin
TitleImmunization Report Origin Value Set
DescriptionA value set representing the origin of immunization reports.

Resources that use this resource

StructureDefinition
PH_ImmunizationPH_Immunization

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "ImmunizationReportOrigin",
  "url": "http://example.org/fhir/ValueSet/ImmunizationReportOrigin",
  "version": "1.0.0",
  "name": "ImmunizationReportOrigin",
  "title": "Immunization Report Origin Value Set",
  "status": "draft",
  "experimental": false,
  "date": "2024-11-28",
  "publisher": "Your Organization Name",
  "description": "A value set representing the origin of immunization reports.",
  "compose": {
    "include": [
      {
        "system": "http://example.org/fhir/CodeSystem/ImmunizationReportOriginCodeSystem",
        "concept": [
          {
            "code": "VaccinationCard",
            "display": "Vaccination Card"
          },
          {
            "code": "Logsheet",
            "display": "Logsheet"
          },
          {
            "code": "ByRecall",
            "display": "By recall"
          },
          {
            "code": "OthersSpecify",
            "display": "Others, Specify"
          },
          {
            "code": "Card",
            "display": "Card"
          },
          {
            "code": "Recall",
            "display": "Recall"
          },
          {
            "code": "TCL",
            "display": "TCL"
          },
          {
            "code": "Both",
            "display": "Both"
          },
          {
            "code": "Unknown",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}