Longitudinal Maternal & Infant Health Information for Research
1.0.0 - STU 1.0.0 United States of America flag

Longitudinal Maternal & Infant Health Information for Research, published by HL7 Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-mmm-ig/ and changes regularly. See the Directory of published versions

: Observation - Bilirubin Test example - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "observation-child-peter-doe-example"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "4" ] ;
fhir:lastUpdated [ fhir:v "2022-03-15T20:15:26.485+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#EYwztJJ6KDht3D1P"^^xsd:anyURI ]
  ] ; # 
  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=\"observation-child-peter-doe-example\"> </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;observation-child-peter-doe-example&quot; Version &quot;4&quot; Updated &quot;2022-03-15 20:15:26+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #EYwztJJ6KDht3D1P!</p></div><p><b>status</b>: final</p><p><b>code</b>: Bilirubin.total [Presence] in Urine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#1977-8)</span></p><p><b>subject</b>: <a href=\"Patient-patient-child-peter-doe-example.html\">Patient/patient-child-peter-doe-example: Peter Doe</a> &quot; DOE&quot;</p><p><b>effective</b>: 2021-06-01</p><p><b>issued</b>: Feb 21, 2021, 2:30:10 PM</p><p><b>value</b>: Finding of bilirubin level (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#365786009)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:1977-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1977-8" ] ;
fhir:display [ fhir:v "Bilirubin.total [Presence] in Urine" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-child-peter-doe-example" ] ;
fhir:display [ fhir:v "Peter Doe" ]
  ] ; # 
  fhir:effective [ fhir:v "2021-06-01"^^xsd:date] ; # 
  fhir:issued [ fhir:v "2021-02-21T15:30:10+01:00"^^xsd:dateTime] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:365786009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "365786009" ] ;
fhir:display [ fhir:v "Finding of bilirubin level (finding)" ]     ] )
  ] . #