電子カルテ情報共有サービスFHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) ドラフト版
0.9.13 - draft Japan

電子カルテ情報共有サービスFHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) ドラフト版 - Local Development build (v0.9.13) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JP codeSystem prescription category - JSON Representation

Active as of 2024-02-14

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "jp-codeSystem-prescription-category",
  "url" : "http://jpfhir.jp/fhir/ePrescription/CodeSystem/prescription-category",
  "version" : "0.9.13",
  "name" : "JP_codeSystem_prescription_category",
  "title" : "JP codeSystem prescription category",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-02-14T09:42:11+00:00",
  "publisher" : "管理団体(予定):(一社)日本医療情報学会.",
  "contact" : [
    {
      "name" : "管理団体(予定):(一社)日本医療情報学会.",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://jpfhir.jp"
        },
        {
          "system" : "email",
          "value" : "office@hlfhir.jp"
        }
      ]
    }
  ],
  "description" : "処方箋区分コード\u3000(01:一般処方箋、02:麻薬処方箋、03:分割一般処方)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166-2",
          "code" : "JP"
        }
      ]
    }
  ],
  "copyright" : "(一社)日本医療情報学会. CC(Creative Commons license) BY-ND CC表示・改変禁止",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "01",
      "display" : "一般処方箋"
    },
    {
      "code" : "02",
      "display" : "麻薬処方箋"
    },
    {
      "code" : "03",
      "display" : "分割一般処方"
    }
  ]
}