ConnectDTx Implementation Guide
0.9.9 - trial-use

ConnectDTx Implementation Guide - Local Development build (v0.9.9). See the Directory of published versions

: connectdtx-device-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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "connectdtx-device-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-device"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/connectdtx-device>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Device</b><a name=\"connectdtx-device-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 Device &quot;connectdtx-device-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-connectdtx-device.html\">ConnectDTx Device</a></p></div><p><b>identifier</b>: id: PROVIDED_PHI_CODE</p><p><b>manufacturer</b>: 파이DTx</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>Hypnus</td><td>model-name</td></tr></table><p><b>type</b>: Digital therapeutics <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-connectdtx-device-type.html\">ConnectDTx Device Type</a>#dtx)</span></p><h3>Versions</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td>*</td><td>Production <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-connectdtx-version-type.html\">ConnectDTx Version Type</a>#prod)</span></td><td>1.0.1</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://connectdtx.net/phicode"^^xsd:anyURI ] ;
fhir:value [ fhir:v "PROVIDED_PHI_CODE" ]
  ] ) ; # 
  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/connectdtx-device-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dtx" ]     ] )
  ] ; # 
  fhir:version ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://connectdtx.kr/fhir/CodeSystem/connectdtx-version-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prod" ]       ] )     ] ;
fhir:value [ fhir:v "1.0.1" ]
  ] ) . #