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

Generated Narrative: AllergyIntolerance

Resource AllergyIntolerance "example"

Profile: US Core AllergyIntolerance Profile

clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)

verificationStatus: Confirmed (AllergyIntolerance Verification Status#confirmed)

category: medication

criticality: high

code: sulfonamide antibacterial (SNOMED CT#387406002 "Sulfonamide (substance)")

patient: Patient/example: Amy V. Shaw " SHAW"

Reactions

-ManifestationSeverity
*skin rash (SNOMED CT#271807003)mild
" ] ; # 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:category ( [ fhir:v "medication"] ) ; # fhir:criticality [ fhir:v "high"] ; # fhir:code [ fhir:coding ( [ a sct:387406002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "387406002" ] ; fhir:display [ fhir:v "Sulfonamide (substance)" ] ] ) ; fhir:text [ fhir:v "sulfonamide antibacterial" ] ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example" ] ; fhir:display [ fhir:v "Amy V. Shaw" ] ] ; # 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 "skin rash" ] ] ) ; fhir:text [ fhir:v "skin rash" ] ] ) ; fhir:severity [ fhir:v "mild" ] ] ) . # a fhir:us . # -------------------------------------------------------------------------------------