@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:AllergyIntolerance ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "lactose"] ; # 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 "lactose"

Profile: AU Core AllergyIntolerance

clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)

verificationStatus: Confirmed (AllergyIntolerance Verification Status#confirmed)

code: Intolerance to lactose (SNOMED CT#782415009)

patient: Patient/banks-mia-leanne " BANKS"

onset: 2022

recordedDate: 2023-03-14

recorder: PractitionerRole/bobrester-bob-gp

asserter: PractitionerRole/bobrester-bob-gp

Reactions

-ManifestationSeverity
*Abdominal pain (SNOMED CT#21522001), Abdominal bloating (SNOMED CT#116289008), Diarrhoea (SNOMED CT#62315008)mild
" ] ; # 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 "confirmed" ] ; fhir:display [ fhir:v "Confirmed" ] ] ) ] ; # fhir:code [ fhir:coding ( [ a sct:782415009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "782415009" ] ; fhir:display [ fhir:v "Intolerance to lactose" ] ] ) ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/banks-mia-leanne" ] ] ; # fhir:onset [ fhir:v "2022"^^xsd:gYear] ; # fhir:recordedDate [ fhir:v "2023-03-14"^^xsd:date] ; # fhir:recorder [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ] ; # fhir:asserter [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ] ; # fhir:reaction ( [ fhir:manifestation ( [ fhir:coding ( [ a sct:21522001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "21522001" ] ; fhir:display [ fhir:v "Abdominal pain" ] ] ) ] [ fhir:coding ( [ a sct:116289008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "116289008" ] ; fhir:display [ fhir:v "Abdominal bloating" ] ] ) ] [ fhir:coding ( [ a sct:62315008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "62315008" ] ; fhir:display [ fhir:v "Diarrhoea" ] ] ) ] ) ; fhir:severity [ fhir:v "mild" ] ] ) . # # -------------------------------------------------------------------------------------