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

FHIR IG Statistics: StructureDefinition/jp-medicationrange-unitoftime

Packagejp-core.r4
Resource TypeStructureDefinition
Idjp-medicationrange-unitoftime
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_UnitOfTime
URLhttp://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRange_UnitOfTime
Version1.1.1
Statusactive
Date2022-10-31
NameJP_MedicationRange_UnitOfTime
TitleJP Core Medication Range DataType
Realmjp
DescriptionこのデータタイプはRange DataTypeに対して、時間の上限下限に関する定義を行なったものである
TypeRange
Kindcomplex-type

Resources that use this resource

StructureDefinition
JP_MedicationDosage_InjectionJP Core MedicationDosage Injection DataType
JP_MedicationDosageJP Core MedicationDosage DataType

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "jp-medicationrange-unitoftime",
  "url": "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRange_UnitOfTime",
  "version": "1.1.1",
  "name": "JP_MedicationRange_UnitOfTime",
  "title": "JP Core Medication Range DataType",
  "status": "active",
  "date": "2022-10-31",
  "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": "時間の上限量、下限量の範囲を持っている。単位指定された数量を割り当てている。Low,Highの値は時間の単位当てはめる。"
      },
      {
        "id": "Range.low",
        "path": "Range.low",
        "short": "時間範囲(下限)"
      },
      {
        "id": "Range.low.value",
        "path": "Range.low.value",
        "short": "時間範囲(下限)",
        "definition": "時間範囲(下限)"
      },
      {
        "id": "Range.low.unit",
        "path": "Range.low.unit",
        "short": "単位時間の単位"
      },
      {
        "id": "Range.low.system",
        "path": "Range.low.system",
        "short": "UCUMを識別するURL",
        "definition": "UCUMを識別するURL。固定値。"
      },
      {
        "id": "Range.low.code",
        "path": "Range.low.code",
        "binding": {
          "strength": "preferred",
          "valueSet": "http://hl7.org/fhir/ValueSet/units-of-time"
        }
      },
      {
        "id": "Range.high",
        "path": "Range.high",
        "short": "時間範囲(上限)"
      },
      {
        "id": "Range.high.value",
        "path": "Range.high.value",
        "short": "時間範囲(上限)",
        "definition": "時間範囲(上限)"
      },
      {
        "id": "Range.high.unit",
        "path": "Range.high.unit",
        "short": "単位時間の単位"
      },
      {
        "id": "Range.high.system",
        "path": "Range.high.system",
        "short": "UCUMを識別するURL",
        "definition": "UCUMを識別するURL。固定値。"
      },
      {
        "id": "Range.high.code",
        "path": "Range.high.code",
        "binding": {
          "strength": "preferred",
          "valueSet": "http://hl7.org/fhir/ValueSet/units-of-time"
        }
      }
    ]
  }
}