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 - JSON Representation

Page standards status: Informative Maturity Level: 1

Raw json | Download


{
  "resourceType" : "CapabilityStatement",
  "id" : "conformance-ehrs-rle",
  "text" : {
    "status" : "extensions",
    "div" : "<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>\n</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>\n</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>"
  },
  "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'."
            }
          ]
        }
      ]
    }
  ]
}