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 RoundingType CS - JSON Representation

Active as of 2024-10-24

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "EPathRoundingTypeCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem EPathRoundingTypeCS</b></p><a name=\"EPathRoundingTypeCS\"> </a><a name=\"hcEPathRoundingTypeCS\"> </a><p>This case-sensitive code system <code>http://e-path.jp/fhir/ePath/CodeSystem/EPathRoundingTypeCS</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\">round-off<a name=\"EPathRoundingTypeCS-round-off\"> </a></td><td>四捨五入</td></tr><tr><td style=\"white-space:nowrap\">round-up<a name=\"EPathRoundingTypeCS-round-up\"> </a></td><td>切り上げ</td></tr><tr><td style=\"white-space:nowrap\">round-down<a name=\"EPathRoundingTypeCS-round-down\"> </a></td><td>切り捨て</td></tr></table></div>"
  },
  "url" : "http://e-path.jp/fhir/ePath/CodeSystem/EPathRoundingTypeCS",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.2.392.200250.2.2.50.60"
    }
  ],
  "version" : "1.0.1",
  "name" : "EPathRoundingTypeCS",
  "title" : "EPath RoundingType 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" : 3,
  "concept" : [
    {
      "code" : "round-off",
      "display" : "四捨五入"
    },
    {
      "code" : "round-up",
      "display" : "切り上げ"
    },
    {
      "code" : "round-down",
      "display" : "切り捨て"
    }
  ]
}