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

FHIR IG analytics

Packagehl7.fhir.cl.clcore
Resource TypeAllergyIntolerance
IdAllergyIntolerance-AllergyIntoleranceEj.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: AllergiaIntolerancia AllergyIntoleranceEj

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

category: Medication

criticality: High Risk

code: Ice

patient: Xime Female, DoB: 1983-03-24 ( Chile: 15.236.327-k (use: official, ))

onset: 2014-10-08

Reactions

-ManifestationSeverity
*Macerated skinSevere

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "AllergyIntoleranceEj",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreAlergiaIntCl"
    ]
  },
  "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"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "896008"
      }
    ],
    "text": "Ice"
  },
  "patient": {
    "reference": "Patient/PacienteCL"
  },
  "onsetDateTime": "2014-10-08",
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "3644009"
            }
          ],
          "text": "Macerated skin"
        }
      ],
      "severity": "severe"
    }
  ]
}