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

Generated Narrative: AllergyIntolerance

Resource AllergyIntolerance "example2"

Profile: AU Base Allergy Intolerance

clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)

verificationStatus: Confirmed (AllergyIntolerance Verification Status#confirmed)

type: intolerance

category: food

code: Intolerance to lactose (SNOMED CT#782415009)

patient: Patient/example4: Suzanne Simmons " SIMMONS"

onset: 1 year (Details: UCUM code a = 'a')

recordedDate: 2009-10-09

asserter: Practitioner/example3: Francis Fernando " FERNANDO"

Reactions

-SubstanceManifestation
*lactose (SNOMED CT#47703008)Abdominal pain (SNOMED CT#21522001), Abdominal bloating (SNOMED CT#116289008), Diarrhoea (SNOMED CT#62315008)
" ] ; # 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:type [ fhir:v "intolerance"] ; # fhir:category ( [ fhir:v "food"] ) ; # 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/example4" ] ; fhir:display [ fhir:v "Suzanne Simmons" ] ] ; # fhir:onset [ a fhir:Age ; fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "year" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "a" ] ] ; # fhir:recordedDate [ fhir:v "2009-10-09"^^xsd:date] ; # fhir:asserter [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example3" ] ; fhir:display [ fhir:v "Francis Fernando" ] ] ; # fhir:reaction ( [ fhir:substance [ fhir:coding ( [ a sct:47703008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "47703008" ] ; fhir:display [ fhir:v "lactose" ] ] ) ] ; 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" ] ] ) ] ) ] ) . # # -------------------------------------------------------------------------------------