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

FHIR IG analytics

Packagehl7.fhir.cl.clips
Resource TypeAllergyIntolerance
IdAllergyIntolerance-Alergia-CL-Ejemplo.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 Alergia-CL-Ejemplo

clinicalStatus: Activo

verificationStatus: Confirmado

code: Clotrimazol

patient: Vale Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))

onset: 11 años (Details: UCUM codea = 'a')

recorder: Practitioner Nicolás Bastian Figueroa (official)

Reactions

-ManifestationSeverity
*Dermatitis inflamatoriaSevere

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "Alergia-CL-Ejemplo",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/AllergiaInt-cl-ips"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active",
        "display": "Active"
      }
    ],
    "text": "Activo"
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed",
        "display": "Confirmed"
      }
    ],
    "text": "Confirmado"
  },
  "code": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "A01AB18",
        "display": "clotrimazole"
      }
    ],
    "text": "Clotrimazol"
  },
  "patient": {
    "reference": "Patient/PacienteClIpsEjemplo"
  },
  "onsetAge": {
    "value": 11,
    "unit": "años",
    "system": "http://unitsofmeasure.org",
    "code": "a"
  },
  "recorder": {
    "reference": "Practitioner/PrestadorMedInternaClIpsEjemplo"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "703938007",
              "display": "Inflammatory dermatosis (disorder)"
            }
          ],
          "text": "Dermatitis inflamatoria"
        }
      ],
      "severity": "severe"
    }
  ]
}