ePath R4 Implementation Guide
1.0.1 - ci-build Japan

ePath R4 Implementation Guide - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: EPath PathStatusType CS - JSON Representation

Active as of 2024-10-24

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "EPathPathStatusTypeCS",
  "url" : "http://e-path.jp/fhir/ePath/CodeSystem/EPathPathStatusTypeCS",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.2.392.200250.2.2.50.20"
    }
  ],
  "version" : "1.0.1",
  "name" : "EPathPathStatusTypeCS",
  "title" : "EPath PathStatusType CS",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-10-24",
  "contact" : [
    {
      "name" : "ePath Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://e-path.jp"
        }
      ]
    }
  ],
  "description" : "パス状態区分",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166-2",
          "code" : "JP"
        }
      ]
    }
  ],
  "copyright" : "Joint Committee of JAMI and JSCP(日本医療情報学会と日本クリニカルパス学会との合同委員会). CC(Creative Commons) BY-ND 4.0",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "01",
      "display" : "EP01",
      "definition" : "疾患別のミニマム要件を定義したひな型となるパス",
      "designation" : [
        {
          "language" : "ja",
          "value" : "ひな型パス"
        }
      ]
    },
    {
      "code" : "02",
      "display" : "EP02",
      "definition" : "共通のひな型を当該施設用に調整した患者適用前の状態",
      "designation" : [
        {
          "language" : "ja",
          "value" : "施設パス"
        }
      ]
    },
    {
      "code" : "12",
      "display" : "EP12",
      "definition" : "患者の実施・結果・評価を記述した状態",
      "designation" : [
        {
          "language" : "ja",
          "value" : "適用後パス"
        }
      ]
    },
    {
      "code" : "22",
      "display" : "EP22",
      "definition" : "適用後パスにひもづいた入力フォームの回答を受信した状態",
      "designation" : [
        {
          "language" : "ja",
          "value" : "入力フォーム回答"
        }
      ]
    }
  ]
}