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

FHIR IG Statistics: StructureDefinition/ITEM-TAG

Packageopenehr.base
Resource TypeStructureDefinition
IdITEM-TAG
FHIR VersionR5
Sourcehttp://openehr.org/fhir/https://build.fhir.org/ig/FHIR/openehr-base-ig/StructureDefinition-ITEM-TAG.html
URLhttp://openehr.org/fhir/StructureDefinition/ITEM-TAG
Version0.1.0
Statusactive
Date2024-12-31T18:45:58+10:00
NameITEM_TAG
TitleITEM_TAG
Realmuv
Authorityhl7
DescriptionA tag with optional value that is associated with a target information entity identified by a UID.
Typehttp://openehr.org/fhir/StructureDefinition/ITEM_TAG
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
OBJECT-REFOBJECT_REF
UID-BASED-IDUID_BASED_ID

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition ITEM-TAG

NameFlagsCard.TypeDescription & Constraintsdoco
.. ITEM_TAG 0..*BaseA tag with optional value that is associated with a target information entity identified by a UID
... key 1..1stringThe tag key. May not be empty or contain leading or trailing whitespace
... value 0..1stringThe value. If set, may not be empty
... target 1..1UID_BASED_IDIdentifier of target, which may be a VERSIONED_OBJECT<T> or a VERSION<T>
... target_path 0..1stringOptional archetype (i.e. AQL) or RM path within target, used to tag a fine-grained element
... owner_id 1..1OBJECT_REFIdentifier of owner object, such as EHR

doco Documentation for this format

Source

{
  "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
      }
    ]
  }
}