EHRS Functional Model - Record Lifecycle Events Implementation Guide
1.0.0-ballot - Informative Release 1 International flag

This page is part of the EHRS Functional Model - Record Lifecycle Events Implementation Guide (v1.0.0-ballot: Informative Release 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: EHRS Functional Model - Record Lifecycle Events Capability Statement - XML Representation

Page standards status: Informative Maturity Level: 1

Raw xml | Download



<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="conformance-ehrs-rle"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>EHRSFunctionalModelRecordLifecycleEventsCapabilityStatement</h2><div><p>This profile defines the expected capabilities of an ''Electronic Health Record System'' when conforming to the EHRS functional model's Record Lifecycle specification.</p>
</div><table><tr><td>Mode</td><td>CLIENT</td></tr><tr><td>Description</td><td><div><p>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.)</p>
</div></td></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title="GET a resource (read interaction)">Read</b></th><th><b title="GET all set of resources of the type (search interaction)">Search</b></th><th><b title="PUT a new resource version (update interaction)">Update</b></th><th><b title="POST a new resource (create interaction)">Create</b></th></tr><tr><td>Provenance</td><td><a href="http://hl7.org/fhir/StructureDefinition/ehrsrle-provenance">http://hl7.org/fhir/StructureDefinition/ehrsrle-provenance</a></td><td></td><td></td><td></td><td>y</td></tr><tr><td>AuditEvent</td><td><a href="http://hl7.org/fhir/StructureDefinition/ehrsrle-auditevent">http://hl7.org/fhir/StructureDefinition/ehrsrle-auditevent</a></td><td></td><td></td><td></td><td>y</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/uv/ehrs-rle/ImplementationGuide/ehrs-rle"/>
      </extension>
    </valueInteger>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="informative">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/uv/ehrs-rle/ImplementationGuide/ehrs-rle"/>
      </extension>
    </valueCode>
  </extension>
  <url
       value="http://hl7.org/fhir/uv/ehrs-rle/CapabilityStatement/conformance-ehrs-rle"/>
  <version value="1.0.0-ballot"/>
  <name value="EHRSFunctionalModelRecordLifecycleEventsCapabilityStatement"/>
  <title
         value="EHRS Functional Model - Record Lifecycle Events Capability Statement"/>
  <status value="draft"/>
  <date value="2014-12-06"/>
  <publisher
             value="Health Level Seven International - Electronic Health Record Work Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/ehr"/>
    </telecom>
  </contact>
  <description
               value="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 value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <kind value="requirements"/>
  <fhirVersion value="4.0.1"/>
  <format value="xml"/>
  <format value="json"/>
  <rest>
    <mode value="client"/>
    <documentation
                   value="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 value="Any security rules??"/>
    </security>
    <resource>
      <type value="Provenance"/>
      <profile
               value="http://hl7.org/fhir/StructureDefinition/ehrsrle-provenance"/>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="create"/>
        <documentation
                       value="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'."/>
      </interaction>
    </resource>
    <resource>
      <type value="AuditEvent"/>
      <profile
               value="http://hl7.org/fhir/StructureDefinition/ehrsrle-auditevent"/>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="create"/>
        <documentation
                       value="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'."/>
      </interaction>
    </resource>
  </rest>
</CapabilityStatement>