Da Vinci Risk Adjustment Implementation Guide
2.0.0-preview - STU2 United States of America flag

Da Vinci Risk Adjustment Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 2.0.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ra/ and changes regularly. See the Directory of published versions

: Observation: Trypsin [Mass/volume] in Serum or Plasma result from 20190617 - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ra-obs01pat02"] ; # 
  fhir:meta [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ] ;
fhir:value [ 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 [ 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-obs01pat02</b></p><a name=\"ra-obs01pat02\"> </a><a name=\"hcra-obs01pat02\"> </a><a name=\"ra-obs01pat02-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-patient02.html\">Adam Everyman</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>"
  ] ; # 
  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-patient02" ] ;
fhir:display [ fhir:v "Adam Everyman" ]
  ] ; # 
  fhir:effective [ 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" ]     ]
  ] ) . #