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
@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-obs21pat01"] ; #
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><b>Generated Narrative: Observation</b><a name=\"ra-obs21pat01\"> </a><a name=\"hcra-obs21pat01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceObservation "ra-obs21pat01" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU3.1.1/StructureDefinition-us-core-observation-lab.html\">US Core Laboratory Result Observation Profile</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: Trypsin [Mass/volume] in Serum or Plasma <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#33325-2)</span></p><p><b>subject</b>: <a href=\"Patient-ra-patient01.html\">Patient/ra-patient01: Eve Everywoman</a> " EVERYWOMAN"</p><p><b>effective</b>: 2019-06-17</p><p><b>performer</b>: <a href=\"Organization-ra-laboratory01.html\">Organization/ra-laboratory01: XYZ Laboratory</a> "XYZ Laboratory"</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 code ng/mL = 'ng/mL')</span></td><td>773 ng/mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg/dL = 'mg/dL')</span></td><td>Normal Range <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-referencerange-meaning.html\">Observation Reference Range Meaning Codes</a>#normal)</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-patient01" ] ;
fhir:display [ fhir:v "Eve Everywoman" ]
] ; #
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" ] ]
] ) . #
IG © 2021+ HL7 International / Clinical Quality Information. Package hl7.fhir.us.davinci-ra#2.0.0-preview based on FHIR 4.0.1. Generated 2024-05-16
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change