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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:AllergyIntolerance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "alergia-intolerancia-01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.omnisaude.co/r4/core/StructureDefinition/alergia-intolerancia"^^xsd:anyURI ;
fhir:link <https://fhir.omnisaude.co/r4/core/StructureDefinition/alergia-intolerancia> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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 --> (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>"^^rdf:XMLLiteral
] ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ] )
] ; #
fhir:verificationStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ] )
] ; #
fhir:type [ fhir:v "allergy"] ; #
fhir:category ( [ fhir:v "food"] ) ; #
fhir:criticality [ fhir:v "high"] ; #
fhir:code [
( fhir:coding [
a sct:91935009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "91935009" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/paciente-01" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/encontro-01" ]
] ; #
fhir:onset [
a fhir:dateTime ;
fhir:v "2024-06-10T10:00:00-03:00"^^xsd:dateTime
] ; #
fhir:recorder [
fhir:reference [ fhir:v "PractitionerRole/papel-profissional-02" ]
] ; #
fhir:asserter [
fhir:reference [ fhir:v "Patient/paciente-01" ]
] ; #
fhir:lastOccurrence [ fhir:v "2024-06-10T10:00:00-03:00"^^xsd:dateTime] . #
IG © 2024+ Omnisaude. Package fhir.omni.saude.co#0.0.1 based on FHIR 4.0.1. Generated 2025-04-10
Links: Table of Contents |
QA Report