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

: Procedimiento Obstétrico - Ejemplo - JSON Representation

Raw json | Download

{
  "resourceType" : "Procedure",
  "id" : "Procedimiento-Emb-Ejemplo",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Procedimientos-embarazo-cl-ips"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure Procedimiento-Emb-Ejemplo</b></p><a name=\"Procedimiento-Emb-Ejemplo\"> </a><a name=\"hcProcedimiento-Emb-Ejemplo\"> </a><a name=\"Procedimiento-Emb-Ejemplo-es-CL\"> </a><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 386637004}\">Procedimiento obstétrico</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 11466000}\">Cesárea</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>performed</b>: 2024-11-26</p><p><b>note</b>: ### NOTA:\nLa paciente se realizó el procedimiento obstétrico de cesárea con fecha 03 de diciembre del presente año. En este caso, la fecha representa la fecha de nacimiento del bebé.</p></div>"
  },
  "status" : "completed",
  "category" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "386637004",
        "display" : "Obstetric procedure (procedure)"
      }
    ],
    "text" : "Procedimiento obstétrico"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "11466000",
        "display" : "Cesarean section"
      }
    ],
    "text" : "Cesárea"
  },
  "subject" : {
    🔗 "reference" : "Patient/Paciente-Emb-Ejemplo"
  },
  "performedDateTime" : "2024-11-26",
  "note" : [
    {
      "text" : "### NOTA:\nLa paciente se realizó el procedimiento obstétrico de cesárea con fecha 03 de diciembre del presente año. En este caso, la fecha representa la fecha de nacimiento del bebé."
    }
  ]
}