IPSExampleIG - Local Development build (v0.1.0) 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 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 "UC2-CashewNutAllergy1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips> ] )
] ; #
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 UC2-CashewNutAllergy1</b></p><a name=\"UC2-CashewNutAllergy1\"> </a><a name=\"hcUC2-CashewNutAllergy1\"> </a><a name=\"UC2-CashewNutAllergy1-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:\">active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></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 712838009}\">Allergy to cashew nut</span></p><p><b>patient</b>: <a href=\"Patient-UC2-Patient.html\">Hans Müller Male, DoB: 1988-05-20</a></p><p><b>encounter</b>: <a href=\"Encounter-UC2-AllergyLabTest.html\">Encounter: status = finished; class = AMB (AMB); period = 2022-08-13 --> (ongoing); reasonCode = Diarrhea</a></p><p><b>onset</b>: 2023-08-15</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td><td><b>Severity</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 386813002}\">Abnormal breathing</span></td><td>Severe</td></tr></table></div>"
] ; #
fhir:clinicalStatus [
( fhir:coding [
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:category ( [ fhir:v "food"] ) ; #
fhir:criticality [ fhir:v "high"] ; #
fhir:code [
( fhir:coding [
a sct:712838009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "712838009" ] ;
fhir:display [ fhir:v "Allergy to cashew nut" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/UC2-Patient" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/UC2-AllergyLabTest" ]
] ; #
fhir:onset [ fhir:v "2023-08-15"^^xsd:date] ; #
fhir:reaction ( [
( fhir:manifestation [
( fhir:coding [
a sct:386813002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "386813002" ] ;
fhir:display [ fhir:v "Abnormal breathing" ] ] ) ] ) ;
fhir:severity [ fhir:v "severe" ]
] ) . #
IG © 2024+ MOLIT. Package de.hhn.fhir#0.1.0 based on FHIR 4.0.1. Generated 2024-11-29
Links: Table of Contents |
QA Report
Version History |
|
Propose a change