Rastreamento de Câncer de Colo de Útero
0.0.1 - preliminar Brazil flag

Rastreamento de Câncer de Colo de Útero, published by Comissão de Governança de Informação em Saúde (CGIS - UFG). This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/kyriosdata/farol/ and changes regularly. See the Directory of published versions

: Observações do laudo (Bruna) - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "laudo-componentes-02",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.fabrica.inf.ufg.br/ccu/StructureDefinition/componentes-laudo-citopatologico"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation laudo-componentes-02</b></p><a name=\"laudo-componentes-02\"> </a><a name=\"hclaudo-componentes-02\"> </a><a name=\"laudo-componentes-02-und\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/laudo-siscan citopatologico}\">Exame citopatológico</span></p><p><b>subject</b>: <a href=\"Bundle-bruna-laudo.html#urn-uuid-0242d5cf-6316-4ddd-b398-168af8aaeb01\">Bundle: identifier = https://fhir.fabrica.inf.ufg.br/ccu/sid/laboratorio#243623; type = document; timestamp = 2023-12-14 08:00:00-0300</a></p><p><b>effective</b>: 2023-12-14</p><p><b>performer</b>: Identifier: <code>https://fhir.fabrica.inf.ufg.br/ccu/sid/cnes</code>/654321</p><p><b>note</b>: Amostra parcialmente dessecada.</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/resultado-item componente}\">Componente endocervical / zona transformação</span></p><p><b>value</b>: <span title=\"Codes:{https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/componente-endocervical presente}\">Presente</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/resultado-item glandulares}\">Glandulares</span></p><p><b>value</b>: <span title=\"Codes:{https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/glandular endometriais}\">Endometriais</span></p></blockquote></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/laudo-siscan",
        "code" : "citopatologico"
      }
    ]
  },
  "subject" : {
    "reference" : "urn:uuid:0242d5cf-6316-4ddd-b398-168af8aaeb01"
  },
  "effectiveDateTime" : "2023-12-14",
  "performer" : [
    {
      "identifier" : {
        "system" : "https://fhir.fabrica.inf.ufg.br/ccu/sid/cnes",
        "value" : "654321"
      }
    }
  ],
  "note" : [
    {
      "text" : "Amostra parcialmente dessecada."
    }
  ],
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/resultado-item",
            "code" : "componente"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/componente-endocervical",
            "code" : "presente"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/resultado-item",
            "code" : "glandulares"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/glandular",
            "code" : "endometriais"
          }
        ]
      }
    }
  ]
}