FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageopenehr.base
Resource TypeStructureDefinition
IdStructureDefinition-INSTRUCTION-DETAILS.json
FHIR VersionR5
Sourcehttp://fhir.org/guides/openehr/base/0.1.0-snapshot/StructureDefinition-INSTRUCTION-DETAILS.html
URLhttp://openehr.org/fhir/StructureDefinition/INSTRUCTION-DETAILS
Version0.1.0-snapshot
Statusactive
Date2025-09-06T15:35:39+10:00
NameINSTRUCTION_DETAILS
TitleINSTRUCTION_DETAILS
Realmuv
Authorityhl7
DescriptionUsed to record details of the Instruction causing an Action.
Typehttp://openehr.org/fhir/StructureDefinition/INSTRUCTION_DETAILS
Kindlogical

Resources that use this resource

StructureDefinition
openehr.base#0.1.0-snapshotACTIONACTION

Resources that this resource uses

StructureDefinition
openehr.base#0.1.0-snapshotITEM-STRUCTUREITEM_STRUCTURE
openehr.base#0.1.0-snapshotLOCATABLE-REFLOCATABLE_REF
openehr.base#0.1.0-snapshotPATHABLEPATHABLE

Narrative

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

Generated Narrative: StructureDefinition INSTRUCTION-DETAILS

NameFlagsCard.TypeDescription & Constraintsdoco
.. INSTRUCTION_DETAILS C0..*PATHABLEUsed to record details of the Instruction causing an Action.
Constraints: Activity_path_valid
... instruction_id 1..1LOCATABLE_REFReference to causing Instruction.
... activity_id 1..1stringIdentifier of Activity within Instruction, in the form of its archetype path.
... wf_details 0..1ITEM_STRUCTUREVarious workflow engine state details, potentially including such things as: * condition that fired to cause this Action to be done (with actual variables substituted); * list of notifications which actually occurred (with all variables substituted); * other workflow engine state.

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "INSTRUCTION-DETAILS",
  "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/ehr.html#_instruction_details_class"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
      "valueCanonical": "#parent"
    },
    {
      "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/INSTRUCTION-DETAILS",
  "version": "0.1.0-snapshot",
  "name": "INSTRUCTION_DETAILS",
  "title": "INSTRUCTION_DETAILS",
  "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": "Used to record details of the Instruction causing an Action. \n",
  "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/INSTRUCTION_DETAILS",
  "baseDefinition": "http://openehr.org/fhir/StructureDefinition/PATHABLE",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.1.0-snapshot"
      }
    ],
    "element": [
      {
        "id": "INSTRUCTION_DETAILS",
        "path": "INSTRUCTION_DETAILS",
        "short": "Used to record details of the Instruction causing an Action.",
        "definition": "Used to record details of the Instruction causing an Action. \n",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "constraint": [
          {
            "key": "Activity_path_valid",
            "severity": "error",
            "human": "Activity path valid must not be empty",
            "expression": "activity_id.empty().not()"
          }
        ],
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "INSTRUCTION_DETAILS.instruction-id",
        "path": "INSTRUCTION_DETAILS.instruction_id",
        "short": "Reference to causing Instruction.",
        "definition": "Reference to causing Instruction.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "INSTRUCTION_DETAILS.instruction_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/LOCATABLE-REF"
          }
        ],
        "isModifier": false
      },
      {
        "id": "INSTRUCTION_DETAILS.activity-id",
        "path": "INSTRUCTION_DETAILS.activity_id",
        "short": "Identifier of Activity within Instruction, in the form of its archetype path.",
        "definition": "Identifier of Activity within Instruction, in the form of its archetype path.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "INSTRUCTION_DETAILS.activity_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "INSTRUCTION_DETAILS.wf-details",
        "path": "INSTRUCTION_DETAILS.wf_details",
        "short": "Various workflow engine state details, potentially including such things as:\n\n* condition that fired to cause this Action to be done (with actual variables substituted); \n* list of notifications which actually occurred (with all variables substituted); \n* other workflow engine state.",
        "definition": "Various workflow engine state details, potentially including such things as:\n\n* condition that fired to cause this Action to be done (with actual variables substituted); \n* list of notifications which actually occurred (with all variables substituted); \n* other workflow engine state. \n\nThis specification does not currently define the actual structure or semantics of this field.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "INSTRUCTION_DETAILS.wf_details",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/ITEM-STRUCTURE"
          }
        ],
        "isModifier": false
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "INSTRUCTION_DETAILS",
        "path": "INSTRUCTION_DETAILS",
        "short": "Used to record details of the Instruction causing an Action.",
        "definition": "Used to record details of the Instruction causing an Action. \n",
        "min": 0,
        "max": "*",
        "constraint": [
          {
            "key": "Activity_path_valid",
            "severity": "error",
            "human": "Activity path valid must not be empty",
            "expression": "activity_id.empty().not()"
          }
        ],
        "isModifier": false
      },
      {
        "id": "INSTRUCTION_DETAILS.instruction-id",
        "path": "INSTRUCTION_DETAILS.instruction_id",
        "short": "Reference to causing Instruction.",
        "definition": "Reference to causing Instruction.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/LOCATABLE-REF"
          }
        ],
        "isModifier": false
      },
      {
        "id": "INSTRUCTION_DETAILS.activity-id",
        "path": "INSTRUCTION_DETAILS.activity_id",
        "short": "Identifier of Activity within Instruction, in the form of its archetype path.",
        "definition": "Identifier of Activity within Instruction, in the form of its archetype path. ",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "INSTRUCTION_DETAILS.wf-details",
        "path": "INSTRUCTION_DETAILS.wf_details",
        "short": "Various workflow engine state details, potentially including such things as:\n\n* condition that fired to cause this Action to be done (with actual variables substituted); \n* list of notifications which actually occurred (with all variables substituted); \n* other workflow engine state.",
        "definition": "Various workflow engine state details, potentially including such things as:\n\n* condition that fired to cause this Action to be done (with actual variables substituted); \n* list of notifications which actually occurred (with all variables substituted); \n* other workflow engine state. \n\nThis specification does not currently define the actual structure or semantics of this field. \n",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/ITEM-STRUCTURE"
          }
        ],
        "isModifier": false
      }
    ]
  }
}