Repositorio de Reportes de Biopsias Oncológicas
0.1.0 - ci-build Chile flag

Repositorio de Reportes de Biopsias Oncológicas, published by Unidad de Interoperabilidad - MINSAL. 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/Minsal-CL/riap/ and changes regularly. See the Directory of published versions

: Observacion de Ejemplo: Invasión Linfatica - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "r2bo-observacion-invasion-linfatica-ex",
  "meta" : {
    "profile" : [
      🔗 "https://interoperabilidad.minsal.cl/fhir/ig/r2bo/StructureDefinition/r2bo-observacion-invasion-linfatica"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation r2bo-observacion-invasion-linfatica-ex</b></p><a name=\"r2bo-observacion-invasion-linfatica-ex\"> </a><a name=\"hcr2bo-observacion-invasion-linfatica-ex\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-r2bo-observacion-invasion-linfatica.html\">Perfil de Observación Invasión Linfatica</a></p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-r2bo-solicitud-informe-apa-ej.html\">ServiceRequest 116784002</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 33739-4}\">Lymphatic.small vessel.invasion [Identifier] in Specimen by CAP cancer protocols</span></p><p><b>subject</b>: <a href=\"Patient-paciente-requiere-examen.html\">Javiera Castilla (official) Female, DoB: 1995-12-12 ( PPN: ACL123456789876\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>effective</b>: 2021-06-01 12:00:00-0400</p><p><b>performer</b>: <a href=\"PractitionerRole-r2bo-anatopatologo-hospital.html\">PractitionerRole MÉDICO CIRUJANO</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 52101004}\">52101004</span></p><p><b>specimen</b>: <a href=\"Specimen-r2bo-specimen-example.html\">Specimen: identifier = 110101101; status = available; type = Tissue; receivedTime = 2021-06-01 00:00:00+0000; note = Resección completa de tejido mamario, posible carcinoma</a></p></div>"
  },
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/r2bo-solicitud-informe-apa-ej"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "33739-4"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/paciente-requiere-examen"
  },
  "effectiveDateTime" : "2021-06-01T12:00:00-04:00",
  "performer" : [
    {
      🔗 "reference" : "PractitionerRole/r2bo-anatopatologo-hospital"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "52101004"
      }
    ]
  },
  "specimen" : {
    🔗 "reference" : "Specimen/r2bo-specimen-example"
  }
}