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

FHIR IG analytics

Packagehl7.fhir.cl.minsal.urgencia
Resource TypeAllergyIntolerance
IdAllergyIntolerance-39d71be0-2eea-4672-ac70-73373a19e714.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


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "39d71be0-2eea-4672-ac70-73373a19e714",
  "meta": {
    "profile": [
      "https://interoperabilidad.minsal.cl/fhir/ig/urgencia/StructureDefinition/AlergiaIntolerancia"
    ]
  },
  "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",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "372687004"
      }
    ],
    "text": "Alergia a la amoxicilina"
  },
  "patient": {
    "reference": "Patient/6ec6dc25-4b65-4165-a545-9b796f60b997"
  },
  "encounter": {
    "reference": "Encounter/d1391b7b-302a-49f8-a908-8116599e137e"
  }
}