Personal Health Records
1.0.0-ballot - ballot International flag

This page is part of the Standard Personal Health Record (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: PCDSleepObservation-stage-example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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 "PCDSleepObservation-stage-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/phr/StructureDefinition/pcd-sleep-observation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/phr/StructureDefinition/pcd-sleep-observation>     ] )
  ] ; # 
  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 PCDSleepObservation-stage-example</b></p><a name=\"PCDSleepObservation-stage-example\"> </a><a name=\"hcPCDSleepObservation-stage-example\"> </a><a name=\"PCDSleepObservation-stage-example-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 258158006}\">Sleep, function (observable entity)</span></p><p><b>subject</b>: Jane Smith</p><p><b>effective</b>: 2022-10-07 22:57:00+0000 --&gt; 2022-10-08 09:13:34+0000</p><p><b>performer</b>: Jane Smith</p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 248220008}\">Asleep (finding)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:258158006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "258158006" ] ;
fhir:display [ fhir:v "Sleep, function (observable entity)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:display [ fhir:v "Jane Smith" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2022-10-07T22:57:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-10-08T09:13:34.2112Z"^^xsd:dateTime ]
  ] ; # 
  fhir:performer ( [
fhir:display [ fhir:v "Jane Smith" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:248220008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "248220008" ] ;
fhir:display [ fhir:v "Asleep (finding)" ]     ] )
  ] . #