FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-LTCLocationModel.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/Lorex/TWLongTermCare_IG_Build/StructureDefinition-LTCLocationModel.html |
| URL | http://ltc-ig.fhir.tw/StructureDefinition/LTCLocationModel |
| Version | 1.0.0 |
| Status | active |
| Date | 2026-03-01T18:36:01+00:00 |
| Name | LTCLocationModel |
| Title | 個案位置監測邏輯模型 |
| Realm | tw |
| Description | 此邏輯模型以失智症照護監測賽道的情境2為基礎,用以描述個案位置監測的資料結構與欄位準備指引。支援記錄個案所在的地點名稱與經緯度座標資訊。 |
| Type | http://ltc-ig.fhir.tw/StructureDefinition/LTCLocationModel |
| Kind | logical |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition LTCLocationModel
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Base | 個案位置監測邏輯模型 | |
![]() ![]() | 1..1 | BackboneElement | 位置基本資料 | |
![]() ![]() ![]() | 1..1 | string | 地點名稱 | |
![]() ![]() ![]() | 0..1 | string | 位置描述 | |
![]() ![]() ![]() | 1..1 | code | 位置類型 | |
![]() ![]() | 1..1 | BackboneElement | 座標資訊 | |
![]() ![]() ![]() | 1..1 | decimal | 經度座標 | |
![]() ![]() ![]() | 1..1 | decimal | 緯度座標 | |
![]() ![]() ![]() | 0..1 | decimal | 海拔高度 | |
![]() ![]() | 0..* | BackboneElement | 聯絡資訊 | |
![]() ![]() | 0..1 | BackboneElement | 地址資訊 | |
![]() ![]() ![]() | 0..1 | string | 地址文字描述 | |
![]() ![]() | 0..1 | BackboneElement | 層級關係 | |
![]() ![]() ![]() | 0..1 | string | 上層位置參考 | |
{
"resourceType": "StructureDefinition",
"id": "LTCLocationModel",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://ltc-ig.fhir.tw/StructureDefinition/LTCLocationModel",
"version": "1.0.0",
"name": "LTCLocationModel",
"title": "個案位置監測邏輯模型",
"status": "active",
"date": "2026-03-01T18:36:01+00:00",
"publisher": "經濟部產業發展署",
"contact": [
{
"name": "經濟部產業發展署",
"telecom": [
{
"system": "url",
"value": "https://www.ida.gov.tw/"
}
]
}
],
"description": "此邏輯模型以失智症照護監測賽道的情境2為基礎,用以描述個案位置監測的資料結構與欄位準備指引。支援記錄個案所在的地點名稱與經緯度座標資訊。",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"uri": "http://ltc-ig.fhir.tw/StructureDefinition/Location-twltc",
"name": "個案位置監測邏輯模型到Location Profile映射",
"comment": "此映射定義如何將個案位置監測邏輯模型轉換為LTCLocation Profile"
}
],
"kind": "logical",
"abstract": false,
"type": "http://ltc-ig.fhir.tw/StructureDefinition/LTCLocationModel",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "4.0.1"
}
],
"element": [
{
"id": "LTCLocationModel",
"path": "LTCLocationModel",
"short": "個案位置監測邏輯模型",
"definition": "此邏輯模型以失智症照護監測賽道的情境2為基礎,用以描述個案位置監測的資料結構與欄位準備指引。支援記錄個案所在的地點名稱與經緯度座標資訊。",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false,
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location"
}
]
},
{
"id": "LTCLocationModel.location",
"path": "LTCLocationModel.location",
"short": "位置基本資料",
"definition": "個案所在位置的基本資訊",
"min": 1,
"max": "1",
"base": {
"path": "LTCLocationModel.location",
"min": 1,
"max": "1"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
]
},
{
"id": "LTCLocationModel.location.id",
"path": "LTCLocationModel.location.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "LTCLocationModel.location.extension",
"path": "LTCLocationModel.location.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "LTCLocationModel.location.modifierExtension",
"path": "LTCLocationModel.location.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "LTCLocationModel.location.locationName",
"path": "LTCLocationModel.location.locationName",
"short": "地點名稱",
"definition": "個案所在的地點名稱,例如:日照中心、家裡、公園等",
"min": 1,
"max": "1",
"base": {
"path": "LTCLocationModel.location.locationName",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location.name"
}
]
},
{
"id": "LTCLocationModel.location.locationDescription",
"path": "LTCLocationModel.location.locationDescription",
"short": "位置描述",
"definition": "位置的詳細描述資訊",
"min": 0,
"max": "1",
"base": {
"path": "LTCLocationModel.location.locationDescription",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location.description"
}
]
},
{
"id": "LTCLocationModel.location.locationType",
"path": "LTCLocationModel.location.locationType",
"short": "位置類型",
"definition": "位置的類型分類",
"min": 1,
"max": "1",
"base": {
"path": "LTCLocationModel.location.locationType",
"min": 1,
"max": "1"
},
"type": [
{
"code": "code"
}
],
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location.type"
}
]
},
{
"id": "LTCLocationModel.coordinates",
"path": "LTCLocationModel.coordinates",
"short": "座標資訊",
"definition": "位置的經緯度座標資訊",
"min": 1,
"max": "1",
"base": {
"path": "LTCLocationModel.coordinates",
"min": 1,
"max": "1"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
]
},
{
"id": "LTCLocationModel.coordinates.id",
"path": "LTCLocationModel.coordinates.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "LTCLocationModel.coordinates.extension",
"path": "LTCLocationModel.coordinates.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "LTCLocationModel.coordinates.modifierExtension",
"path": "LTCLocationModel.coordinates.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "LTCLocationModel.coordinates.longitude",
"path": "LTCLocationModel.coordinates.longitude",
"short": "經度座標",
"definition": "GPS 經度座標,以十進位度數格式表示",
"min": 1,
"max": "1",
"base": {
"path": "LTCLocationModel.coordinates.longitude",
"min": 1,
"max": "1"
},
"type": [
{
"code": "decimal"
}
],
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location.position.longitude"
}
]
},
{
"id": "LTCLocationModel.coordinates.latitude",
"path": "LTCLocationModel.coordinates.latitude",
"short": "緯度座標",
"definition": "GPS 緯度座標,以十進位度數格式表示",
"min": 1,
"max": "1",
"base": {
"path": "LTCLocationModel.coordinates.latitude",
"min": 1,
"max": "1"
},
"type": [
{
"code": "decimal"
}
],
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location.position.latitude"
}
]
},
{
"id": "LTCLocationModel.coordinates.altitude",
"path": "LTCLocationModel.coordinates.altitude",
"short": "海拔高度",
"definition": "位置的海拔高度,以公尺為單位",
"min": 0,
"max": "1",
"base": {
"path": "LTCLocationModel.coordinates.altitude",
"min": 0,
"max": "1"
},
"type": [
{
"code": "decimal"
}
],
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location.position.altitude"
}
]
},
{
"id": "LTCLocationModel.telecom",
"path": "LTCLocationModel.telecom",
"short": "聯絡資訊",
"definition": "位置相關的聯絡方式",
"min": 0,
"max": "*",
"base": {
"path": "LTCLocationModel.telecom",
"min": 0,
"max": "*"
},
"type": [
{
"code": "BackboneElement"
}
],
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location.telecom"
}
]
},
{
"id": "LTCLocationModel.address",
"path": "LTCLocationModel.address",
"short": "地址資訊",
"definition": "位置的地址相關資訊",
"min": 0,
"max": "1",
"base": {
"path": "LTCLocationModel.address",
"min": 0,
"max": "1"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
]
},
{
"id": "LTCLocationModel.address.id",
"path": "LTCLocationModel.address.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "LTCLocationModel.address.extension",
"path": "LTCLocationModel.address.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "LTCLocationModel.address.modifierExtension",
"path": "LTCLocationModel.address.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "LTCLocationModel.address.addressText",
"path": "LTCLocationModel.address.addressText",
"short": "地址文字描述",
"definition": "地址的完整文字描述",
"min": 0,
"max": "1",
"base": {
"path": "LTCLocationModel.address.addressText",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location.address.text"
}
]
},
{
"id": "LTCLocationModel.hierarchy",
"path": "LTCLocationModel.hierarchy",
"short": "層級關係",
"definition": "位置在組織架構中的層級關係",
"min": 0,
"max": "1",
"base": {
"path": "LTCLocationModel.hierarchy",
"min": 0,
"max": "1"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
]
},
{
"id": "LTCLocationModel.hierarchy.id",
"path": "LTCLocationModel.hierarchy.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "LTCLocationModel.hierarchy.extension",
"path": "LTCLocationModel.hierarchy.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "LTCLocationModel.hierarchy.modifierExtension",
"path": "LTCLocationModel.hierarchy.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "LTCLocationModel.hierarchy.parentLocationReference",
"path": "LTCLocationModel.hierarchy.parentLocationReference",
"short": "上層位置參考",
"definition": "對上層位置資源的參考",
"min": 0,
"max": "1",
"base": {
"path": "LTCLocationModel.hierarchy.parentLocationReference",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location.partOf.reference"
}
]
}
]
},
"differential": {
"element": [
{
"id": "LTCLocationModel",
"path": "LTCLocationModel",
"short": "個案位置監測邏輯模型",
"definition": "此邏輯模型以失智症照護監測賽道的情境2為基礎,用以描述個案位置監測的資料結構與欄位準備指引。支援記錄個案所在的地點名稱與經緯度座標資訊。",
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location"
}
]
},
{
"id": "LTCLocationModel.location",
"path": "LTCLocationModel.location",
"short": "位置基本資料",
"definition": "個案所在位置的基本資訊",
"min": 1,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "LTCLocationModel.location.locationName",
"path": "LTCLocationModel.location.locationName",
"short": "地點名稱",
"definition": "個案所在的地點名稱,例如:日照中心、家裡、公園等",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location.name"
}
]
},
{
"id": "LTCLocationModel.location.locationDescription",
"path": "LTCLocationModel.location.locationDescription",
"short": "位置描述",
"definition": "位置的詳細描述資訊",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location.description"
}
]
},
{
"id": "LTCLocationModel.location.locationType",
"path": "LTCLocationModel.location.locationType",
"short": "位置類型",
"definition": "位置的類型分類",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location.type"
}
]
},
{
"id": "LTCLocationModel.coordinates",
"path": "LTCLocationModel.coordinates",
"short": "座標資訊",
"definition": "位置的經緯度座標資訊",
"min": 1,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "LTCLocationModel.coordinates.longitude",
"path": "LTCLocationModel.coordinates.longitude",
"short": "經度座標",
"definition": "GPS 經度座標,以十進位度數格式表示",
"min": 1,
"max": "1",
"type": [
{
"code": "decimal"
}
],
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location.position.longitude"
}
]
},
{
"id": "LTCLocationModel.coordinates.latitude",
"path": "LTCLocationModel.coordinates.latitude",
"short": "緯度座標",
"definition": "GPS 緯度座標,以十進位度數格式表示",
"min": 1,
"max": "1",
"type": [
{
"code": "decimal"
}
],
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location.position.latitude"
}
]
},
{
"id": "LTCLocationModel.coordinates.altitude",
"path": "LTCLocationModel.coordinates.altitude",
"short": "海拔高度",
"definition": "位置的海拔高度,以公尺為單位",
"min": 0,
"max": "1",
"type": [
{
"code": "decimal"
}
],
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location.position.altitude"
}
]
},
{
"id": "LTCLocationModel.telecom",
"path": "LTCLocationModel.telecom",
"short": "聯絡資訊",
"definition": "位置相關的聯絡方式",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location.telecom"
}
]
},
{
"id": "LTCLocationModel.address",
"path": "LTCLocationModel.address",
"short": "地址資訊",
"definition": "位置的地址相關資訊",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "LTCLocationModel.address.addressText",
"path": "LTCLocationModel.address.addressText",
"short": "地址文字描述",
"definition": "地址的完整文字描述",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location.address.text"
}
]
},
{
"id": "LTCLocationModel.hierarchy",
"path": "LTCLocationModel.hierarchy",
"short": "層級關係",
"definition": "位置在組織架構中的層級關係",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "LTCLocationModel.hierarchy.parentLocationReference",
"path": "LTCLocationModel.hierarchy.parentLocationReference",
"short": "上層位置參考",
"definition": "對上層位置資源的參考",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "LTCLocationModelToLTCLocation",
"map": "Location.partOf.reference"
}
]
}
]
}
}