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

: Alergia a amendoins - Alergia Intolerância - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "alergia-intolerancia-01",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.omnisaude.co/r4/core/StructureDefinition/alergia-intolerancia"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance alergia-intolerancia-01</b></p><a name=\"alergia-intolerancia-01\"> </a><a name=\"hcalergia-intolerancia-01\"> </a><a name=\"alergia-intolerancia-01-pt-BR\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Food</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 91935009}\">Allergy to peanuts</span></p><p><b>patient</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>onset</b>: 2024-06-10 10:00:00-0300</p><p><b>recorder</b>: <a href=\"PractitionerRole-papel-profissional-02.html\">PractitionerRole ENFERMEIRO</a></p><p><b>asserter</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>lastOccurrence</b>: 2024-06-10 10:00:00-0300</p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code" : "confirmed"
      }
    ]
  },
  "type" : "allergy",
  "category" : [
    "food"
  ],
  "criticality" : "high",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "91935009"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/paciente-01"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/encontro-01"
  },
  "onsetDateTime" : "2024-06-10T10:00:00-03:00",
  "recorder" : {
    🔗 "reference" : "PractitionerRole/papel-profissional-02"
  },
  "asserter" : {
    🔗 "reference" : "Patient/paciente-01"
  },
  "lastOccurrence" : "2024-06-10T10:00:00-03:00"
}