ePath R4 Implementation Guide
1.0.0 - ci-build Japan

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

: EPath_PathClosingType_CS - JSON Representation

Active as of 2024-10-24

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "epath-path-closing-type-cs",
  "url" : "http://e-path.jp/fhir/ePath/CodeSystem/EPath_PathClosingType_CS",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.2.392.200250.2.2.50.70"
    }
  ],
  "version" : "1.0.0",
  "name" : "EPath_PathClosingType_CS",
  "title" : "EPath_PathClosingType_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" : "1",
      "display" : "終了"
    },
    {
      "code" : "2",
      "display" : "中止"
    }
  ]
}