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

FHIR IG analytics

Packagehl7.fhir.uv.ehrs-rle.r4
Resource TypeCapabilityStatement
IdCapabilityStatement-conformance-ehrs-rle.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

EHRSFunctionalModelRecordLifecycleEventsCapabilityStatement

This profile defines the expected capabilities of an ''Electronic Health Record System'' when conforming to the EHRS functional model's Record Lifecycle specification.

ModeCLIENT
Description

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.)

Transaction
System History
System Search
Resource TypeProfileReadSearchUpdateCreate
Provenancehttp://hl7.org/fhir/StructureDefinition/ehrsrle-provenancey
AuditEventhttp://hl7.org/fhir/StructureDefinition/ehrsrle-auditeventy

Source1

{
  "resourceType": "CapabilityStatement",
  "id": "conformance-ehrs-rle",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "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/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/ehrs-rle"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/ehrs-rle/CapabilityStatement/conformance-ehrs-rle",
  "version": "1.0.0-ballot",
  "name": "EHRSFunctionalModelRecordLifecycleEventsCapabilityStatement",
  "title": "EHRS Functional Model - Record Lifecycle Events Capability Statement",
  "status": "draft",
  "date": "2014-12-06",
  "publisher": "Health Level Seven International - Electronic Health Record Work Group",
  "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": "4.0.1",
  "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/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/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'."
            }
          ]
        }
      ]
    }
  ]
}