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

FHIR IG analytics

Packagehl7.fhir.cl.minsal.tei
Resource TypeAllergyIntolerance
IdAllergyIntolerance-AllergyIntoleranceExample.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 AllergyIntoleranceExample

clinicalStatus: Activo

verificationStatus: Confirmado

code: Alergía a castaña de cajú

patient: María Josefina Gonzalez (official) Male, DoB: 1974-12-25 ( Rol Único Nacional: 90000000-6 (use: official, ))


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "AllergyIntoleranceExample",
  "meta": {
    "profile": [
      "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/AllergyIntoleranceIniciarLE"
    ]
  },
  "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://snomed.info/sct",
        "code": "227493005"
      }
    ],
    "text": "Alergía a castaña de cajú"
  },
  "patient": {
    "reference": "Patient/EjemploPatientLE"
  }
}