FHIR Implementation Guide for ABDM
5.0.0 - active India

Banner

FHIR Implementation Guide for ABDM - Local Development build (v5.0.0). See the Directory of published versions

: Observation-lab-example-02 - 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 "lab-example-02"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Observation"^^xsd:anyURI ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/Observation>     ] )
  ] ; # 
  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=\"lab-example-02\"> </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\">Resource Observation &quot;lab-example-02&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation.html\">Observation</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Triglyceride [Mass/volume] in Serum or Plasma <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#2571-8)</span></p><p><b>subject</b>: <a href=\"Patient-example-01.html\">Patient/example-01</a> &quot;&quot;</p><p><b>effective</b>: 2020-09-29</p><p><b>performer</b>: <a href=\"Organization-example-01.html\">Organization/example-01</a> &quot;XYZ Lab Pvt.Ltd.&quot;</p><p><b>value</b>: 146.00 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 258797006 = 'milligram/decilitre')</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>150.00 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 258797006 = 'milligram/decilitre')</span></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:2571-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2571-8" ] ;
fhir:display [ fhir:v "Triglyceride [Mass/volume] in Serum or Plasma" ]     ] ) ;
fhir:text [ fhir:v "Triglyceride [Mass/volume] in Serum or Plasma" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-01" ]
  ] ; # 
  fhir:effective [ fhir:v "2020-09-29"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/example-01" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "146.00"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg/dL" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "258797006" ]
  ] ; # 
  fhir:referenceRange ( [
fhir:high [
fhir:value [ fhir:v "150.00"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg/dL" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "258797006" ]     ]
  ] ) . #