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

: AllergyObservationExample1-1 - 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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AllergyObservationExample1-1"] ; # 
  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: Observation AllergyObservationExample1-1</b></p><a name=\"AllergyObservationExample1-1\"> </a><a name=\"hcAllergyObservationExample1-1\"> </a><a name=\"AllergyObservationExample1-1-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}\">Exam</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 271303006}\">Skin exam</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 247472004}\">Hives</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 39937001}\">Skin, generalized</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "exam" ] ;
fhir:display [ fhir:v "Exam" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:271303006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "271303006" ] ;
fhir:display [ fhir:v "Examination of skin (procedure)" ]     ] ) ;
fhir:text [ fhir:v "Skin exam" ]
  ] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:247472004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "247472004" ] ;
fhir:display [ fhir:v "Wheal (finding)" ]     ] ) ;
fhir:text [ fhir:v "Hives" ]
  ] ; # 
  fhir:bodySite [
    ( fhir:coding [
a sct:39937001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "39937001" ] ;
fhir:display [ fhir:v "Skin structure (body structure)" ]     ] ) ;
fhir:text [ fhir:v "Skin, generalized" ]
  ] . #