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

FHIR IG analytics

PackageSHIFT-Task-Force.privacy.examples
Resource TypeAllergyIntolerance
IdAllergyIntolerance-MonicaRambeauAmoxicillinAllergy.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 MonicaRambeauAmoxicillinAllergy

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

category: Medication

code: Amoxicillin

patient: Mo Female, DoB: 2006-08-08

Reactions

-SubstanceManifestationSeverity
*AmoxicillinHivesMild

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "MonicaRambeauAmoxicillinAllergy",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed"
      }
    ]
  },
  "type": "allergy",
  "category": [
    "medication"
  ],
  "code": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "723",
        "display": "Amoxicillin"
      }
    ],
    "text": "Amoxicillin"
  },
  "patient": {
    "reference": "Patient/MonicaRambeau"
  },
  "reaction": [
    {
      "substance": {
        "coding": [
          {
            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
            "code": "723",
            "display": "Amoxicillin"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "126485001",
              "display": "Urticaria (disorder)"
            }
          ],
          "text": "Hives"
        }
      ],
      "severity": "mild"
    }
  ]
}