@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:AllergyIntolerance ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "allergyIntolerance-full-example"] ; # fhir:meta [ fhir:versionId [ fhir:v "1.0" ] ; fhir:lastUpdated [ fhir:v "2021-04-21T15:06:40.000+12:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-allergyintolerance"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: AllergyIntolerance allergyIntolerance-full-example

version: 1.0; Last updated: 2021-04-21 15:06:40+1200

Profile: Allergy Intolerance Profile

Allergy Intolerance Type Extension: Allergy Intolerance Type CodeSystem therapeutic: Therapeutic

clinicalStatus: Active

verificationStatus: Confirmed

code: Acnem keratolytics and cleansers

patient: Mr Patient Testing

onset: 2021-04-21 15:06:23+1200

recordedDate: 2021-04-21 15:06:40+1200

recorder: Dr Alex Api

asserter: Dr Alex Api

note:

Allergic to Penicillins

\n

Reactions

-ExtensionManifestation
*Abdominal bloating
"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/allergyintolerance-type"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/allergyintolerance-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "therapeutic" ] ] ] ) ; # fhir:clinicalStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ; 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:display [ fhir:v "Confirmed" ] ] ) ] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://www.mims.com.au/codes"^^xsd:anyURI ] ; fhir:code [ fhir:v "91930004" ] ; fhir:display [ fhir:v "Acnem keratolytics and cleansers" ] ] ) ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Patient/14e52e16edb7a435bfa05e307afd008b" ] ; fhir:display [ fhir:v "Mr Patient Testing" ] ] ; # fhir:onset [ a fhir:dateTime ; fhir:v "2021-04-21T15:06:23.000+12:00"^^xsd:dateTime ] ; # fhir:recordedDate [ fhir:v "2021-04-21T15:06:40.000+12:00"^^xsd:dateTime] ; # fhir:recorder [ fhir:link ; fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91" ] ; fhir:display [ fhir:v "Dr Alex Api" ] ] ; # fhir:asserter [ fhir:link ; fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91" ] ; fhir:display [ fhir:v "Dr Alex Api" ] ] ; # fhir:note ( [ fhir:text [ fhir:v "Allergic to Penicillins" ] ] ) ; # fhir:reaction ( [ fhir:extension ( [ fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/allergyintolerance-reaction-type"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/allergyintolerance-reaction-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "419076005" ] ; fhir:display [ fhir:v "Allergic reaction" ] ] ] ) ; fhir:manifestation ( [ fhir:coding ( [ fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/allergyintolerance-manifestation-code"^^xsd:anyURI ] ; fhir:code [ fhir:v "116289008" ] ; fhir:display [ fhir:v "Abdominal bloating" ] ] ) ] ) ] ) . # # -------------------------------------------------------------------------------------