HL7 FHIR JP Core ImplementationGuide
1.1.0 - release Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.0). See the Directory of published versions

: JP Core Medication Example DosageComment CodeSystem - JSON Representation

Active as of 2022-10-24

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "jp-medication-example-dosagecomment-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://jpfhir.jp/fhir/Examples/CodeSystem/JP_MedicationAdministrationDosageComment_CS</code> defines many codes, of which the following are a subset:</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\">01<a name=\"jp-medication-example-dosagecomment-cs-01\"> </a></td><td>鎮静目的に</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"jp-medication-example-dosagecomment-cs-02\"> </a></td><td>ゆっくりと</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"jp-medication-example-dosagecomment-cs-03\"> </a></td><td>フイルターを通さない</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"jp-medication-example-dosagecomment-cs-04\"> </a></td><td>前後で生食プッシュ</td></tr><tr><td style=\"white-space:nowrap\">05<a name=\"jp-medication-example-dosagecomment-cs-05\"> </a></td><td>2時間以上かけて</td></tr></table></div>"
  },
  "url" : "http://jpfhir.jp/fhir/Examples/CodeSystem/JP_MedicationAdministrationDosageComment_CS",
  "version" : "1.1.0",
  "name" : "JP_MedicationExampleDosageComment_CS",
  "title" : "JP Core Medication Example DosageComment 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,
  "content" : "fragment",
  "concept" : [
    {
      "code" : "01",
      "display" : "鎮静目的に"
    },
    {
      "code" : "02",
      "display" : "ゆっくりと"
    },
    {
      "code" : "03",
      "display" : "フイルターを通さない"
    },
    {
      "code" : "04",
      "display" : "前後で生食プッシュ"
    },
    {
      "code" : "05",
      "display" : "2時間以上かけて"
    }
  ]
}