Guia de Implementação da OMNISAUDE - CORE
0.0.1 - draft Brazil flag

Guia de Implementação da OMNISAUDE - CORE - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: IRIDECTOMIA CIRURGICA - Procedimento - JSON Representation

Raw json | Download

{
  "resourceType" : "Procedure",
  "id" : "procedimento-01",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.omnisaude.co/r4/core/StructureDefinition/procedimento"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure procedimento-01</b></p><a name=\"procedimento-01\"> </a><a name=\"hcprocedimento-01\"> </a><a name=\"procedimento-01-pt-BR\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{https://fhir.omnisaude.co/r4/core/CodeSystem/procedimento-amh 36005088}\">IRIDECTOMIA CIRURGICA</span></p><p><b>subject</b>: <a href=\"Patient-paciente-01.html\">Carlos Alberto Male, DoB: 2002-12-24 ( https://fhir.omnisaude.co/r4/core/sid/numero-prontuario-americas-health#NumeroProntuarioAmericasHealth#54321)</a></p><p><b>encounter</b>: <a href=\"Encounter-encontro-01.html\">Encounter: identifier = https://fhir.omnisaude.co/r4/core/sid/numero-atendimento-americas-health#NumeroAtendimentoAmericasHealth#1234567890; status = finished; class = ambulatory (ActCode#ambulatory); type = ; period = 2024-06-10 10:00:00-0300 --&gt; (ongoing)</a></p><p><b>performed</b>: 2024-03-10 19:30:00-0300 --&gt; 2024-03-10 20:35:00-0300</p><p><b>location</b>: <a href=\"Location-local-01.html\">Location Condomínio West Office</a></p></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "https://fhir.omnisaude.co/r4/core/CodeSystem/procedimento-amh",
        "code" : "36005088"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/paciente-01"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/encontro-01"
  },
  "performedPeriod" : {
    "start" : "2024-03-10T19:30:00-03:00",
    "end" : "2024-03-10T20:35:00-03:00"
  },
  "location" : {
    🔗 "reference" : "Location/local-01"
  }
}