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

FHIR IG analytics

Packageopenehr.base
Resource TypeStructureDefinition
IdStructureDefinition-VERSIONED-EHR-ACCESS.json
FHIR VersionR5
Sourcehttp://fhir.org/guides/openehr/base/0.1.0-snapshot/StructureDefinition-VERSIONED-EHR-ACCESS.html
URLhttp://openehr.org/fhir/StructureDefinition/VERSIONED-EHR-ACCESS
Version0.1.0-snapshot
Statusactive
Date2025-09-06T15:35:39+10:00
NameVERSIONED_EHR_ACCESS
TitleVERSIONED_EHR_ACCESS
Realmuv
Authorityhl7
DescriptionVersion container for `EHR_ACCESS` instance.
Typehttp://openehr.org/fhir/StructureDefinition/VERSIONED_EHR_ACCESS
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-EHR-ACCESS

NameFlagsCard.TypeDescription & Constraintsdoco
.. VERSIONED_EHR_ACCESS<T : Any> 0..*VERSIONED_OBJECTVersion container for `EHR_ACCESS` instance.

Elements defined in Ancestors:uid, owner_id, time_created

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "VERSIONED-EHR-ACCESS",
  "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#_versioned_ehr_access_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-EHR-ACCESS",
  "version": "0.1.0-snapshot",
  "name": "VERSIONED_EHR_ACCESS",
  "title": "VERSIONED_EHR_ACCESS",
  "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": "Version container for `EHR_ACCESS` instance.",
  "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_EHR_ACCESS",
  "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_EHR_ACCESS",
        "path": "VERSIONED_EHR_ACCESS",
        "short": "Version container for `EHR_ACCESS` instance.",
        "definition": "Version container for `EHR_ACCESS` instance.",
        "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_EHR_ACCESS.uid",
        "path": "VERSIONED_EHR_ACCESS.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_EHR_ACCESS.owner-id",
        "path": "VERSIONED_EHR_ACCESS.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_EHR_ACCESS.time-created",
        "path": "VERSIONED_EHR_ACCESS.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_EHR_ACCESS",
        "path": "VERSIONED_EHR_ACCESS",
        "short": "Version container for `EHR_ACCESS` instance.",
        "definition": "Version container for `EHR_ACCESS` instance.",
        "min": 0,
        "max": "*",
        "isModifier": false
      }
    ]
  }
}