PackagesCanonicalsLogsProblems
    Packages
    jp-core.r4@1.1.1-rc
    http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRange
{
  "description": "このデータタイプはRange DataTypeに対して、薬剤量の上限下限に関する定義を行なったものである",
  "_filename": "StructureDefinition-jp-medicationrange.json",
  "package_name": "jp-core.r4",
  "date": "2022-10-24",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "JP_MedicationRange",
  "mapping": [ {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "type": "Range",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "JP Core Medication Range DataType",
  "package_version": "1.1.1-rc",
  "status": "active",
  "id": "b627a6d0-f028-40db-8d82-8cf4213f8546",
  "kind": "complex-type",
  "url": "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRange",
  "version": "1.1.1",
  "differential": {
    "element": [ {
      "id": "Range",
      "path": "Range",
      "short": "薬剤の単位指定された上限下限量",
      "comment": "薬剤の上限量、下限量の範囲を持っている。単位指定された数量を割り当てている。",
      "definition": "薬剤の単位指定された上限下限量"
    }, {
      "id": "Range.low",
      "path": "Range.low",
      "type": [ {
        "code": "Quantity",
        "profile": [ "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationSimpleQuantity" ]
      } ],
      "short": "薬剤の上限量"
    }, {
      "id": "Range.high",
      "path": "Range.high",
      "type": [ {
        "code": "Quantity",
        "profile": [ "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationSimpleQuantity" ]
      } ]
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Range"
}