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-device-example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "janusync-dtx-device-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/janusync-dtx-device"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/janusync-dtx-device>     ] )
  ] ; # 
  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: Device janusync-dtx-device-example</b></p><a name=\"janusync-dtx-device-example\"> </a><a name=\"hcjanusync-dtx-device-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-device.html\">JanuSync DTx Device</a></p></div><p><b>identifier</b>: <code>https://connectdtx.net/phicode</code>/sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU</p><p><b>manufacturer</b>: 파이DTx</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Hypnus</td><td>Model name</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://connectdtx.kr/fhir/CodeSystem/janusync-dtx-device-type dtx}\">Digital therapeutics</span></p><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://connectdtx.kr/fhir/CodeSystem/janusync-dtx-version-type prod}\">Production</span></td><td>1.0.1</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://connectdtx.net/phicode"^^xsd:anyURI ] ;
fhir:value [ fhir:v "sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU" ]
  ] ) ; # 
  fhir:manufacturer [ fhir:v "파이DTx"] ; # 
  fhir:deviceName ( [
fhir:name [ fhir:v "Hypnus" ] ;
fhir:type [ fhir:v "model-name" ]
  ] ) ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://connectdtx.kr/fhir/CodeSystem/janusync-dtx-device-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dtx" ]     ] )
  ] ; # 
  fhir:version ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://connectdtx.kr/fhir/CodeSystem/janusync-dtx-version-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prod" ]       ] )     ] ;
fhir:value [ fhir:v "1.0.1" ]
  ] ) . #