Sha256: ffd9bbc68161f773f316ef064c718b31b533a4a137ff71b840cb085913861140

Contents?: true

Size: 1.92 KB

Versions: 3

Compression:

Stored size: 1.92 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="base2"/>
  
  <url value="http://hl7.org/fhir/CapabilityStatement/base2"/>
  <version value="4.0.0"/>
  <name value="Base FHIR Capability Statement (Empty)"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2018-12-27T22:37:54+11:00"/>
  <publisher value="FHIR Project Team"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description value="This is the base Capability Statement for FHIR. It represents a server that provides the none of the functionality defined by FHIR. It is provided to use as a template for system designers to build their own Capability Statements from. A capability statement has to contain something, so this contains a read of a Capability Statement"/>
  <kind value="capability"/>
  <software>
    <name value="Insert your software name here..."/>
  </software>
  <fhirVersion value="4.0.0"/>
  <format value="xml"/>
  <format value="json"/>
  <rest>
    <mode value="server"/>
    <documentation value="An empty Capability Statement"/>
    <security>
      <cors value="true"/>
      <service>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/restful-security-service"/>
          <code value="SMART-on-FHIR"/>
          <display value="SMART-on-FHIR"/>
        </coding>
        <text value="See http://docs.smarthealthit.org/"/>
      </service>
      <description value="This is the Capability Statement to declare that the server supports SMART-on-FHIR. See the SMART-on-FHIR docs for the extension that would go with such a server"/>
    </security>
    <resource>
      <type value="CapabilityStatement"/>
      <interaction>
        <code value="read"/>
        <documentation value="Read CapabilityStatement Resource"/>
      </interaction>
    </resource>
  </rest>
</CapabilityStatement>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fhir_models-4.0.2 lib/fhir_models/examples/xml/capabilitystatement-base2.xml
fhir_models-4.0.1 lib/fhir_models/examples/xml/capabilitystatement-base2.xml
fhir_models-4.0.0 lib/fhir_models/examples/xml/capabilitystatement-base2.xml