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

FHIR IG Statistics: CapabilityStatement/conformance-ehrs-rle

Packagehl7.fhir.uv.ehrs-rle
TypeCapabilityStatement
Idconformance-ehrs-rle
FHIR VersionR6
Sourcehttp://hl7.org/fhir/uv/ehrs-rle/https://build.fhir.org/ig/HL7/ehrs-rle-ig/CapabilityStatement-conformance-ehrs-rle.html
URLhttp://hl7.org/fhir/uv/ehrs-rle/CapabilityStatement/conformance-ehrs-rle
Version1.2.0
Statusdraft
Date2025-01-30T16:34:01+00:00
NameEHRSFunctionalModelRecordLifecycleEventsCapabilityStatement
TitleEHRS Functional Model - Record Lifecycle Events - Capability Statement
Realmuv
Authorityhl7
DescriptionThis profile defines the expected capabilities of an ''Electronic Health Record System'' when conforming to the EHRS functional model's Record Lifecycle specification.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ehrsrle-auditeventEHRS Functional Model - Record Lifecycle Events - AuditEvent
ehrsrle-provenanceEHRS Functional Model - Record Lifecycle Events - Provenance

Narrative

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

Generated Narrative: CapabilityStatement conformance-ehrs-rle

EHRS Functional Model - Record Lifecycle Events - Capability Statement

  • Implementation Guide Version: 1.2.0
  • FHIR Version: 6.0.0-ballot2
  • Supported Formats: xml, json
  • Supported Patch Formats:
  • Published on: 2025-01-30 16:34:01+0000
  • Published by: HL7 International / Electronic Health Records

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

FHIR RESTful Capabilities

Mode: client

Conformant systems must record [[Provenance]] records on all Create, Update and Delete actions on any resource other than Provenance or AuditEvent. Conformant systems must record [[AuditEvent]] records on all Create, Update and Delete actions as well as all GET operations (read, search, etc.)

Security

Any security rules??

Summary of System-wide Interactions

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)

Resource Conformance: SHALL Provenance

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • SHALL support
    create

    Allows defining a new data element. Repositories requiring curation of submitted data elements may require all new data elements to have a status of 'draft'.

Resource Conformance: SHALL AuditEvent

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • SHALL support
    create

    Allows defining a new data element. Repositories requiring curation of submitted data elements may require all new data elements to have a status of 'draft'.


Source

{
  "resourceType": "CapabilityStatement",
  "id": "conformance-ehrs-rle",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "ehr"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/ehrs-rle/ImplementationGuide/hl7.fhir.uv.ehrs-rle"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/ehrs-rle/ImplementationGuide/hl7.fhir.uv.ehrs-rle"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/ehrs-rle/CapabilityStatement/conformance-ehrs-rle",
  "version": "1.2.0",
  "name": "EHRSFunctionalModelRecordLifecycleEventsCapabilityStatement",
  "title": "EHRS Functional Model - Record Lifecycle Events - Capability Statement",
  "status": "draft",
  "date": "2025-01-30T16:34:01+00:00",
  "publisher": "HL7 International / Electronic Health Records",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/ehr"
        }
      ]
    }
  ],
  "description": "This profile defines the expected capabilities of an ''Electronic Health Record System'' when conforming to the EHRS functional model's Record Lifecycle specification.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "6.0.0-ballot2",
  "format": [
    "xml",
    "json"
  ],
  "rest": [
    {
      "mode": "client",
      "documentation": "Conformant systems must record [[Provenance]] records on all Create, Update and Delete actions on any resource other than Provenance or AuditEvent.       Conformant systems must record [[AuditEvent]] records on all Create, Update and Delete actions as well as all GET operations (read, search, etc.)",
      "security": {
        "description": "Any security rules??"
      },
      "resource": [
        {
          "type": "Provenance",
          "profile": "http://hl7.org/fhir/uv/ehrs-rle/StructureDefinition/ehrsrle-provenance",
          "interaction": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "create",
              "documentation": "Allows defining a new data element.  Repositories requiring curation of submitted data elements may require all new data elements to have a status of 'draft'."
            }
          ]
        },
        {
          "type": "AuditEvent",
          "profile": "http://hl7.org/fhir/uv/ehrs-rle/StructureDefinition/ehrsrle-auditevent",
          "interaction": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "create",
              "documentation": "Allows defining a new data element.  Repositories requiring curation of submitted data elements may require all new data elements to have a status of 'draft'."
            }
          ]
        }
      ]
    }
  ]
}