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

: Exame Clinico Rosa - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "ExameClinicoRosa",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.fabrica.inf.ufg.br/ccu/StructureDefinition/exame-clinico"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ExameClinicoRosa</b></p><a name=\"ExameClinicoRosa\"> </a><a name=\"hcExameClinicoRosa\"> </a><a name=\"ExameClinicoRosa-und\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 32423-6}\">Physical findings of Cervix</span></p><p><b>subject</b>: <a href=\"Bundle-bundle-rosa.html#urn-uuid-f142d5cf-6316-4ddd-b398-168af8aaeb01\">Bundle: identifier = https://fhir.fabrica.inf.ufg.br/ccu/sid/siscan#123.456.789; type = document; timestamp = 2023-11-24 09:08:23+0300</a></p><p><b>effective</b>: 2023-12-07</p><p><b>performer</b>: Identifier: <code>https://fhir.fabrica.inf.ufg.br/ccu/sid/cpf</code>/234.234.567</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 12044-4}\">Cervix Study observation Inspection</span></p><p><b>value</b>: <span title=\"Codes:{https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/resultado-inspecao-colo normal}\">Normal</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 45687-1}\">Sexually transmitted diseases [Minimum Data Set]</span></p><p><b>value</b>: false</p></blockquote></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "32423-6"
      }
    ]
  },
  "subject" : {
    "reference" : "urn:uuid:f142d5cf-6316-4ddd-b398-168af8aaeb01"
  },
  "effectiveDateTime" : "2023-12-07",
  "performer" : [
    {
      "identifier" : {
        "system" : "https://fhir.fabrica.inf.ufg.br/ccu/sid/cpf",
        "value" : "234.234.567"
      }
    }
  ],
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "12044-4"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/resultado-inspecao-colo",
            "code" : "normal"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "45687-1"
          }
        ]
      },
      "valueBoolean" : false
    }
  ]
}