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

FHIR IG analytics

Packagesnomed-ig
Resource TypeAllergyIntolerance
IdAllergyIntolerance-AllergyIntoleranceExample7-alt.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 AllergyIntoleranceExample7-alt

clinicalStatus: Active

verificationStatus: Confirmed

criticality: High Risk

code: Latex allergy

patient: Mildred Ratched Female, DoB: 1962-08-12 ( Medical Record Number: 12345654321 (use: usual, period: 2001-05-06 --> (ongoing)))

reaction

manifestation: Eruption of skin (disorder)

severity: Mild

exposureRoute: Topical route (qualifier)

reaction

manifestation: Itching of skin (finding)

severity: Mild

exposureRoute: Topical route (qualifier)


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "AllergyIntoleranceExample7-alt",
  "meta": {
    "profile": [
      "http://snomed.info/fhir/StructureDefinition/AllergyIntolerance-FindingFocused"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  },
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1003755004",
        "display": "Allergy to Hevea brasiliensis latex protein (finding)"
      }
    ],
    "text": "Latex allergy"
  },
  "patient": {
    "reference": "Patient/PatientExample7"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "271807003",
              "display": "Eruption of skin (disorder)"
            }
          ]
        }
      ],
      "severity": "mild",
      "exposureRoute": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "6064005",
            "display": "Topical route (qualifier)"
          }
        ]
      }
    },
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "418363000",
              "display": "Itching of skin (finding)"
            }
          ]
        }
      ],
      "severity": "mild",
      "exposureRoute": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "6064005",
            "display": "Topical route (qualifier)"
          }
        ]
      }
    }
  ]
}