FHIR IG analytics| Package | openehr.base |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-ITEM-TAG.json |
| FHIR Version | R5 |
| Source | http://fhir.org/guides/openehr/base/0.1.0-snapshot/StructureDefinition-ITEM-TAG.html |
| URL | http://openehr.org/fhir/StructureDefinition/ITEM-TAG |
| Version | 0.1.0-snapshot |
| Status | active |
| Date | 2025-09-06T15:35:39+10:00 |
| Name | ITEM_TAG |
| Title | ITEM_TAG |
| Realm | uv |
| Authority | hl7 |
| Description | A tag with optional value that is associated with a target information entity identified by a UID. |
| Type | http://openehr.org/fhir/StructureDefinition/ITEM_TAG |
| Kind | logical |
No resources found
| StructureDefinition | ||
| openehr.base#0.1.0-snapshot | Any | Any |
| openehr.base#0.1.0-snapshot | OBJECT-REF | OBJECT_REF |
| openehr.base#0.1.0-snapshot | UID-BASED-ID | UID_BASED_ID |
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition ITEM-TAG
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | C | 0..* | Any | A tag with optional value that is associated with a target information entity identified by a UID. Constraints: Inv_key_valid, Inv_value_valid |
![]() ![]() | 1..1 | string | The tag key. | |
![]() ![]() | 0..1 | string | The value. | |
![]() ![]() | 1..1 | UID_BASED_ID | Identifier of target, which may be a `VERSIONED_OBJECT<T>` or a `VERSION<T>`. | |
![]() ![]() | 0..1 | string | Optional archetype (i. | |
![]() ![]() | 1..1 | OBJECT_REF | Identifier of owner object, such as EHR. | |
{
"resourceType": "StructureDefinition",
"id": "ITEM-TAG",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/web-source",
"valueUrl": "https://specifications.openehr.org/releases/RM/development/common.html#_item_tag_class"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint",
"valueCode": "element-view-replace-cardinality"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 3,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
}
]
}
}
],
"url": "http://openehr.org/fhir/StructureDefinition/ITEM-TAG",
"version": "0.1.0-snapshot",
"name": "ITEM_TAG",
"title": "ITEM_TAG",
"status": "active",
"experimental": false,
"date": "2025-09-06T15:35:39+10:00",
"publisher": "openEHR + HL7",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.openehr.org"
}
]
}
],
"description": "A tag with optional value that is associated with a target information entity identified by a UID.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"fhirVersion": "5.0.0",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
}
],
"kind": "logical",
"abstract": false,
"type": "http://openehr.org/fhir/StructureDefinition/ITEM_TAG",
"baseDefinition": "http://openehr.org/fhir/StructureDefinition/Any",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "0.1.0-snapshot"
}
],
"element": [
{
"id": "ITEM_TAG",
"path": "ITEM_TAG",
"short": "A tag with optional value that is associated with a target information entity identified by a UID.",
"definition": "A tag with optional value that is associated with a target information entity identified by a UID.",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"constraint": [
{
"key": "Inv_key_valid",
"severity": "error",
"human": "Inv key valid must not be empty",
"expression": "key.empty().not() and key.is_justified"
},
{
"key": "Inv_value_valid",
"severity": "error",
"human": "Inv value valid must be present",
"expression": "value.exists() implies value.empty().not()"
}
],
"isModifier": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "ITEM_TAG.key",
"path": "ITEM_TAG.key",
"short": "The tag key.",
"definition": "The tag key. May not be empty or contain leading or trailing whitespace.",
"min": 1,
"max": "1",
"base": {
"path": "ITEM_TAG.key",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"isModifier": false
},
{
"id": "ITEM_TAG.value",
"path": "ITEM_TAG.value",
"short": "The value.",
"definition": "The value. If set, may not be empty.",
"min": 0,
"max": "1",
"base": {
"path": "ITEM_TAG.value",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"isModifier": false
},
{
"id": "ITEM_TAG.target",
"path": "ITEM_TAG.target",
"short": "Identifier of target, which may be a `VERSIONED_OBJECT<T>` or a `VERSION<T>`.",
"definition": "Identifier of target, which may be a `VERSIONED_OBJECT<T>` or a `VERSION<T>`.",
"min": 1,
"max": "1",
"base": {
"path": "ITEM_TAG.target",
"min": 1,
"max": "1"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/UID-BASED-ID"
}
],
"isModifier": false
},
{
"id": "ITEM_TAG.target-path",
"path": "ITEM_TAG.target_path",
"short": "Optional archetype (i.",
"definition": "Optional archetype (i.e. AQL) or RM path within `_target_`, used to tag a fine-grained element.",
"min": 0,
"max": "1",
"base": {
"path": "ITEM_TAG.target_path",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"isModifier": false
},
{
"id": "ITEM_TAG.owner-id",
"path": "ITEM_TAG.owner_id",
"short": "Identifier of owner object, such as EHR.",
"definition": "Identifier of owner object, such as EHR.",
"min": 1,
"max": "1",
"base": {
"path": "ITEM_TAG.owner_id",
"min": 1,
"max": "1"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/OBJECT-REF"
}
],
"isModifier": false
}
]
},
"differential": {
"element": [
{
"id": "ITEM_TAG",
"path": "ITEM_TAG",
"short": "A tag with optional value that is associated with a target information entity identified by a UID.",
"definition": "A tag with optional value that is associated with a target information entity identified by a UID.",
"min": 0,
"max": "*",
"constraint": [
{
"key": "Inv_key_valid",
"severity": "error",
"human": "Inv key valid must not be empty",
"expression": "key.empty().not() and key.is_justified"
},
{
"key": "Inv_value_valid",
"severity": "error",
"human": "Inv value valid must be present",
"expression": "value.exists() implies value.empty().not()"
}
],
"isModifier": false
},
{
"id": "ITEM_TAG.key",
"path": "ITEM_TAG.key",
"short": "The tag key.",
"definition": "The tag key. May not be empty or contain leading or trailing whitespace.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
],
"isModifier": false
},
{
"id": "ITEM_TAG.value",
"path": "ITEM_TAG.value",
"short": "The value.",
"definition": "The value. If set, may not be empty.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"isModifier": false
},
{
"id": "ITEM_TAG.target",
"path": "ITEM_TAG.target",
"short": "Identifier of target, which may be a `VERSIONED_OBJECT<T>` or a `VERSION<T>`.",
"definition": "Identifier of target, which may be a `VERSIONED_OBJECT<T>` or a `VERSION<T>`.",
"min": 1,
"max": "1",
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/UID-BASED-ID"
}
],
"isModifier": false
},
{
"id": "ITEM_TAG.target-path",
"path": "ITEM_TAG.target_path",
"short": "Optional archetype (i.",
"definition": "Optional archetype (i.e. AQL) or RM path within `_target_`, used to tag a fine-grained element.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"isModifier": false
},
{
"id": "ITEM_TAG.owner-id",
"path": "ITEM_TAG.owner_id",
"short": "Identifier of owner object, such as EHR.",
"definition": "Identifier of owner object, such as EHR.",
"min": 1,
"max": "1",
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/OBJECT-REF"
}
],
"isModifier": false
}
]
}
}