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 observação. - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "5aaaf460-6fc0-4097-9e05-574367284450",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 5aaaf460-6fc0-4097-9e05-574367284450</b></p><a name=\"5aaaf460-6fc0-4097-9e05-574367284450\"> </a><a name=\"hc5aaaf460-6fc0-4097-9e05-574367284450\"> </a><a name=\"5aaaf460-6fc0-4097-9e05-574367284450-pt-BR\"> </a><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 16112-5}\">Estrogen receptor [Interpretation] in Tissue</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><p><b>effective</b>: 2020-04-22 19:20:00+0200</p><p><b>performer</b>: <a href=\"Organization-31024c66-483a-4c80-b182-157ee133ca96.html\">Organization null</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 416053008}\">Estrogen receptor positive tumor</span></p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 117259009}\">Microscopy</span></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "16112-5",
        "display" : "Estrogen receptor [Interpretation] in Tissue"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ebaf7611-0c1c-4d96-8a42-c7a49a1f3a41"
  },
  "effectiveDateTime" : "2020-04-22T19:20:00+02:00",
  "performer" : [
    {
      🔗 "reference" : "Organization/31024c66-483a-4c80-b182-157ee133ca96"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "416053008",
        "display" : "Estrogen receptor positive tumor"
      }
    ]
  },
  "method" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "117259009",
        "display" : "Microscopy"
      }
    ]
  }
}