ePath R4 Implementation Guide
0.0.4 - ci-build Japan

ePath R4 Implementation Guide - Local Development build (v0.0.4) 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" : "epath-path-status-type-cs",
  "url" : "http://e-path.jp/fhir/ePath/CodeSystem/EPath_PathStatusType_CS",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.2.392.200250.2.2.50.20"
    }
  ],
  "version" : "0.0.4",
  "name" : "EPath_PathStatusType_CS",
  "title" : "EPath_PathStatusType_CS",
  "status" : "active",
  "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",
          "code" : "JP"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "fragment",
  "concept" : [
    {
      "code" : "01",
      "display" : "ひな型パス",
      "definition" : "疾患別のミニマム要件を定義したひな型となるパス"
    },
    {
      "code" : "02",
      "display" : "施設パス",
      "definition" : "共通のひな型を当該施設用に調整した患者適用前の状態"
    },
    {
      "code" : "12",
      "display" : "適用後パス",
      "definition" : "患者の実施・結果・評価を記述した状態"
    }
  ]
}