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

: Amostra (laudo) (Bruna) - JSON Representation

Raw json | Download


{
  "resourceType" : "Specimen",
  "id" : "especime-bruna",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.fabrica.inf.ufg.br/ccu/StructureDefinition/amostra"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen especime-bruna</b></p><a name=\"especime-bruna\"> </a><a name=\"hcespecime-bruna\"> </a><a name=\"especime-bruna-und\"> </a><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/tipo-amostra convencional}\">convencional</span></p><p><b>receivedTime</b>: 2024-01-01</p><p><b>condition</b>: <span title=\"Codes:{https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/condicao-especime material}\">Material acelular</span></p></div>"
  },
  "status" : "available",
  "_status" : {
    "extension" : [
      {
        "url" : "https://fhir.fabrica.inf.ufg.br/ccu/StructureDefinition/detalhar",
        "valueString" : "causa para rejeição aqui"
      }
    ]
  },
  "type" : {
    "coding" : [
      {
        "system" : "https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/tipo-amostra",
        "code" : "convencional"
      }
    ]
  },
  "receivedTime" : "2024-01-01",
  "condition" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/condicao-especime",
          "code" : "material"
        }
      ]
    }
  ]
}