@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:AllergyIntolerance ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "wasp"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-allergyintolerance"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: AllergyIntolerance

Resource AllergyIntolerance "wasp"

Profile: AU Core AllergyIntolerance

clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)

verificationStatus: Unconfirmed (AllergyIntolerance Verification Status#unconfirmed)

category: environment

code: Wasp venom (SNOMED CT#256440004)

patient: Patient/dan-harry " DAN"

recordedDate: 2023-09-05

asserter: PractitionerRole/bobrester-bob-gp

Reactions

-SubstanceManifestation
*Wasp venom (SNOMED CT#256440004)Hives (SNOMED CT#247472004; SNOMED CT#418363000 "Itching of skin"; SNOMED CT#76067001 "Sneezing")
" ] ; # fhir:clinicalStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ] ) ] ; # fhir:verificationStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ; fhir:code [ fhir:v "unconfirmed" ] ; fhir:display [ fhir:v "Unconfirmed" ] ] ) ] ; # fhir:category ( [ fhir:v "environment"] ) ; # fhir:code [ fhir:coding ( [ a sct:256440004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "256440004" ] ; fhir:display [ fhir:v "Wasp venom" ] ] ) ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/dan-harry" ] ] ; # fhir:recordedDate [ fhir:v "2023-09-05"^^xsd:date] ; # fhir:asserter [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ] ; # fhir:reaction ( [ fhir:substance [ fhir:coding ( [ a sct:256440004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "256440004" ] ; fhir:display [ fhir:v "Wasp venom" ] ] ) ] ; fhir:manifestation ( [ fhir:coding ( [ a sct:247472004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "247472004" ] ; fhir:display [ fhir:v "Hives" ] ] [ a sct:418363000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "418363000" ] ; fhir:display [ fhir:v "Itching of skin" ] ] [ a sct:76067001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "76067001" ] ; fhir:display [ fhir:v "Sneezing" ] ] ) ] ) ] ) . # # -------------------------------------------------------------------------------------