FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/jp-medicationrange

Packagejp-core.r4
Resource TypeStructureDefinition
Idjp-medicationrange
FHIR VersionR4
Sourcehttp://jpfhir.jp/fhir/core/https://simplifier.net/resolve?scope=jp-core.r4@1.1.1-rc&canonical=http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRange
URLhttp://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRange
Version1.1.1
Statusactive
Date2022-10-24
NameJP_MedicationRange
TitleJP Core Medication Range DataType
Realmjp
DescriptionこのデータタイプはRange DataTypeに対して、薬剤量の上限下限に関する定義を行なったものである
TypeRange
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
JP_MedicationSimpleQuantityJP Core Medication Quantity DataType

Narrative

No narrative content found in resource


Source

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