SNOMED CT Implementation Guide for FHIR
0.0.1 - CI Build

SNOMED CT Implementation Guide for FHIR, published by SNOMED on FHIR project group. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHTSDO/snomed-ig/ and changes regularly. See the Directory of published versions

: AllergyIntoleranceExample6 - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "AllergyIntoleranceExample6",
  "meta" : {
    "profile" : [
      🔗 "http://snomed.info/fhir/StructureDefinition/AllergyIntolerance-SubstanceFocused"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance AllergyIntoleranceExample6</b></p><a name=\"AllergyIntoleranceExample6\"> </a><a name=\"hcAllergyIntoleranceExample6\"> </a><a name=\"AllergyIntoleranceExample6-en-US\"> </a><p><b>Allergy Intolerance Detailed Type Extension</b>: <span title=\"Codes:{http://snomed.info/sct 609328004}\">Allergic disposition (finding)</span></p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}, {http://snomed.info/sct 55561003}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}, {http://snomed.info/sct 410605003}\">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 762952008}\">Peanut</span></p><p><b>patient</b>: <a href=\"Patient-PatientExample1.html\">Johnny B. Goode  Male, DoB: 1958-01-06 ( Medical Record Number: 1234567890\u00a0(use:\u00a0usual,\u00a0period:\u00a02001-05-06 --&gt; (ongoing)))</a></p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td><td><b>Severity</b></td><td><b>ExposureRoute</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 39579001}\">Anaphylaxis (disorder)</span></td><td>Severe</td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route (qualifier value)</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://snomed.info/fhir/StructureDefinition/allergy-intolerance-detailed-type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "609328004",
            "display" : "Allergic disposition (finding)"
          }
        ]
      }
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "55561003",
        "display" : "Active (qualifier value)"
      }
    ],
    "text" : "Active"
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code" : "confirmed"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "410605003",
        "display" : "Confirmed present (qualifier value)"
      }
    ],
    "text" : "Confirmed"
  },
  "type" : "allergy",
  "criticality" : "high",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "762952008",
        "display" : "Peanut (substance)"
      }
    ],
    "text" : "Peanut"
  },
  "patient" : {
    🔗 "reference" : "Patient/PatientExample1"
  },
  "reaction" : [
    {
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "39579001",
              "display" : "Anaphylaxis (disorder)"
            }
          ]
        }
      ],
      "severity" : "severe",
      "exposureRoute" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "26643006",
            "display" : "Oral route (qualifier value)"
          }
        ]
      }
    }
  ]
}