0.1.0 - ci-build

FALP_CORE, 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

: Reporte del Procedimiento - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "example-ReporteProcedimiento",
  "meta" : {
    "profile" : [
      🔗 "https://FALP.cl/StructureDefinition/ReporteProcedimiento"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition example-ReporteProcedimiento</b></p><a name=\"example-ReporteProcedimiento\"> </a><a name=\"hcexample-ReporteProcedimiento\"> </a><a name=\"example-ReporteProcedimiento-en-US\"> </a><p><b>Fecha de Solicitud</b>: 2024-07-03</p><p><b>Fecha de Procedimiento</b>: 2024-09-15</p><p><b>Set de códigos de tipos de procedimientos</b>: BIOPSIA</p><p><b>Observación</b>: Ninguna</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</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></div>"
  },
  "extension" : [
    {
      "url" : "https://FALP.cl/StructureDefinition/Fecha-Solicitud",
      "valueDateTime" : "2024-07-03"
    },
    {
      "url" : "https://FALP.cl/StructureDefinition/FechaProcedimiento",
      "valueDateTime" : "2024-09-15"
    },
    {
      "url" : "https://FALP.cl/StructureDefinition/TipoProcedimiento",
      "valueString" : "BIOPSIA"
    },
    {
      "url" : "https://FALP.cl/StructureDefinition/Observacion",
      "valueString" : "Ninguna"
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/EjPaciente"
  }
}