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

FHIR IG analytics

Packagefhir.argonaut.r2
Resource TypeAllergyIntolerance
IdAllergyIntolerance-23.json
FHIR VersionR2

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 with Details

id: 23

meta:

recordedDate: 01/01/2000

patient: Generated Summary: id: peter-chalmers; Medical Record Number = 1032702; active; Peter James Chalmers (OFFICIAL); ph: (555)555-5555(WORK), person@example.org(WORK); gender: male; birthDate: 19/06/1964

substance: sulfonamide antibacterial (Details : {http://rxnav.nlm.nih.gov/REST/Ndfrt code 'N0000175503' = 'N0000175503', given as 'sulfonamide antibacterial'})

status: confirmed

criticality: CRITL

category: medication

Reactions

-ManifestationSeverity
*skin rash (Details : {SNOMED CT code '271807003' = 'Eruption of skin (disorder)', given as 'skin rash'})mild

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "23",
  "meta": {
    "profile": [
      "http://fhir.org/guides/argonaut/StructureDefinition/argo-allergyintolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "recordedDate": "2000",
  "patient": {
    "reference": "Patient/peter-chalmers"
  },
  "substance": {
    "coding": [
      {
        "system": "http://rxnav.nlm.nih.gov/REST/Ndfrt",
        "code": "N0000175503",
        "display": "sulfonamide antibacterial"
      }
    ],
    "text": "sulfonamide antibacterial"
  },
  "status": "confirmed",
  "criticality": "CRITL",
  "category": "medication",
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "271807003",
              "display": "skin rash"
            }
          ],
          "text": "skin rash"
        }
      ],
      "severity": "mild"
    }
  ]
}