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

FHIR IG Statistics: CodeSystem/connectdtx-version-type

Packagephis.ig.dev
TypeCodeSystem
Idconnectdtx-version-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=phis.ig.dev@0.1.7&canonical=http://connectdtx.kr/fhir/CodeSystem/connectdtx-version-type
URLhttp://connectdtx.kr/fhir/CodeSystem/connectdtx-version-type
Version0.9.9
Statusactive
Date2023-10-30T00:27:19.6492589+00:00
NameConnectDTxVersionType
TitleConnectDTx Version Type
DescriptionDTx 소프트웨어의 버전 유형
Contentcomplete

Resources that use this resource

ValueSet
connectdtx-version-typeConnectDTx Version Type

Resources that this resource uses

No resources found


Narrative

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

This code system http://connectdtx.kr/fhir/CodeSystem/connectdtx-version-type defines the following codes:

CodeDisplayDefinition
prod Production정식버전
clinical-trial Clinical Trial임상시험 버전
placebo-trial Placebo Trial임상시험의 위약대조군시험 버전
dev Development개발버전

Source

{
  "resourceType": "CodeSystem",
  "id": "connectdtx-version-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://connectdtx.kr/fhir/CodeSystem/connectdtx-version-type",
  "version": "0.9.9",
  "name": "ConnectDTxVersionType",
  "title": "ConnectDTx Version Type",
  "status": "active",
  "date": "2023-10-30T00:27:19.6492589+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": "DTx 소프트웨어의 버전 유형",
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "prod",
      "display": "Production",
      "definition": "정식버전"
    },
    {
      "code": "clinical-trial",
      "display": "Clinical Trial",
      "definition": "임상시험 버전"
    },
    {
      "code": "placebo-trial",
      "display": "Placebo Trial",
      "definition": "임상시험의 위약대조군시험 버전"
    },
    {
      "code": "dev",
      "display": "Development",
      "definition": "개발버전"
    }
  ]
}