| Package | phis.ig.dev |
| Resource Type | StructureDefinition |
| Id | connectdtx-device |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=phis.ig.dev@0.1.7&canonical=http://connectdtx.kr/fhir/StructureDefinition/connectdtx-device |
| URL | http://connectdtx.kr/fhir/StructureDefinition/connectdtx-device |
| Version | 0.9.9 |
| Status | active |
| Date | 2023-11-08T04:48:59.6873005+00:00 |
| Name | ConnectDTxDevice |
| Title | ConnectDTx Device |
| Description | ConnectDTx에서 DTx기기를 표현하기 위한 Resource |
| Type | Device |
| Kind | resource |
| StructureDefinition | |
| connectdtx-observation | ConnectDTx Observation |
| connectdtx-result-observation | ConnectDTx Result Observation |
| connectdtx-result-report | ConnectDTx Result Report |
| ValueSet | |
| connectdtx-version-type | ConnectDTx Version Type |
Note: links and images are rebased to the (stated) source
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Device | Item used in healthcare | |
![]() ![]() | 1..* | Identifier | Instance identifier Slice: Ordered, Open At End by value:system | |
![]() ![]() ![]() | 1..1 | Identifier | PHI_CODE 식별자 | |
![]() ![]() ![]() ![]() | 1..1 | uri | PHI_CODE 식별체계 식별자 Fixed Value: https://connectdtx.net/phicode | |
![]() ![]() ![]() ![]() | 1..1 | string | PHI_CODE(플랫폼에서 전달한 값) | |
![]() ![]() | 1..1 | string | 제조사명 텍스트 | |
![]() ![]() | 1..* | BackboneElement | 장치이름 | |
![]() ![]() ![]() | 1..1 | string | 장치이름 텍스트 | |
![]() ![]() ![]() | 1..1 | code | 장치 이름의 유형 : udi-label-name | user-friendly-name | patient-reported-name | manufacturer-name | model-name | other Binding: DeviceNameType (required) | |
![]() ![]() | 1..1 | CodeableConcept | 장치의 유형 | |
![]() ![]() ![]() | 1..1 | Coding | Code defined by a terminology system Fixed Value: As shown (Digital therapeutics) | |
![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://connectdtx.kr/fhir/CodeSystem/connectdtx-device-type | |
![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: dtx | |
![]() ![]() | 1..1 | BackboneElement | The actual design of the device or software version running on the device | |
![]() ![]() ![]() | 1..1 | CodeableConcept | DTx버전 유형 Binding: ConnectDTx Version Type (required) | |
![]() ![]() ![]() | 1..1 | string | DTx버전 텍스트 | |
{
"resourceType": "StructureDefinition",
"id": "connectdtx-device",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-device",
"version": "0.9.9",
"name": "ConnectDTxDevice",
"title": "ConnectDTx Device",
"status": "active",
"date": "2023-11-08T04:48:59.6873005+00:00",
"publisher": "PHI DIGITAL HEALTHCARE,inc",
"contact": [
{
"name": "PHI DIGITAL HEALTHCARE,inc",
"telecom": [
{
"system": "url",
"value": "http://www.phidigital.co.kr"
}
]
},
{
"name": "김태정",
"telecom": [
{
"system": "email",
"value": "kimtj80@phidigital.co.kr",
"use": "work"
}
]
}
],
"description": "ConnectDTx에서 DTx기기를 표현하기 위한 Resource",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "udi",
"uri": "http://fda.gov/UDI",
"name": "UDI Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "Device",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Device.identifier",
"path": "Device.identifier",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"ordered": true,
"rules": "openAtEnd"
},
"min": 1
},
{
"id": "Device.identifier:PHI_CODE",
"path": "Device.identifier",
"sliceName": "PHI_CODE",
"short": "PHI_CODE 식별자",
"min": 1,
"max": "1"
},
{
"id": "Device.identifier:PHI_CODE.system",
"path": "Device.identifier.system",
"short": "PHI_CODE 식별체계 식별자",
"min": 1,
"fixedUri": "https://connectdtx.net/phicode"
},
{
"id": "Device.identifier:PHI_CODE.value",
"path": "Device.identifier.value",
"short": "PHI_CODE(플랫폼에서 전달한 값)",
"min": 1
},
{
"id": "Device.manufacturer",
"path": "Device.manufacturer",
"short": "제조사명 텍스트",
"min": 1
},
{
"id": "Device.deviceName",
"path": "Device.deviceName",
"short": "장치이름",
"min": 1
},
{
"id": "Device.deviceName.name",
"path": "Device.deviceName.name",
"short": "장치이름 텍스트"
},
{
"id": "Device.deviceName.type",
"path": "Device.deviceName.type",
"short": "장치 이름의 유형 : udi-label-name | user-friendly-name | patient-reported-name | manufacturer-name | model-name | other",
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/ValueSet/device-nametype"
}
},
{
"id": "Device.type",
"path": "Device.type",
"short": "장치의 유형",
"min": 1
},
{
"id": "Device.type.coding",
"path": "Device.type.coding",
"min": 1,
"max": "1",
"fixedCoding": {
"system": "http://connectdtx.kr/fhir/CodeSystem/connectdtx-device-type",
"code": "dtx"
}
},
{
"id": "Device.version",
"path": "Device.version",
"min": 1,
"max": "1"
},
{
"id": "Device.version.type",
"path": "Device.version.type",
"short": "DTx버전 유형",
"min": 1,
"binding": {
"strength": "required",
"valueSet": "http://connectdtx.kr/fhir/ValueSet/connectdtx-version-type"
}
},
{
"id": "Device.version.value",
"path": "Device.version.value",
"short": "DTx버전 텍스트"
}
]
}
}