@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:AllergyIntolerance ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "sulfonamide-01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-allergyintolerance-mhr-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: AllergyIntolerance sulfonamide-01

MHR AllergyIntolerance Detailed Type: Allergic reaction

clinicalStatus: Active

code: sulfonamide antibacterial

patient: Mike Broadway Male, DoB: 1967-04-12 ( IHI: Austalian Healthcare Identifier - Individual#8003608166895854)

Reactions

-Manifestation
*skin rash
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-mhr-allergyintolerance-detailed-type-1"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:419076005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "419076005" ] ; fhir:display [ fhir:v "Allergic reaction" ] ] ) ] ] ) ; # 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:code [ fhir:coding ( [ a sct:763875007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "763875007" ] ; fhir:display [ fhir:v "Sulfonamide-containing product" ] ] ) ; fhir:text [ fhir:v "sulfonamide antibacterial" ] ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/broadway-mike" ] ] ; # fhir:reaction ( [ fhir:manifestation ( [ fhir:coding ( [ a sct:271807003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "271807003" ] ; fhir:display [ fhir:v "Rash" ] ] ) ; fhir:text [ fhir:v "skin rash" ] ] ) ] ) . # # -------------------------------------------------------------------------------------