0.4.4 - ci-build

StandardPatientHealthRecordIG, published by MITRE. This is not an authorized publication; it is the continuous build for version 0.4.4). This version is based on the current content of https://github.com/HL7/standard-patient-health-record-ig/ and changes regularly. 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 "https://open-health-manager.github.io/standard-patient-health-record-ig/StructureDefinition/pcd-sleep-observation"^^xsd:anyURI ;
fhir:link <https://open-health-manager.github.io/standard-patient-health-record-ig/StructureDefinition/pcd-sleep-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=\"PCDSleepObservation-stage-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;PCDSleepObservation-stage-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pcd-sleep-observation.html\">Patient contributed data: sleep observation</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Sleep, function (observable entity) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#258158006)</span></p><p><b>subject</b>: <a href=\"Patient/janesmith\">Patient/janesmith: Jane Smith</a></p><p><b>effective</b>: 2022-10-07 22:57:00+0000 --&gt; 2022-10-08 09:13:34+0000</p><p><b>value</b>: Asleep (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#248220008)</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:reference [ fhir:v "Patient/janesmith" ] ;
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: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)" ]     ] )
  ] . #