Guia de implementação do Sumário Internacional do Paciente: Release 1 - BR Realm | STU1
1.0.0 - STU1 Brazil flag

This page is part of the IPS Brasil (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Exemplo de espécime. - JSON Representation

Raw json | Download

{
  "resourceType" : "Specimen",
  "id" : "01de1553-7b39-41a9-8039-3336a5a69eae",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen 01de1553-7b39-41a9-8039-3336a5a69eae</b></p><a name=\"01de1553-7b39-41a9-8039-3336a5a69eae\"> </a><a name=\"hc01de1553-7b39-41a9-8039-3336a5a69eae\"> </a><a name=\"01de1553-7b39-41a9-8039-3336a5a69eae-pt-BR\"> </a><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 122575003}\">Urine specimen</span></p><p><b>subject</b>: <a href=\"Patient-ebaf7611-0c1c-4d96-8a42-c7a49a1f3a41.html\">A ser enriquecido pelo CADSUS (no stated gender), DoB:  ( https://terminologia.saude.gov.br/fhir/NamingSystem-cpf.html#12345678901)</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Method</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 73416001}\">Urine specimen collection, clean catch</span></td></tr></table></div>"
  },
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "122575003",
        "display" : "Urine specimen"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ebaf7611-0c1c-4d96-8a42-c7a49a1f3a41"
  },
  "collection" : {
    "method" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "73416001",
          "display" : "Urine specimen collection, clean catch"
        }
      ]
    }
  }
}