@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:AllergyIntolerance; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "medication"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "medication"

clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)

verificationStatus: Unconfirmed (AllergyIntolerance Verification Status Codes#unconfirmed)

category: medication

criticality: high

code: Penicillin G (RxNorm#7980)

patient: Patient/example "Peter CHALMERS"

recordedDate: 2010-03-01

recorder: Practitioner/13

Reactions

-Manifestation
*Hives (SNOMED CT#247472004)
" ]; fhir:AllergyIntolerance.clinicalStatus [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" ]; fhir:Coding.code [ fhir:value "active" ]; fhir:Coding.display [ fhir:value "Active" ] ] ]; fhir:AllergyIntolerance.verificationStatus [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" ]; fhir:Coding.code [ fhir:value "unconfirmed" ]; fhir:Coding.display [ fhir:value "Unconfirmed" ] ] ]; fhir:AllergyIntolerance.category [ fhir:value "medication"; fhir:index 0 ]; fhir:AllergyIntolerance.criticality [ fhir:value "high"]; fhir:AllergyIntolerance.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ]; fhir:Coding.code [ fhir:value "7980" ]; fhir:Coding.display [ fhir:value "Penicillin G" ] ] ]; fhir:AllergyIntolerance.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:AllergyIntolerance.recordedDate [ fhir:value "2010-03-01"^^xsd:date]; fhir:AllergyIntolerance.recorder [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/13" ] ]; fhir:AllergyIntolerance.reaction [ fhir:index 0; fhir:AllergyIntolerance.reaction.manifestation [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:247472004; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "247472004" ]; fhir:Coding.display [ fhir:value "Hives" ] ] ] ] . a fhir:Patient . a fhir:Practitioner . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------