HL7 PT FHIR Implementation Guide: Community Health, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AnaCeciliaCoimbra/community-health-ig/ and changes regularly. See the Directory of published versions
: Exemplo AllergyIntolerance - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "example-allergyIntolerance"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.pt/fhir/community-health/StructureDefinition/allergy-intolerance-patient-allergy"^^xsd:anyURI ;
fhir:link <https://hl7.pt/fhir/community-health/StructureDefinition/allergy-intolerance-patient-allergy> ] )
] ; #
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 example-allergyIntolerance</b></p><a name=\"example-allergyIntolerance\"> </a><a name=\"hcexample-allergyIntolerance\"> </a><a name=\"example-allergyIntolerance-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:\">active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:\">unconfirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Food</p><p><b>criticality</b>: Low Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 235719002}\">foodIntolerance</span></p><p><b>patient</b>: <a href=\"Patient-exemplo-patient-1.html\">John Doe Male, DoB: 2009-02-09 ( https://ehr.testing.p5.pt/api/fhir#12345678)</a></p><p><b>encounter</b>: <a href=\"Encounter-exemplo-encounter-seguimento.html\">Encounter: status = finished; class = emergency (ActCode#EMER); type = Avaliador de Sintomas; serviceType = Seguimento de caso; period = 2024-10-10 14:00:06+0000 --> (ongoing)</a></p><p><b>onset</b>: 20 years</p><p><b>recordedDate</b>: 2024-02-09 18:17:42+0000</p><p><b>lastOccurrence</b>: 2024-02-07 18:17:42+0000</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Substance</b></td><td><b>Manifestation</b></td><td><b>Description</b></td><td><b>Onset</b></td><td><b>Severity</b></td><td><b>ExposureRoute</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 3718001}\">Cow's milk</span></td><td><span title=\"Codes:{http://snomed.info/sct 2919008}\">Nausea, vomiting and diarrhea</span></td><td>some text</td><td>2024-02-08 18:17:00+0000</td><td>Severe</td><td><span title=\"Codes:{http://snomed.info/sct 6064005}\">Topical route</span></td></tr></table></div>"
] ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:code [ fhir:v "active" ] ] )
] ; #
fhir:verificationStatus [
( fhir:coding [
fhir:code [ fhir:v "unconfirmed" ] ] )
] ; #
fhir:type [ fhir:v "allergy"] ; #
fhir:category ( [ fhir:v "food"] ) ; #
fhir:criticality [ fhir:v "low"] ; #
fhir:code [
( fhir:coding [
a sct:235719002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "235719002" ] ;
fhir:display [ fhir:v "foodIntolerance" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/exemplo-patient-1" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/exemplo-encounter-seguimento" ]
] ; #
fhir:onset [
a fhir:Age ;
fhir:value [ fhir:v "20"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ]
] ; #
fhir:recordedDate [ fhir:v "2024-02-09T18:17:42.599Z"^^xsd:dateTime] ; #
fhir:lastOccurrence [ fhir:v "2024-02-07T18:17:42.599Z"^^xsd:dateTime] ; #
fhir:reaction ( [
fhir:substance [
( fhir:coding [
a sct:3718001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3718001" ] ;
fhir:display [ fhir:v "Cow's milk" ] ] ) ] ;
( fhir:manifestation [
( fhir:coding [
a sct:2919008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2919008" ] ;
fhir:display [ fhir:v "Nausea, vomiting and diarrhea" ] ] ) ] ) ;
fhir:description [ fhir:v "some text" ] ;
fhir:onset [ fhir:v "2024-02-08T18:17:00.000Z"^^xsd:dateTime ] ;
fhir:severity [ fhir:v "severe" ] ;
fhir:exposureRoute [
( fhir:coding [
a sct:6064005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "6064005" ] ;
fhir:display [ fhir:v "Topical route" ] ] ) ]
] ) . #