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

!!Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1 - Compilação de desenvolvimento local (v1.0.0) construída pelas ferramentas de compilação FHIR (HL7® FHIR® Standard). Veja o Diretório de versões publicadas

: Exemplo de gravidez. - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "90e2319e-dc54-4379-88f3-13c5e74e924e",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Observation 90e2319e-dc54-4379-88f3-13c5e74e924e</b></p><a name=\"90e2319e-dc54-4379-88f3-13c5e74e924e\"> </a><a name=\"hc90e2319e-dc54-4379-88f3-13c5e74e924e\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Códigos:{http://loinc.org 11778-8}\">Data estimada do parto</span></p><p><b>subject</b>: <a href=\"Patient-c3a40500-5fe8-47f1-b21a-dce205e6c617.html\">Maria Fernanda Souza (official) Female, DoB: 1992-07-15 ( Health Card Number: NamingSystemCNS#876543210987654\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>effective</b>: 2020-01-10</p><p><b>performer</b>: <a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></p><p><b>value</b>: 2020-05-02</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" : "11778-8"
      }
    ],
    "text" : "Data estimada do parto"
  },
  "subject" : {
    🔗 "reference" : "Patient/c3a40500-5fe8-47f1-b21a-dce205e6c617"
  },
  "effectiveDateTime" : "2020-01-10",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735",
      "display" : "Maria Clara"
    }
  ],
  "valueDateTime" : "2020-05-02"
}