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

: AllergyObservationExample5 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 "AllergyObservationExample5"] ; # 
  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 AllergyObservationExample5</b></p><a name=\"AllergyObservationExample5\"> </a><a name=\"hcAllergyObservationExample5\"> </a><a name=\"AllergyObservationExample5-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 6095-4}, {http://snomed.info/sct 388810005}\">American house dust mite IgE Ab [Units/volume] in Serum</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample1.html\">Johnny B. Goode  Male, DoB: 1958-01-06 ( Medical Record Number: 1234567890 (use: usual, period: 2001-05-06 --&gt; (ongoing)))</a></p><p><b>value</b>: 59.1 k[IU]/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codek[IU]/L = 'k[IU]/L')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation high}\">High</span></p><p><b>specimen</b>: <a href=\"Specimen-AllergySpecimenExample5.html\">Specimen: type = Serum specimen</a></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 "laboratory" ] ;
fhir:display [ fhir:v "Laboratory" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:6095-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "6095-4" ] ;
fhir:display [ fhir:v "American house dust mite IgE Ab [Units/volume] in Serum" ]     ] [
a sct:388810005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "388810005" ] ;
fhir:display [ fhir:v "Dermatophagoides farinae specific immunoglobulin E antibody measurement (procedure)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample1" ]
  ] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "59.1"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "k[IU]/L" ]
  ] ; # 
  fhir:interpretation ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "high" ] ;
fhir:display [ fhir:v "High" ]     ] )
  ] ) ; # 
  fhir:specimen [
fhir:reference [ fhir:v "Specimen/AllergySpecimenExample5" ]
  ] . #