Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
2.0.0 - draft Chile flag

Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva), published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/clcore_2.0/ and changes regularly. See the Directory of published versions

: Ejemplo de Un Diagnóstico de hipertensión - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "DiagnosticoEj",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clcore2/StructureDefinition/CoreDiagnosticoCl"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition DiagnosticoEj</b></p><a name=\"DiagnosticoEj\"> </a><a name=\"hcDiagnosticoEj\"> </a><a name=\"DiagnosticoEj-es-CL\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Activo</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmado</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 38341003}\">Diagnóstico de Hipertensión Confirmada</span></p><p><b>subject</b>: <a href=\"Patient-PacienteCL.html\">Xime  Female, DoB: 1983-03-24 ( RUN: 15236327\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>onset</b>: 2022-08-07</p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ],
    "text" : "Activo"
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ],
    "text" : "Confirmado"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "38341003",
        "display" : "High blood pressure"
      }
    ],
    "text" : "Diagnóstico de Hipertensión Confirmada"
  },
  "subject" : {
    🔗 "reference" : "Patient/PacienteCL"
  },
  "onsetDateTime" : "2022-08-07"
}