JanuSync Implementation Guide
1.0.0 - trial-use
JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "janusync-observation-dtx-example",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation janusync-observation-dtx-example</b></p><a name=\"janusync-observation-dtx-example\"> </a><a name=\"hcjanusync-observation-dtx-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-observation.html\">JanuSync 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>: Final</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://loinc.org 51848-0}\">Evaluation note</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</p><p><b>dataAbsentReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/data-absent-reason not-applicable}\">Not Applicable</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 93832-4}\">Sleep duration</span></p><p><b>value</b>: 6.7 h<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeh = 'h')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 95607-8}\">Sleep quality - 1-5 numeric rating [Score] 24 hour</span></p><p><b>value</b>: 3</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 74015-9}\">Date recorded</span></p><p><b>value</b>: 2000-01-02 14:20:00+0900</p></blockquote></div>"
},
"identifier" : [
{
"system" : "https://connectdtx.net/phicode",
"value" : "sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU"
}
],
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/janusync-servicerequest-dtx-prescription-example"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "activity",
"display" : "Activity"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "51848-0",
"display" : "Evaluation note"
}
]
},
"subject" : {
🔗 "reference" : "Patient/janusync-patient-example"
},
"effectiveDateTime" : "2000-01-01",
"dataAbsentReason" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"code" : "not-applicable",
"display" : "Not Applicable"
}
]
},
"device" : {
🔗 "reference" : "Device/janusync-dtx-device-example"
},
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "93832-4",
"display" : "Sleep duration"
}
]
},
"valueQuantity" : {
"value" : 6.7,
"system" : "http://unitsofmeasure.org",
"code" : "h"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "95607-8",
"display" : "Sleep quality - 1-5 numeric rating [Score] 24 hour"
}
]
},
"valueQuantity" : {
"value" : 3
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "74015-9",
"display" : "Date recorded"
}
]
},
"valueDateTime" : "2000-01-02T14:20:00+09:00"
}
]
}