Resumen Clínico de Pacientes Embarazadas Chile
0.1.0 - ci-build Chile flag

Resumen Clínico de Pacientes Embarazadas Chile, published by HL7 Chile. 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/IPS-Embarazo/ and changes regularly. See the Directory of published versions

: Condición de Salud - Ejemplo - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "Condicion-Emb-Ejemplo",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Condicion-de-salud-cl-ips"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition Condicion-Emb-Ejemplo</b></p><a name=\"Condicion-Emb-Ejemplo\"> </a><a name=\"hcCondicion-Emb-Ejemplo\"> </a><a name=\"Condicion-Emb-Ejemplo-es-CL\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Activa</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 75326-9}\">Problema</span></p><p><b>severity</b>: <span title=\"Codes:{http://snomed.info/sct 6736007}\">Moderado</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 414916001}\">Obesidad</span></p><p><b>subject</b>: <a href=\"Patient-Paciente-Emb-Ejemplo.html\">Susy  Female, DoB: 1995-05-01 ( Chile: 14.241.432-8\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>onset</b>: 2023-10-30 --&gt; (ongoing)</p><p><b>asserter</b>: <a href=\"Practitioner-Prestador-Emb-Ejemplo.html\">Practitioner Bernarda Antonella Zuñiga (official)</a></p><p><b>note</b>: ### NOTA:\nLa paciente durante su post parto anterior presentó hipertensión arterial, dada su condición de salud.</p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ],
    "text" : "Activa"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "75326-9",
          "display" : "Problem"
        }
      ],
      "text" : "Problema"
    }
  ],
  "severity" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "6736007",
        "display" : "Moderate severity"
      }
    ],
    "text" : "Moderado"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "414916001",
        "display" : "Obesity"
      }
    ],
    "text" : "Obesidad"
  },
  "subject" : {
    🔗 "reference" : "Patient/Paciente-Emb-Ejemplo"
  },
  "onsetPeriod" : {
    "start" : "2023-10-30"
  },
  "asserter" : {
    🔗 "reference" : "Practitioner/Prestador-Emb-Ejemplo"
  },
  "note" : [
    {
      "text" : "### NOTA:\nLa paciente durante su post parto anterior presentó hipertensión arterial, dada su condición de salud."
    }
  ]
}