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" : "12813e0a-e0f8-4318-9e2a-2eced2470876",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>\n                <b>CT Abdomen W contrast IV</b>\n            </p>\n            <p>\n                <b>date</b>: 1995-06-08\n            </p>\n            <p>\n                <b>subject</b>:\n                <a>Patient/ebaf7611-0c1c-4d96-8a42-c7a49a1f3a41</a>\n            </p>\n            <p>\n                <b>value</b>: 3 cm nodule present in the inferior medial aspect of right liver lobe. Contrast enhancement pattern consistent with the diagnosis of hemangioma.\n            </p>\n        </div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "imaging",
          "display" : "Imaging"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "79103-8",
        "display" : "CT Abdomen W contrast IV"
      }
    ],
    "text" : "Upper abdomen with the administration of oral and intravenous contrast (example-4)"
  },
  "subject" : {
    🔗 "reference" : "Patient/ebaf7611-0c1c-4d96-8a42-c7a49a1f3a41"
  },
  "effectiveDateTime" : "1995-06-08",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/f66c9fd0-8b03-4953-a4b0-34d48744c386"
    },
    {
      🔗 "reference" : "Organization/31024c66-483a-4c80-b182-157ee133ca96"
    }
  ],
  "valueString" : "3 cm nodule present in the inferior medial aspect of right liver lobe. Contrast enhancement pattern consistent with the diagnosis of hemangioma."
}