STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

Conformance-ehrs-rle.ttl

Raw Turtle, JSON-LD

System which records information about EHR events

@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 xs: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir//Conformance/conformance-ehrs-rle> a fhir:Conformance;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "conformance-ehrs-rle"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:Conformance.name [ fhir:value "Record Lifecycle-conformant Electronic Health Record System"];
  fhir:Conformance.status [ fhir:value "draft"];
  fhir:Conformance.date [ fhir:value "2014-12-06"^^xs:date];
  fhir:Conformance.publisher [ fhir:value "Health Level Seven, Int'l - Electronic Health Record work group"];
  fhir:Conformance.contact [
     fhir:index 0;
     fhir:Conformance.contact.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/special/committees/ehr.htm" ]     ]
  ];
  fhir:Conformance.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:Conformance.kind [ fhir:value "requirements"];
  fhir:Conformance.fhirVersion [ fhir:value "1.0.0"];
  fhir:Conformance.acceptUnknown [ fhir:value "extensions"];
  fhir:Conformance.format [
     fhir:value "xml";
     fhir:index 0
  ];
  fhir:Conformance.format [
     fhir:value "json";
     fhir:index 1
  ];
  fhir:Conformance.rest [
     fhir:index 0;
     fhir:Conformance.rest.mode [ fhir:value "client" ];
     fhir:Conformance.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:Conformance.rest.security [
       fhir:Conformance.rest.security.description [ fhir:value "Any security rules??" ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 0;
       fhir:Conformance.rest.resource.type [ fhir:value "Provenance" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/provenance-ehr-rle>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/provenance-ehr-rle" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "create" ];
         fhir:Conformance.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:Conformance.rest.resource [
       fhir:index 1;
       fhir:Conformance.rest.resource.type [ fhir:value "AuditEvent" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/auditevent-ehr-rle>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/auditevent-ehr-rle" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "create" ];
         fhir:Conformance.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'." ]       ]     ]
  ].

# -------------------------------------------------------------------------------------


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.