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

FHIR IG Statistics: ValueSet/be-vs-vaccination-status-reason

Packageehealthplatform.be.r4.federalprofiles
Resource TypeValueSet
Idbe-vs-vaccination-status-reason
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/https://simplifier.net/resolve?scope=ehealthplatform.be.r4.federalprofiles@1.3.3-beta&canonical=https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-vs-vaccination-status-reason
URLhttps://www.ehealth.fgov.be/standards/fhir/ValueSet/be-vs-vaccination-status-reason
Version1.0.0
Statusactive
Date2021-01-10T10:59:49+00:00
NameBeVSVaccinationStatusReason
TitleVaccination status reason Value Set
Authorityhl7
DescriptionVaccination status reason Value Set - the reasons for an vaccination status - typically representing the reason why a vaccination is not performed

Resources that use this resource

StructureDefinition
be-vaccinationBeVaccination

Resources that this resource uses

CodeSystem
v3-ActReasonActReason
be-cs-vaccination-status-reasonVaccination status reason Code System.

Narrative

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

This value set includes codes based on the following rules:


Source

{
  "resourceType": "ValueSet",
  "id": "be-vs-vaccination-status-reason",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-vs-vaccination-status-reason",
  "version": "1.0.0",
  "name": "BeVSVaccinationStatusReason",
  "title": "Vaccination status reason Value Set",
  "status": "active",
  "date": "2021-01-10T10:59:49+00:00",
  "publisher": "eHealth Platform",
  "contact": [
    {
      "name": "eHealth Platform",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ehealth.fgov.be"
        }
      ]
    },
    {
      "name": "Message structure",
      "telecom": [
        {
          "system": "email",
          "value": "message-structure@ehealth.fgov.be"
        }
      ]
    }
  ],
  "description": "Vaccination status reason Value Set - the reasons for an vaccination status - typically representing the reason why a vaccination is not performed",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "056"
        },
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-cs-vaccination-status-reason"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "concept": [
          {
            "code": "IMMUNE",
            "display": "Immune"
          },
          {
            "code": "MEDPREC",
            "display": "Medical Precaution"
          },
          {
            "code": "OSTOCK",
            "display": "Out of Stock"
          },
          {
            "code": "PATOBJ",
            "display": "Patient Objection"
          }
        ]
      }
    ]
  }
}