Package | jp-core.r4 |
Resource Type | StructureDefinition |
Id | jp-medicationrange |
FHIR Version | R4 |
Source | http://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 |
URL | http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRange |
Version | 1.1.1 |
Status | active |
Date | 2022-10-24 |
Name | JP_MedicationRange |
Title | JP Core Medication Range DataType |
Realm | jp |
Description | このデータタイプはRange DataTypeに対して、薬剤量の上限下限に関する定義を行なったものである |
Type | Range |
Kind | complex-type |
No resources found
StructureDefinition | |
JP_MedicationSimpleQuantity | JP Core Medication Quantity DataType |
No narrative content found in resource
{ "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" ] } ] } ] } }