Package | openehr.base |
Resource Type | StructureDefinition |
Id | ITEM-TAG |
FHIR Version | R5 |
Source | http://openehr.org/fhir/https://build.fhir.org/ig/FHIR/openehr-base-ig/StructureDefinition-ITEM-TAG.html |
URL | http://openehr.org/fhir/StructureDefinition/ITEM-TAG |
Version | 0.1.0 |
Status | active |
Date | 2024-12-31T18:45:58+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 | |
OBJECT-REF | OBJECT_REF |
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 |
---|---|---|---|---|
![]() ![]() | 0..* | Base | A tag with optional value that is associated with a target information entity identified by a UID | |
![]() ![]() ![]() | 1..1 | string | The tag key. May not be empty or contain leading or trailing whitespace | |
![]() ![]() ![]() | 0..1 | string | The value. If set, may not be empty | |
![]() ![]() ![]() | 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.e. AQL) or RM path within target, used to tag a fine-grained element | |
![]() ![]() ![]() | 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/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", "name": "ITEM_TAG", "title": "ITEM_TAG", "status": "active", "experimental": false, "date": "2024-12-31T18:45:58+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://hl7.org/fhir/StructureDefinition/Base", "derivation": "specialization", "snapshot": { "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version", "valueString": "5.0.0" } ], "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": "*" }, "isModifier": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "ITEM_TAG.key", "path": "ITEM_TAG.key", "short": "The tag key. May not be empty or contain leading or trailing whitespace", "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. If set, may not be empty", "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.e. AQL) or RM path within target, used to tag a fine-grained element", "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": "*", "isModifier": false }, { "id": "ITEM_TAG.key", "path": "ITEM_TAG.key", "short": "The tag key. May not be empty or contain leading or trailing whitespace", "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. If set, may not be empty", "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.e. AQL) or RM path within target, used to tag a fine-grained element", "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 } ] } }