This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
EHRS FM - Record Lifecycle Event (id = "ehrs-rle")
<Conformance xmlns="http://hl7.org/fhir"> <id value="ehrs-rle"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <name value="Record Lifecycle-conformant Electronic Health Record System"/> <publisher value="Health Level Seven, Int'l - Electronic Health Record work group"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/special/committees/ehr.htm"/> </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."/> <status value="draft"/> <date value="2014-12-06"/> <fhirVersion value="0.2"/> <acceptUnknown value="false"/> <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> <reference value="http://hl7.org/fhir/StructureDefinition/provenance-ehr-rle"/> </profile> <interaction> <extension url="http://hl7.org/fhir/StructureDefinition/conformance-common-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> <reference value="http://hl7.org/fhir/StructureDefinition/auditevent-ehr-rle"/> </profile> <interaction> <extension url="http://hl7.org/fhir/StructureDefinition/conformance-common-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> </Conformance>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.