electronic Case Reporting (eCR) Implementation Guide Release For Comment Ballot Version

This page is part of the electronic Case Reporting (eCR) (v0.1.0: STU 1 Ballot 1) based on FHIR R3. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

XML Format: CapabilityStatement-client

Raw xml


<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="client"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
<ul><li>FHIR Version: 3.0.1</li><li>Supported formats: xml, json</li><li>Published: 2017-12-17</li><li>Published by: HL7 PHER Workgroup</li></ul><p>...TODO... This Section will describes the expected capabilities etc....</p></div>
  </text>
  <url value="http://fhir.hl7.org/us/ecr/CapabilityStatement/client"/>
  <version value="0.0.0"/>
  <name value="Client"/>
  <status value="draft"/>
  <date value="2017-03-08T00:00:00+11:00"/>
  <publisher value="Health eData Inc"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="ehaas@healthedatainc.com"/>
    </telecom>
  </contact>
  <description value="This resource defines the expected capabilities "/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States Minor Outlying Islands (the)"/>
    </coding>
  </jurisdiction>
  <kind value="requirements"/>
  <fhirVersion value="3.0.0"/>
  <acceptUnknown value="extensions"/>
  <format value="xml"/>
  <format value="json"/>
  <rest>
    <mode value="client"/>
    <resource>
      <type value="Basic"/>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
    </resource>
  </rest>
</CapabilityStatement>