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>Narrativa gerada: Observation 5aaaf460-6fc0-4097-9e05-574367284450</b></p><a name=\"5aaaf460-6fc0-4097-9e05-574367284450\"> </a><a name=\"hc5aaaf460-6fc0-4097-9e05-574367284450\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Códigos:{http://loinc.org 85337-4}\">Estrogen receptor Ag [Presence] in Breast cancer specimen by Immune stain</span></p><p><b>subject</b>: <a href=\"Patient-b1997888-85fd-41b6-bf94-6242cf3c8265.html\">Ana Beatriz Oliveira (official) Female, DoB: 2018-09-25 ( Health Card Number: 765432109876543\u00a0(use:\u00a0official,\u00a0))</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 Consultório Dr. José Silva</a></p><p><b>value</b>: <span title=\"Códigos:{http://snomed.info/sct 416053008}\">Estrogen receptor positive tumor</span></p><p><b>method</b>: <span title=\"Códigos:{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" : "85337-4",
        "display" : "Estrogen receptor Ag [Presence] in Breast cancer specimen by Immune stain"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/b1997888-85fd-41b6-bf94-6242cf3c8265"
  },
  "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"
      }
    ]
  }
}