FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/connectdtx-device

Packagephis.ig.dev
TypeStructureDefinition
Idconnectdtx-device
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=phis.ig.dev@0.1.7&canonical=http://connectdtx.kr/fhir/StructureDefinition/connectdtx-device
URLhttp://connectdtx.kr/fhir/StructureDefinition/connectdtx-device
Version0.9.9
Statusactive
Date2023-11-08T04:48:59.6873005+00:00
NameConnectDTxDevice
TitleConnectDTx Device
DescriptionConnectDTx에서 DTx기기를 표현하기 위한 Resource
TypeDevice
Kindresource

Resources that use this resource

StructureDefinition
connectdtx-observationConnectDTx Observation
connectdtx-result-observationConnectDTx Result Observation
connectdtx-result-reportConnectDTx Result Report

Resources that this resource uses

ValueSet
connectdtx-version-typeConnectDTx Version Type

Narrative

Note: links and images are rebased to the (stated) source

NameFlagsCard.TypeDescription & Constraintsdoco
.. Device 0..*DeviceItem used in healthcare
... Slices for identifier 1..*IdentifierInstance identifier
Slice: Ordered, Open At End by value:system
.... identifier:PHI_CODE 1..1IdentifierPHI_CODE 식별자
..... system 1..1uriPHI_CODE 식별체계 식별자
Fixed Value: https://connectdtx.net/phicode
..... value 1..1stringPHI_CODE(플랫폼에서 전달한 값)
... manufacturer 1..1string제조사명 텍스트
... deviceName 1..*BackboneElement장치이름
.... name 1..1string장치이름 텍스트
.... type 1..1code장치 이름의 유형 : udi-label-name | user-friendly-name | patient-reported-name | manufacturer-name | model-name | other
Binding: DeviceNameType (required)
... type 1..1CodeableConcept장치의 유형
.... coding 1..1CodingCode defined by a terminology system
Fixed Value: As shown (Digital therapeutics)
..... system1..1uriIdentity of the terminology system
Fixed Value: http://connectdtx.kr/fhir/CodeSystem/connectdtx-device-type
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: dtx
... version 1..1BackboneElementThe actual design of the device or software version running on the device
.... type 1..1CodeableConceptDTx버전 유형
Binding: ConnectDTx Version Type (required)
.... value 1..1stringDTx버전 텍스트

doco Documentation for this format

Source

{
  "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버전 텍스트"
      }
    ]
  }
}