Guia de Implementação da OMNISAUDE - CORE
0.0.1 - draft
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
{
"resourceType" : "Observation",
"id" : "sinal-vital-01",
"meta" : {
"profile" : [
🔗 "https://fhir.omnisaude.co/r4/core/StructureDefinition/observacao"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation sinal-vital-01</b></p><a name=\"sinal-vital-01\"> </a><a name=\"hcsinal-vital-01\"> </a><a name=\"sinal-vital-01-pt-BR\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8310-5}\">Body temperature</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>effective</b>: 2024-06-10 10:00:00-0300</p><p><b>performer</b>: <a href=\"PractitionerRole-papel-profissional-02.html\">PractitionerRole ENFERMEIRO</a></p><p><b>value</b>: 36.5 °C<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeCel = 'Cel')</span></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8310-5"
}
]
},
"subject" : {
🔗 "reference" : "Patient/paciente-01"
},
"effectiveDateTime" : "2024-06-10T10:00:00-03:00",
"performer" : [
{
🔗 "reference" : "PractitionerRole/papel-profissional-02"
}
],
"valueQuantity" : {
"value" : 36.5,
"unit" : "°C",
"system" : "http://unitsofmeasure.org",
"code" : "Cel"
}
}