This page is part of the Da Vinci Risk Adjustment FHIR Implementation Guide (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Trypsin [Mass/volume] in Serum or Plasma from 20170617 - 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ra-obs21pat01"] ; #
fhir:meta [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Trypsin [Mass/volume] in Serum or Plasma for Pat01" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ] ;
fhir:value [
a fhir:markdown ;
fhir:v "Trypsin [Mass/volume] in Serum or Plasma for Pat01*." ] ] ) ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab> ] )
] ; #
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 ra-obs21pat01</b></p><a name=\"ra-obs21pat01\"> </a><a name=\"hcra-obs21pat01\"> </a><a name=\"ra-obs21pat01-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 33325-2}\">Trypsin [Mass/volume] in Serum or Plasma</span></p><p><b>subject</b>: <a href=\"Patient-ra-patient01.html\">Eve Everywoman</a></p><p><b>effective</b>: 2019-06-17</p><p><b>performer</b>: <a href=\"Organization-ra-laboratory01.html\">XYZ Laboratory</a></p><p><b>value</b>: 770 ng/mL</p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>169 ng/mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeng/mL = 'ng/mL')</span></td><td>773 ng/mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/dL = 'mg/dL')</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
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:text [ fhir:v "Laboratory" ]
] ) ; #
fhir:code [
( fhir:coding [
a loinc:33325-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "33325-2" ] ;
fhir:display [ fhir:v "Trypsin [Mass/volume] in Serum or Plasma" ] ] ) ;
fhir:text [ fhir:v "Trypsin [Mass/volume] in Serum or Plasma" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ra-patient01" ] ;
fhir:display [ fhir:v "Eve Everywoman" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2019-06-17"^^xsd:date
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/ra-laboratory01" ] ;
fhir:display [ fhir:v "XYZ Laboratory" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "770"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ng/mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ]
] ; #
fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v "169"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ng/mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ng/mL" ] ] ;
fhir:high [
fhir:value [ fhir:v "773"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ng/mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg/dL" ] ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/referencerange-meaning"^^xsd:anyURI ] ;
fhir:code [ fhir:v "normal" ] ;
fhir:display [ fhir:v "Normal Range" ] ] ) ;
fhir:text [ fhir:v "Normal Range" ] ]
] ) . #