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

Profile: AU Base Allergy Intolerance

clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)

verificationStatus: Unconfirmed (AllergyIntolerance Verification Status#unconfirmed)

type: allergy

category: food

code: Allergy to eggs (SNOMED CT#91930004)

patient: Patient/example2: Sally Grant " GRANT"

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

recordedDate: 2018-03-07

asserter: Patient/example2: Sally Grant " GRANT"

Reactions

-Manifestation
*Hives (SNOMED CT#247472004), Nausea (SNOMED CT#422587007), Vomiting (SNOMED CT#422400008)
" ] ; # 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:type [ fhir:v "allergy"] ; # fhir:category ( [ fhir:v "food"] ) ; # fhir:code [ fhir:coding ( [ a sct:91930004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "91930004" ] ; fhir:display [ fhir:v "Allergy to eggs" ] ] ) ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example2" ] ; fhir:display [ fhir:v "Sally Grant" ] ] ; # fhir:onset [ a fhir:Age ; fhir:value [ fhir:v "4"^^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 "2018-03-07"^^xsd:date] ; # fhir:asserter [ fhir:link ; fhir:reference [ fhir:v "Patient/example2" ] ; fhir:display [ fhir:v "Sally Grant" ] ] ; # fhir:reaction ( [ 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" ] ] ) ] [ fhir:coding ( [ a sct:422587007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "422587007" ] ; fhir:display [ fhir:v "Nausea" ] ] ) ] [ fhir:coding ( [ a sct:422400008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "422400008" ] ; fhir:display [ fhir:v "Vomiting" ] ] ) ] ) ] ) . # # -------------------------------------------------------------------------------------