PACIO Sample Data Depot
0.1.0 - draft

PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions

: betsysmith-johnson01-observation-hdl-01 - 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 "betsysmith-johnson01-observation-hdl-01"] ; # 
  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 betsysmith-johnson01-observation-hdl-01</b></p><a name=\"betsysmith-johnson01-observation-hdl-01\"> </a><a name=\"hcbetsysmith-johnson01-observation-hdl-01\"> </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 2085-9}\">Cholesterol in HDL</span></p><p><b>subject</b>: <a href=\"Patient-patient-betsysmith-johnson01.html\">Betsy Smith-Johnson</a></p><p><b>effective</b>: 2025-05-03 08:30:00+1100</p><p><b>performer</b>: <a href=\"Organization-org-ED-Metro-Hospital.html\">Organization Metro Hospital Emergency Department</a></p><p><b>value</b>: 1.3 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemmol/L = 'mmol/L')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation L}\">Low</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1.5 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemmol/L = 'mmol/L')</span></td><td>Desirable: greater than 1.5 mmol/L</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:code [
    ( fhir:coding [
a loinc:2085-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2085-9" ] ;
fhir:display [ fhir:v "Cholesterol in HDL [Mass/volume] in Serum or Plasma" ]     ] ) ;
fhir:text [ fhir:v "Cholesterol in HDL" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-betsysmith-johnson01" ] ;
fhir:display [ fhir:v "Betsy Smith-Johnson" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2025-05-03T08:30:00+11:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/org-ED-Metro-Hospital" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 1.3 ] ;
fhir:unit [ fhir:v "mmol/L" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]
  ] ; # 
  fhir:interpretation ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "L" ] ;
fhir:display [ fhir:v "Low" ]     ] )
  ] ) ; # 
  fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v 1.5 ] ;
fhir:unit [ fhir:v "mmol/L" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]     ] ;
fhir:text [ fhir:v "Desirable: greater than 1.5 mmol/L" ]
  ] ) . #