JPFHIR Terminology Package
1.1.1 - draft Japan flag

JPFHIR Terminology Package - Local Development build (v1.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JP Core Medication IngredientStrength StrengthType CodeSystem - JSON Representation

Active as of 2023-06-26

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "jp-medicationingredientstrengthstrengthtype-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem jp-medicationingredientstrengthstrengthtype-cs</b></p><a name=\"jp-medicationingredientstrengthstrengthtype-cs\"> </a><a name=\"hcjp-medicationingredientstrengthstrengthtype-cs\"> </a><a name=\"hcjp-medicationingredientstrengthstrengthtype-cs-ja-JP\"> </a><p>This case-sensitive code system <code>urn:oid:1.2.392.100495.20.2.22</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=\"jp-medicationingredientstrengthstrengthtype-cs-1\"> </a></td><td>製剤量</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"jp-medicationingredientstrengthstrengthtype-cs-2\"> </a></td><td>原薬量</td></tr></table></div>"
  },
  "url" : "urn:oid:1.2.392.100495.20.2.22",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.2.392.100495.20.2.22"
    }
  ],
  "version" : "1.1.1",
  "name" : "JP_MedicationIngredientStrengthStrengthType_CS",
  "title" : "JP Core Medication IngredientStrength StrengthType CodeSystem",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-06-26",
  "description" : "力価区分",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "JP"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "1",
      "display" : "製剤量"
    },
    {
      "code" : "2",
      "display" : "原薬量"
    }
  ]
}