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

FHIR IG analytics

Packageopenehr.base
Resource TypeStructureDefinition
IdStructureDefinition-VERSIONED-FOLDER.json
FHIR VersionR5
Sourcehttp://fhir.org/guides/openehr/base/0.1.0-snapshot/StructureDefinition-VERSIONED-FOLDER.html
URLhttp://openehr.org/fhir/StructureDefinition/VERSIONED-FOLDER
Version0.1.0-snapshot
Statusactive
Date2025-09-06T15:35:39+10:00
NameVERSIONED_FOLDER
TitleVERSIONED_FOLDER
Realmuv
Authorityhl7
DescriptionA version-controlled hierarchy of `FOLDERs` giving the effect of a directory.
Typehttp://openehr.org/fhir/StructureDefinition/VERSIONED_FOLDER
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
openehr.base#0.1.0-snapshotVERSIONED-OBJECTVERSIONED_OBJECT

Narrative

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

Generated Narrative: StructureDefinition VERSIONED-FOLDER

NameFlagsCard.TypeDescription & Constraintsdoco
.. VERSIONED_FOLDER<T : Any> 0..*VERSIONED_OBJECTA version-controlled hierarchy of `FOLDERs` giving the effect of a directory.

Elements defined in Ancestors:uid, owner_id, time_created

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "VERSIONED-FOLDER",
  "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#_versioned_folder_class"
    },
    {
      "extension": [
        {
          "url": "name",
          "valueCode": "T"
        },
        {
          "url": "type",
          "valueUri": "http://openehr.org/fhir/StructureDefinition/Any"
        }
      ],
      "url": "http://hl7.org/fhir/tools/StructureDefinition/type-parameter"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
      "valueCanonical": "#version_count"
    },
    {
      "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/VERSIONED-FOLDER",
  "version": "0.1.0-snapshot",
  "name": "VERSIONED_FOLDER",
  "title": "VERSIONED_FOLDER",
  "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 version-controlled hierarchy of `FOLDERs` giving the effect of a directory. ",
  "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/VERSIONED_FOLDER",
  "baseDefinition": "http://openehr.org/fhir/StructureDefinition/VERSIONED-OBJECT",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.1.0-snapshot"
      }
    ],
    "element": [
      {
        "id": "VERSIONED_FOLDER",
        "path": "VERSIONED_FOLDER",
        "short": "A version-controlled hierarchy of `FOLDERs` giving the effect of a directory.",
        "definition": "A version-controlled hierarchy of `FOLDERs` giving the effect of a directory. ",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "constraint": [
          {
            "key": "Version_count_valid",
            "severity": "error",
            "human": "Version count valid must satisfy range constraints",
            "expression": "version_count() >= 0",
            "source": "http://openehr.org/fhir/StructureDefinition/VERSIONED-OBJECT"
          },
          {
            "key": "All_version_ids_valid",
            "severity": "error",
            "human": "All version ids valid",
            "expression": "all_version_ids().count() = version_count()",
            "source": "http://openehr.org/fhir/StructureDefinition/VERSIONED-OBJECT"
          },
          {
            "key": "All_versions_valid",
            "severity": "error",
            "human": "All versions valid",
            "expression": "all_versions().count() = version_count()",
            "source": "http://openehr.org/fhir/StructureDefinition/VERSIONED-OBJECT"
          },
          {
            "key": "Latest_version_valid",
            "severity": "error",
            "human": "Latest version valid must be present",
            "expression": "version_count() > 0 implies latest_version().exists()",
            "source": "http://openehr.org/fhir/StructureDefinition/VERSIONED-OBJECT"
          },
          {
            "key": "Uid_validity",
            "severity": "error",
            "human": "Uid validity must not be empty",
            "expression": "extension.empty()",
            "source": "http://openehr.org/fhir/StructureDefinition/VERSIONED-OBJECT"
          }
        ],
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "VERSIONED_FOLDER.uid",
        "path": "VERSIONED_FOLDER.uid",
        "short": "Unique identifier of this version container in the form of a UID with no extension.",
        "definition": "Unique identifier of this version container in the form of a UID with no extension. This id will be the same in all instances of the same container in a distributed environment, meaning that it can be understood as the uid of the  virtual version tree.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "VERSIONED_OBJECT.uid",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/HIER-OBJECT-ID"
          }
        ],
        "isModifier": false
      },
      {
        "id": "VERSIONED_FOLDER.owner-id",
        "path": "VERSIONED_FOLDER.owner_id",
        "short": "Reference to object to which this version container belongs, e.",
        "definition": "Reference to object to which this version container belongs, e.g. the id of the containing EHR or other relevant owning entity.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "VERSIONED_OBJECT.owner_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/OBJECT-REF"
          }
        ],
        "isModifier": false
      },
      {
        "id": "VERSIONED_FOLDER.time-created",
        "path": "VERSIONED_FOLDER.time_created",
        "short": "Time of initial creation of this versioned object.",
        "definition": "Time of initial creation of this versioned object.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "VERSIONED_OBJECT.time_created",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/DV-DATE-TIME"
          }
        ],
        "isModifier": false
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "VERSIONED_FOLDER",
        "path": "VERSIONED_FOLDER",
        "short": "A version-controlled hierarchy of `FOLDERs` giving the effect of a directory.",
        "definition": "A version-controlled hierarchy of `FOLDERs` giving the effect of a directory. ",
        "min": 0,
        "max": "*",
        "isModifier": false
      }
    ]
  }
}