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

FHIR IG analytics

Packagehl7.fhir.us.ccda.r4
Resource TypeConceptMap
IdConceptMap-CF-ImmunizationRefusal.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ConceptMap CF-ImmunizationRefusal

Mapping from https://vsac.nlm.nih.gov/valueset/2.16.840.1.113883.1.11.19717 to Immunization Status Reason Codes


Group 1 Mapping from ActReason to ActReason

Source CodeRelationshipTarget Code
IMMUNE (immunity):(equivalent)IMMUNE (immunity)
MEDPREC (medical precaution)is equivalent toMEDPREC (medical precaution)
OSTOCK (product out of stock)is equivalent toOSTOCK (product out of stock)
PATOBJ (patient objection)is equivalent toPATOBJ (patient objection)
PHILISOP (philosophical objection)(not mapped)
RELIG (religious objection)(not mapped)
VACEFF (vaccine efficacy concerns)(not mapped)
VACSAF (vaccine safety concerns)(not mapped)

Source1

{
  "resourceType": "ConceptMap",
  "id": "CF-ImmunizationRefusal",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cgp"
    }
  ],
  "url": "http://hl7.org/fhir/us/ccda/ConceptMap/CF-ImmunizationRefusal",
  "version": "2.0.0-ballot",
  "name": "CCDAtoFHIRImmunizationRefusal",
  "title": "C-CDA Immunization Refusal to FHIR Immunization Status Reason",
  "status": "active",
  "experimental": false,
  "date": "2024-12-17T21:44:35+00:00",
  "publisher": "HL7 International / Cross-Group Projects",
  "contact": [
    {
      "name": "HL7 International / Cross-Group Projects",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cgp"
        }
      ]
    }
  ],
  "description": "C-CDA Immunization Refusal to FHIR Immunization Status Reason",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "sourceUri": "https://vsac.nlm.nih.gov/valueset/2.16.840.1.113883.1.11.19717",
  "targetUri": "http://hl7.org/fhir/ValueSet/immunization-status-reason",
  "group": [
    {
      "source": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "target": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "element": [
        {
          "code": "IMMUNE",
          "display": "immunity",
          "target": [
            {
              "code": "IMMUNE",
              "display": "immunity",
              "equivalence": "relatedto"
            }
          ]
        },
        {
          "code": "MEDPREC",
          "display": "medical precaution",
          "target": [
            {
              "code": "MEDPREC",
              "display": "medical precaution",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "OSTOCK",
          "display": "product out of stock",
          "target": [
            {
              "code": "OSTOCK",
              "display": "product out of stock",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "PATOBJ",
          "display": "patient objection",
          "target": [
            {
              "code": "PATOBJ",
              "display": "patient objection",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "PHILISOP",
          "display": "philosophical objection",
          "target": [
            {
              "equivalence": "unmatched"
            }
          ]
        },
        {
          "code": "RELIG",
          "display": "religious objection",
          "target": [
            {
              "equivalence": "unmatched"
            }
          ]
        },
        {
          "code": "VACEFF",
          "display": "vaccine efficacy concerns",
          "target": [
            {
              "equivalence": "unmatched"
            }
          ]
        },
        {
          "code": "VACSAF",
          "display": "vaccine safety concerns",
          "target": [
            {
              "equivalence": "unmatched"
            }
          ]
        }
      ]
    }
  ]
}