<Conformance xmlns="http://hl7.org/fhir">
  <id value="core-examples-68D043B5-9ECF-4559-A57A-396E0D452311" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T11:58:19.926+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>The EHR Server supports the following transactions for the resource Person: read, vread, 
        update, history, search(name,gender), create and updates.</p>
      <p>The EHR System supports the following message: admin-notify::Person.</p>
      <p>The EHR Application has a 
        <a href="http://fhir.hl7.org/base/Profilebc054d23-75e1-4dc6-aca5-838b6b1ac81d/_history/b5fdd9fc-b021-4ea1-911a-721a60663796">general document profile</a>.
      </p>
    </div>
  </text>
  <url value="68D043B5-9ECF-4559-A57A-396E0D452311" />
  <version value="20130510" />
  <name value="ACME EHR Conformance statement" />
  <status value="draft" />
  <experimental value="true" />
  <publisher value="ACME Corporation" />
  <contact>
    <name value="System Administrator" />
    <telecom>
      <system value="email" />
      <value value="wile@acme.org" />
    </telecom>
  </contact>
  <date value="2012-01-04" />
  <description value="This is the FHIR conformance statement for the main EHR at ACME for the private interface - it does not describe the public interface" />
  <requirements value="Main EHR conformance statement, published for contracting and operational support" />
  <copyright value="Copyright © Acme Healthcare and GoodCorp EHR Systems" />
  <kind value="instance" />
  <software>
    <name value="EHR" />
    <version value="0.00.020.2134" />
    <releaseDate value="2012-01-04" />
  </software>
  <implementation>
    <description value="main EHR at ACME" />
    <url value="http://10.2.3.4/fhir" />
  </implementation>
  <fhirVersion value="1.0.0" />
  <acceptUnknown value="both" />
  <format value="xml" />
  <format value="json" />
  <rest>
    <mode value="server" />
    <documentation value="Main FHIR endpoint for acem health" />
    <security>
      <cors value="true" />
      <service>
        <coding>
          <system value="http://hl7.org/fhir/restful-security-service" />
          <code value="SMART-on-FHIR" />
        </coding>
      </service>
      <description value="See Smart on FHIR documentation" />
      <certificate>
        <type value="application/jwt" />
        <blob value="IHRoaXMgYmxvYiBpcyBub3QgdmFsaWQ=" />
      </certificate>
    </security>
    <resource>
      <type value="Patient" />
      <profile>
        <reference value="http://fhir.hl7.org/base/Profile7896271d-57f6-4231-89dc-dcc91eab2416" />
      </profile>
      <interaction>
        <code value="read" />
      </interaction>
      <interaction>
        <code value="vread" />
        <documentation value="Only supported for patient records since 12-Dec 2012" />
      </interaction>
      <interaction>
        <code value="update" />
      </interaction>
      <interaction>
        <code value="history-instance" />
      </interaction>
      <interaction>
        <code value="create" />
      </interaction>
      <interaction>
        <code value="history-type" />
      </interaction>
      <versioning value="versioned-update" />
      <readHistory value="true" />
      <updateCreate value="false" />
      <conditionalCreate value="true" />
      <conditionalUpdate value="false" />
      <conditionalDelete value="not-supported" />
      <searchInclude value="Organization" />
      <searchRevInclude value="Person" />
      <searchParam>
        <name value="identifier" />
        <definition value="http://hl7.org/fhir/SearchParameter/Patient-identifier" />
        <type value="token" />
        <documentation value="Only supports search by institution MRN" />
        <modifier value="missing" />
      </searchParam>
      <searchParam>
        <name value="careprovider" />
        <definition value="http://hl7.org/fhir/SearchParameter/Patient-careprovider" />
        <type value="reference" />
        <target value="Organization" />
        <modifier value="missing" />
        <chain value="name" />
        <chain value="identifier" />
      </searchParam>
    </resource>
    <interaction>
      <code value="transaction" />
    </interaction>
    <interaction>
      <code value="history-system" />
    </interaction>
    <compartment value="http://hl7.org/fhir/compartment/Patient" />
  </rest>
  <messaging>
    <endpoint>
      <protocol>
        <system value="http://hl7.org/fhir/message-transport" />
        <code value="mllp" />
      </protocol>
      <address value="mllp:10.1.1.10:9234" />
    </endpoint>
    <reliableCache value="30" />
    <documentation value="ADT A08 equivalent for external system notifications" />
    <event>
      <code>
        <system value="http://hl7.org/fhir/message-type" />
        <code value="admin-notify" />
      </code>
      <category value="Consequence" />
      <mode value="receiver" />
      <focus value="Patient" />
      <request>
        <reference value="StructureDefinition/daf-patient" />
      </request>
      <response>
        <reference value="StructureDefinition/MessageHeader" />
      </response>
      <documentation value="Notification of an update to a patient resource. changing the links is not supported" />
    </event>
  </messaging>
  <document>
    <mode value="consumer" />
    <documentation value="Basic rules for all documents in the EHR system" />
    <profile>
      <reference value="http://fhir.hl7.org/base/Profilebc054d23-75e1-4dc6-aca5-838b6b1ac81d/_history/b5fdd9fc-b021-4ea1-911a-721a60663796" />
    </profile>
  </document>
</Conformance>