SNOMED CT Implementation Guide for FHIR
0.0.1 - CI Build

SNOMED CT Implementation Guide for FHIR, published by SNOMED on FHIR project group. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHTSDO/snomed-ig/ and changes regularly. See the Directory of published versions

: AllergyIntoleranceExample3-alt - TTL Representation

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 "AllergyIntoleranceExample3-alt"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://snomed.info/fhir/StructureDefinition/AllergyIntolerance-FindingFocused"^^xsd:anyURI ;
fhir:link <http://snomed.info/fhir/StructureDefinition/AllergyIntolerance-FindingFocused>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance AllergyIntoleranceExample3-alt</b></p><a name=\"AllergyIntoleranceExample3-alt\"> </a><a name=\"hcAllergyIntoleranceExample3-alt\"> </a><a name=\"AllergyIntoleranceExample3-alt-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}, {http://snomed.info/sct 55561003}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}, {http://snomed.info/sct 410605003}\">Confirmed</span></p><p><b>criticality</b>: Low Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 700095006}\">Intolerance to wheat</span></p><p><b>patient</b>: <a href=\"Patient-PatientExample2.html\">Janet B. Goode (official) Female, DoB: 1988-01-06 ( Medical Record Number: 9876543210 (use: usual, period: 2001-05-06 --&gt; (ongoing)))</a></p><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title=\"Codes:{http://snomed.info/sct 116289008}\">Abdominal bloating (finding)</span></p><p><b>severity</b>: Moderate</p><p><b>exposureRoute</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route (qualifier value)</span></p></blockquote><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title=\"Codes:{http://snomed.info/sct 21522001}\">Abdominal pain (finding)</span></p><p><b>severity</b>: Moderate</p><p><b>exposureRoute</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route (qualifier value)</span></p></blockquote></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] [
a sct:55561003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "55561003" ] ;
fhir:display [ fhir:v "Active (qualifier value)" ]     ] ) ;
fhir:text [ 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" ]     ] [
a sct:410605003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "410605003" ] ;
fhir:display [ fhir:v "Confirmed present (qualifier value)" ]     ] ) ;
fhir:text [ fhir:v "Confirmed" ]
  ] ; # 
  fhir:criticality [ fhir:v "low"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:700095006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "700095006" ] ;
fhir:display [ fhir:v "Intolerance to wheat (finding)" ]     ] ) ;
fhir:text [ fhir:v "Intolerance to wheat" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/PatientExample2" ]
  ] ; # 
  fhir:reaction ( [
    ( fhir:manifestation [
      ( fhir:coding [
a sct:116289008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "116289008" ] ;
fhir:display [ fhir:v "Abdominal bloating (finding)" ]       ] )     ] ) ;
fhir:severity [ fhir:v "moderate" ] ;
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)" ]       ] )     ]
  ] [
    ( fhir:manifestation [
      ( fhir:coding [
a sct:21522001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "21522001" ] ;
fhir:display [ fhir:v "Abdominal pain (finding)" ]       ] )     ] ) ;
fhir:severity [ fhir:v "moderate" ] ;
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)" ]       ] )     ]
  ] ) . #