GI CORE FALP
0.1.0 - ci-build Chile flag

GI CORE FALP, published by Esteban Fredes. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile-BiomedicaUv/FALP-CORE/ and changes regularly. See the Directory of published versions

: Example-HistoriaClínica - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "EjCondicionClinica",
  "meta" : {
    "profile" : [
      🔗 "https://FALP.cl/StructureDefinition/CondicionClinica"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition EjCondicionClinica</b></p><a name=\"EjCondicionClinica\"> </a><a name=\"hcEjCondicionClinica\"> </a><a name=\"EjCondicionClinica-es-CL\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>severity</b>: <span title=\"Codes:{https://FALP.cl/CodeSystem/CSseveridadDiagnostica MODERADO}\">MODERADO</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1648002}\">Lymphocytic pseudotumor of lung</span></p><p><b>subject</b>: <a href=\"Patient-EjPaciente.html\">Franchesco Perez (official) (no stated gender), DoB: 1980-01-01 ( RUN: 30.696.558-7\u00a0(use:\u00a0secondary,\u00a0))</a></p><p><b>onset</b>: 2024-08-02</p><p><b>note</b>: Pulmón derecho</p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item"
        }
      ]
    }
  ],
  "severity" : {
    "coding" : [
      {
        "system" : "https://FALP.cl/CodeSystem/CSseveridadDiagnostica",
        "code" : "MODERADO"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1648002",
        "display" : "Lymphocytic pseudotumor of lung"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/EjPaciente"
  },
  "onsetDateTime" : "2024-08-02",
  "note" : [
    {
      "text" : "Pulmón derecho"
    }
  ]
}