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
: AllergyObservationExample6 - 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#> .
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "AllergyObservationExample6"] ;
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 AllergyObservationExample6</b></p><a name=\"AllergyObservationExample6\"> </a><a name=\"hcAllergyObservationExample6\"> </a><a name=\"AllergyObservationExample6-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 58778-2}, {http://snomed.info/sct 445354008}\">Peanut recombinant (rAra h) 2 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 --> (ongoing)))</a></p><p><b>value</b>: >100 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-AllergySpecimenExample6.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:58778-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "58778-2" ] ;
fhir:display [ fhir:v "Peanut recombinant (rAra h) 2 IgE Ab [Units/volume] in Serum" ] ] [
a sct:445354008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "445354008" ] ;
fhir:display [ fhir:v "Measurement of Ara h 2 immunoglobulin E (procedure)" ] ] )
] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample1" ]
] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "100"^^xsd:decimal ] ;
fhir:comparator [ fhir:v ">" ] ;
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/AllergySpecimenExample6" ]
] .