Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1
1.0.0 - STU1 Brazil flag

This page is part of the Core do 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 resultado de gravidez. - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "02f99181-eab1-4634-9d58-508c7d4f195b",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 02f99181-eab1-4634-9d58-508c7d4f195b</b></p><a name=\"02f99181-eab1-4634-9d58-508c7d4f195b\"> </a><a name=\"hc02f99181-eab1-4634-9d58-508c7d4f195b\"> </a><a name=\"02f99181-eab1-4634-9d58-508c7d4f195b-pt-BR\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11640-0}\">Total de gravidezes</span></p><p><b>subject</b>: <a href=\"Patient-c3a40500-5fe8-47f1-b21a-dce205e6c617.html\">Ana Beatriz</a></p><p><b>effective</b>: 2024-12-19 14:30:00+0000</p><p><b>performer</b>: <a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></p><p><b>value</b>: 1 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "social-history",
          "display" : "Social History"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11640-0",
        "display" : "Births.total"
      }
    ],
    "text" : "Total de gravidezes"
  },
  "subject" : {
    🔗 "reference" : "Patient/c3a40500-5fe8-47f1-b21a-dce205e6c617",
    "display" : "Ana Beatriz"
  },
  "effectiveDateTime" : "2024-12-19T14:30:00Z",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735",
      "display" : "Maria Clara"
    }
  ],
  "valueQuantity" : {
    "value" : 1,
    "system" : "http://unitsofmeasure.org",
    "code" : "1"
  }
}