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_StateOfExecution_CS - JSON Representation

Active as of 2024-10-24

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "epath-stateofexecution-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem epath-stateofexecution-cs</b></p><a name=\"epath-stateofexecution-cs\"> </a><a name=\"hcepath-stateofexecution-cs\"> </a><p>This case-sensitive code system <code>http://e-path.jp/fhir/ePath/CodeSystem/EPath_StateOfExecution_CS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"epath-stateofexecution-cs-1\"> </a></td><td>実施</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"epath-stateofexecution-cs-2\"> </a></td><td>未実施</td></tr></table></div>"
  },
  "url" : "http://e-path.jp/fhir/ePath/CodeSystem/EPath_StateOfExecution_CS",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.2.392.200250.2.2.50.160"
    }
  ],
  "version" : "1.0.0",
  "name" : "EPath_StateOfExecution_CS",
  "title" : "EPath_StateOfExecution_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"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "1",
      "display" : "実施"
    },
    {
      "code" : "2",
      "display" : "未実施"
    }
  ]
}