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

FHIR IG Statistics: ConceptMap/CF-Severity

Packagehl7.fhir.us.ccda
TypeConceptMap
IdCF-Severity
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/ccda/https://build.fhir.org/ig/HL7/ccda-on-fhir/ConceptMap-CF-Severity.html
URLhttp://hl7.org/fhir/us/ccda/ConceptMap/CF-Severity
Version2.0.0-ballot
Statusactive
Date2025-05-05T14:21:57+00:00
NameCCDAtoFHIRSeverity
TitleC-CDA Severity to FHIR Severity
Realmus
Authorityhl7
DescriptionC-CDA Severity to FHIR Severity

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)
sctSNOMED codes used in this IG
sctveri

Narrative

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

Generated Narrative: ConceptMap CF-Severity

Mapping from https://vsac.nlm.nih.gov/valueset/2.16.840.1.113883.3.88.12.3221.6.8 to AllergyIntoleranceSeverity


Group 1 Mapping from SNOMED CT (all versions) to AllergyIntoleranceSeverity

Source CodeRelationshipTarget Code
255604002 (Mild)is equivalent tomild
6736007 (Moderate)is equivalent tomoderate
24484000 (Severe)is equivalent tosevere

Source

{
  "resourceType": "ConceptMap",
  "id": "CF-Severity",
  "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-Severity",
  "version": "2.0.0-ballot",
  "name": "CCDAtoFHIRSeverity",
  "title": "C-CDA Severity to FHIR Severity",
  "status": "active",
  "experimental": false,
  "date": "2025-05-05T14:21:57+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 Severity to FHIR Severity",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "sourceUri": "https://vsac.nlm.nih.gov/valueset/2.16.840.1.113883.3.88.12.3221.6.8",
  "targetUri": "http://hl7.org/fhir/ValueSet/reaction-event-severity",
  "group": [
    {
      "source": "http://snomed.info/sct",
      "target": "http://hl7.org/fhir/reaction-event-severity",
      "element": [
        {
          "code": "255604002",
          "display": "Mild",
          "target": [
            {
              "code": "mild",
              "display": "Mild",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "6736007",
          "display": "Moderate",
          "target": [
            {
              "code": "moderate",
              "display": "Moderate",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "24484000",
          "display": "Severe",
          "target": [
            {
              "code": "severe",
              "display": "Severe",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}