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
Page standards status: Informative | Maturity Level: 1 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CapabilityStatement;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "conformance-ehrs-rle"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.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>"
]; #
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
fhir:Extension.valueInteger [
fhir:value "1"^^xsd:integer;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ];
fhir:Extension.valueCanonical [
fhir:value "http://hl7.org/fhir/uv/ehrs-rle/ImplementationGuide/ehrs-rle";
fhir:link <http://hl7.org/fhir/uv/ehrs-rle/ImplementationGuide/ehrs-rle> ] ] ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
fhir:Extension.valueCode [
fhir:value "informative";
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ];
fhir:Extension.valueCanonical [
fhir:value "http://hl7.org/fhir/uv/ehrs-rle/ImplementationGuide/ehrs-rle";
fhir:link <http://hl7.org/fhir/uv/ehrs-rle/ImplementationGuide/ehrs-rle> ] ] ]
]; #
fhir:CapabilityStatement.url [ fhir:value "http://hl7.org/fhir/uv/ehrs-rle/CapabilityStatement/conformance-ehrs-rle"]; #
fhir:CapabilityStatement.version [ fhir:value "1.0.0-ballot"]; #
fhir:CapabilityStatement.name [ fhir:value "EHRSFunctionalModelRecordLifecycleEventsCapabilityStatement"]; #
fhir:CapabilityStatement.title [ fhir:value "EHRS Functional Model - Record Lifecycle Events Capability Statement"]; #
fhir:CapabilityStatement.status [ fhir:value "draft"]; #
fhir:CapabilityStatement.date [ fhir:value "2014-12-06"^^xsd:date]; #
fhir:CapabilityStatement.publisher [ fhir:value "Health Level Seven International - Electronic Health Record Work Group"]; #
fhir:CapabilityStatement.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/ehr" ] ]
]; #
fhir:CapabilityStatement.description [ fhir:value "This profile defines the expected capabilities of an ''Electronic Health Record System'' when conforming to the EHRS functional model's Record Lifecycle specification."]; #
fhir:CapabilityStatement.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ] ]
]; #
fhir:CapabilityStatement.kind [ fhir:value "requirements"]; #
fhir:CapabilityStatement.fhirVersion [ fhir:value "4.0.1"]; #
fhir:CapabilityStatement.format [
fhir:value "xml";
fhir:index 0
], [
fhir:value "json";
fhir:index 1
]; #
fhir:CapabilityStatement.rest [
fhir:index 0;
fhir:CapabilityStatement.rest.mode [ fhir:value "client" ];
fhir:CapabilityStatement.rest.documentation [ fhir: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.)" ];
fhir:CapabilityStatement.rest.security [
fhir:CapabilityStatement.rest.security.description [ fhir:value "Any security rules??" ] ];
fhir:CapabilityStatement.rest.resource [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Provenance" ];
fhir:CapabilityStatement.rest.resource.profile [
fhir:value "http://hl7.org/fhir/StructureDefinition/ehrsrle-provenance";
fhir:link <http://hl7.org/fhir/StructureDefinition/ehrsrle-provenance> ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ];
fhir:Extension.valueCode [ fhir:value "SHALL" ] ];
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ];
fhir:CapabilityStatement.rest.resource.interaction.documentation [ fhir: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'." ] ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "AuditEvent" ];
fhir:CapabilityStatement.rest.resource.profile [
fhir:value "http://hl7.org/fhir/StructureDefinition/ehrsrle-auditevent";
fhir:link <http://hl7.org/fhir/StructureDefinition/ehrsrle-auditevent> ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ];
fhir:Extension.valueCode [ fhir:value "SHALL" ] ];
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ];
fhir:CapabilityStatement.rest.resource.interaction.documentation [ fhir: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'." ] ] ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2022+ Health Level Seven International - Electronic Health Record Work Group. Package hl7.fhir.uv.ehrs-rle#1.0.0-ballot based on FHIR 4.0.1. Generated 2022-12-07
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change