IL Core Implementation Guide 0.18.0 - draft
Publication Build: This will be filled in by the publication tooling
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:AllergyIntolerance ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "allergyIntolerance-aspirin-intolerance"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.health.gov.il/StructureDefinition/il-core-allergy-intolerance"^^xsd:anyURI ; fhir:link <http://fhir.health.gov.il/StructureDefinition/il-core-allergy-intolerance> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Penut Allergy</div>" ] ; # 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:type [ fhir:v "intolerance"] ; # fhir:category ( [ fhir:v "medication"] ) ; # fhir:criticality [ fhir:v "low"] ; # fhir:code [ ( fhir:coding [ a sct:292044008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "292044008" ] ; fhir:display [ fhir:v "Aspirin adverse reaction" ] ] ) ] ; # fhir:patient [ fhir:reference [ fhir:v "Patient/patient-with-israeli-id" ] ] ; # fhir:reaction ( [ ( fhir:extension [ fhir:url [ fhir:v "http://fhir.health.gov.il/StructureDefinition/ext-reaction-duration"^^xsd:anyURI ] ; fhir:value [ a fhir:Duration ; fhir:value [ fhir:v "3"^^xsd:decimal ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "h" ] ] ] ) ; fhir:substance [ ( fhir:coding [ a sct:387458008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "387458008" ] ; fhir:display [ fhir:v "Aspirin (substance)" ] ] ) ] ; ( fhir:manifestation [ ( fhir:coding [ a sct:60862001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "60862001" ] ; fhir:display [ fhir:v "Tinnitus (finding)" ] ] ) ] ) ; fhir:severity [ fhir:v "mild" ] ; fhir:exposureRoute [ ( fhir:coding [ a sct:26643006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "26643006" ] ; fhir:display [ fhir:v "Oral route (qualifier value)" ] ] ) ] ] ) . #