Interoperabilidad de Historia Clínica - Colombia
0.4.2 - ci-build Colombia flag

Interoperabilidad de Historia Clínica - Colombia, published by MSP Colombia. This guide is not an authorized publication; it is the continuous build for version 0.4.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/IG-ihce-co/ and changes regularly. See the Directory of published versions

: AlergiaColombia - JSON Representation

Raw json | Download


{
  "resourceType" : "AllergyIntolerance",
  "id" : "AlergiaColombia",
  "meta" : {
    "profile" : [
      🔗 "https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/AlergiaCo"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance AlergiaColombia</b></p><a name=\"AlergiaColombia\"> </a><a name=\"hcAlergiaColombia\"> </a><a name=\"hcAlergiaColombia-es-CO\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:\">alergia a nueces</span></p><p><b>patient</b>: <a href=\"Patient-PacienteColombiano.html\">Paciente Colombiano</a></p></div>"
  },
  "extension" : [
    {
      "url" : "https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/co-AllergyIntolerance-tipo",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/AlergiasCS",
            "code" : "03"
          }
        ]
      }
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code" : "confirmed"
      }
    ]
  },
  "code" : {
    "text" : "alergia a nueces"
  },
  "patient" : {
    🔗 "reference" : "Patient/PacienteColombiano",
    "display" : "Paciente Colombiano"
  }
}