connectdtx-version-type

본 IG에서 정의하는 CodeSystem 인 device-version Type의 대하여 서술한다.
세부적인 코드시스템은 아래와 같다
CodeSystem
<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="connectdtx-version-type" />
    <text>
        <status value="generated" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <url value="http://connectdtx.kr/fhir/CodeSystem/connectdtx-version-type" />
    <version value="0.9.9" />
    <name value="ConnectDTxVersionType" />
    <title value="ConnectDTx Version Type" />
    <status value="active" />
    <date value="2023-10-30T00:27:19.6492589+00:00" />
    <publisher value="PHI DIGITAL HEALTHCARE,inc" />
    <contact>
        <name value="PHI DIGITAL HEALTHCARE,inc" />
        <telecom>
            <system value="url" />
            <value value="http://www.phidigital.co.kr" />
        </telecom>
    </contact>
    <contact>
        <name value="김태정" />
        <telecom>
            <system value="email" />
            <value value="kimtj80@phidigital.co.kr" />
            <use value="work" />
        </telecom>
    </contact>
    <description value="DTx 소프트웨어의 버전 유형" />
    <content value="complete" />
    <count value="4" />
    <concept>
        <code value="prod" />
        <display value="Production" />
        <definition value="정식버전" />
    </concept>
    <concept>
        <code value="clinical-trial" />
        <display value="Clinical Trial" />
        <definition value="임상시험 버전" />
    </concept>
    <concept>
        <code value="placebo-trial" />
        <display value="Placebo Trial" />
        <definition value="임상시험의 위약대조군시험 버전" />
    </concept>
    <concept>
        <code value="dev" />
        <display value="Development" />
        <definition value="개발버전" />
    </concept>
</CodeSystem>
{
    "resourceType": "CodeSystem",
    "id": "connectdtx-version-type",
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "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": "개발버전"
        }
    ]
}

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개발버전