This page is part of the FHIR Specification (v0.01: Historical Archive Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

<Conformance xmlns="http://www.hl7.org/fhir">
  <id>6cb96d2f-cfa5-4da9-a5a6-d1a087da0baf</id>
  <date>2012-01-04</date>
  <publisher>
    <name>ACME Corporation</name>
    <contact>
      <system>email</system>
      <value>wile@acme.org</value>
    </contact>
  </publisher>
  <software>
    <name>EHR</name>
    <version>0.00.020.2134</version>
  </software>
  <mode>server</mode>
  <resource>
    <type>Patient</type>
  </resource>
  <operation>
    <read>true</read>
    <vread>true</vread>
    <update>true</update>
    <delete>false</delete>
    <validate>false</validate>
    <history>true</history>
    <transaction>
      <name>link</name>
    </transaction>
    <search>
      <param>name</param>
      <param>gender</param>
    </search>
    <create>
      <id>server</id>
    </create>
    <updates>true</updates>
    <schema>false</schema>
  </operation>
  

  <text>
    <status>generated</status>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>The EHR Server supports the following transactions for the resource "Patient": read, vread, update, history, transaction(link), search(name,gender), create(server-id only), and updates</p>
    </div>
  </text>
</Conformance>