HL7 FHIR JP Core ImplementationGuide
1.1.1 - release Japan flag

Publication Build: This will be filled in by the publication tooling

: JP Core MedicalLicenseCertificate CodeSystem - JSON Representation

Active as of 2022-10-24

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "jp-medicallicensecertificate-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://jpfhir.jp/fhir/core/CodeSystem/JP_MedicalLicenseCertificate_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><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">narcotics-practitioner<a name=\"jp-medicallicensecertificate-cs-narcotics-practitioner\"> </a></td><td>麻薬施用者番号</td><td>各都道府県にて管理される麻薬施用に関する免許番号</td></tr><tr><td style=\"white-space:nowrap\">medical-registration<a name=\"jp-medicallicensecertificate-cs-medical-registration\"> </a></td><td>医籍登録番号</td><td>厚労省が発行する医師免許に割り振られる登録番号</td></tr></table></div>"
  },
  "url" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_MedicalLicenseCertificate_CS",
  "version" : "1.1.1",
  "name" : "JP_MedicalLicenseCertificate_CS",
  "title" : "JP Core MedicalLicenseCertificate CodeSystem",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-10-24",
  "publisher" : "FHIR Japanese implementation research working group in Japan Association of Medical Informatics (JAMI)",
  "contact" : [
    {
      "name" : "FHIR Japanese implementation research working group in Japan Association of Medical Informatics (JAMI)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://jpfhir.jp"
        },
        {
          "system" : "email",
          "value" : "office@hlfhir.jp"
        }
      ]
    }
  ],
  "description" : "医療関連免許証明に関するコードシステム。(現在作成中、今後医療系免許に関する情報追加する予定です。)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "JP"
        }
      ]
    }
  ],
  "copyright" : "Copyright FHIR Japanese implementation research working group in Japan Association of Medical Informatics (JAMI) 一般社団法人日本医療情報学会NeXEHRS課題研究会FHIR日本実装検討WG",
  "caseSensitive" : true,
  "valueSet" : "http://jpfhir.jp/fhir/core/ValueSet/JP_MedicalLicenseCertificate_VS",
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "narcotics-practitioner",
      "display" : "麻薬施用者番号",
      "definition" : "各都道府県にて管理される麻薬施用に関する免許番号"
    },
    {
      "code" : "medical-registration",
      "display" : "医籍登録番号",
      "definition" : "厚労省が発行する医師免許に割り振られる登録番号"
    }
  ]
}