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

FHIR IG analytics

Packagesnomed-ig
Resource TypeAllergyIntolerance
IdAllergyIntolerance-AllergyIntoleranceExample3.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: AllergyIntolerance AllergyIntoleranceExample3

Allergy Intolerance Detailed Type Extension: Intolerance to substance (finding)

clinicalStatus: Active

verificationStatus: Confirmed

type: Intolerance

criticality: Low Risk

code: Wheat

patient: Janet B. Goode (official) Female, DoB: 1988-01-06 ( Medical Record Number: 9876543210 (use: usual, period: 2001-05-06 --> (ongoing)))

reaction

manifestation: Abdominal bloating (finding)

severity: Moderate

exposureRoute: Oral route (qualifier value)

reaction

manifestation: Abdominal pain (finding)

severity: Moderate

exposureRoute: Oral route (qualifier value)


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "AllergyIntoleranceExample3",
  "meta": {
    "profile": [
      "http://snomed.info/fhir/StructureDefinition/AllergyIntolerance-SubstanceFocused"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://snomed.info/fhir/StructureDefinition/allergy-intolerance-detailed-type",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "782197009",
            "display": "Intolerance to substance (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": "intolerance",
  "criticality": "low",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "412071004",
        "display": "Wheat (substance)"
      }
    ],
    "text": "Wheat"
  },
  "patient": {
    "reference": "Patient/PatientExample2"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "116289008",
              "display": "Abdominal bloating (finding)"
            }
          ]
        }
      ],
      "severity": "moderate",
      "exposureRoute": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route (qualifier value)"
          }
        ]
      }
    },
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "21522001",
              "display": "Abdominal pain (finding)"
            }
          ]
        }
      ],
      "severity": "moderate",
      "exposureRoute": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route (qualifier value)"
          }
        ]
      }
    }
  ]
}