JanuSync Implementation Guide
1.0.0 - trial-use Korea, Republic of flag

JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: janusync-dtx-result-observation-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 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 "janusync-dtx-result-observation-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/janusync-dtx-result-observation"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/janusync-dtx-result-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 janusync-dtx-result-observation-example</b></p><a name=\"janusync-dtx-result-observation-example\"> </a><a name=\"hcjanusync-dtx-result-observation-example\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-janusync-dtx-result-observation.html\">JanuSync DTx Result Observation</a></p></div><p><b>identifier</b>: <code>https://connectdtx.net/phicode</code>/sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU</p><p><b>basedOn</b>: <a href=\"ServiceRequest-janusync-servicerequest-dtx-prescription-example.html\">ServiceRequest Hypnus</a></p><p><b>status</b>: Preliminary</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category activity}\">Activity</span></p><p><b>code</b>: <span title=\"Codes:{http://connectdtx.kr/fhir/CodeSystem/janusync-dtx-code DTX0000000}\">Hypnus</span></p><p><b>subject</b>: <a href=\"Patient-janusync-patient-example.html\">김환자 Male, DoB: 1990-01-01 ( Medical record number)</a></p><p><b>effective</b>: 2000-01-01 17:05:00+0900 --&gt; (ongoing)</p><p><b>performer</b>: <a href=\"Patient-janusync-patient-example.html\">김환자 Male, DoB: 1990-01-01 ( Medical record number)</a></p><p><b>dataAbsentReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/data-absent-reason not-permitted}\">Not Permitted</span></p><p><b>device</b>: <a href=\"Device-janusync-dtx-device-example.html\">Device: identifier = https://connectdtx.net/phicode#sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU; manufacturer = 파이DTx; type = Digital therapeutics</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org LP33126-1}\">Compli</span></p><p><b>value</b>: 73 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation L}\">Low</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org LP173213-2}\">Progress</span></p><p><b>value</b>: 1/42</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://connectdtx.net/phicode"^^xsd:anyURI ] ;
fhir:value [ fhir:v "sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU" ]
  ] ) ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/janusync-servicerequest-dtx-prescription-example" ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "activity" ] ;
fhir:display [ fhir:v "Activity" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://connectdtx.kr/fhir/CodeSystem/janusync-dtx-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DTX0000000" ] ;
fhir:display [ fhir:v "Hypnus" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/janusync-patient-example" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2000-01-01T17:05:00+09:00"^^xsd:dateTime ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Patient/janusync-patient-example" ]
  ] ) ; # 
  fhir:dataAbsentReason [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/data-absent-reason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "not-permitted" ]     ] )
  ] ; # 
  fhir:device [
fhir:reference [ fhir:v "Device/janusync-dtx-device-example" ]
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:LP33126-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LP33126-1" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "73"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "%" ]     ] ;
    ( 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:code [
      ( fhir:coding [
a loinc:LP173213-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LP173213-2" ] ;
fhir:display [ fhir:v "Progress" ]       ] )     ] ;
fhir:value [
a fhir:Ratio ;
fhir:numerator [
fhir:value [ fhir:v "1"^^xsd:decimal ]       ] ;
fhir:denominator [
fhir:value [ fhir:v "42"^^xsd:decimal ]       ]     ]
  ] ) . #