IG Test3 Implementation Guide CI Build

IG Test3 - Local Development build (v0.0.0). See the Directory of published versions

JSON Format: CapabilityStatement-server

Download Raw json

{
  "resourceType" : "CapabilityStatement",
  "id" : "server",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<ul><li>FHIR Version: 4.0.0</li><li>Supported formats: xml, json</li><li>Published: 2017-03-08</li><li>Published by: Health eData Inc</li></ul><p>The Section describes the expected capabilities etc....</p></div>"
  },
  "url" : "http://www.fhir.org/guides/test3/CapabilityStatement/server",
  "version" : "0.0.0",
  "name" : "Server",
  "status" : "draft",
  "date" : "2017-03-08T00:00:00-08:00",
  "publisher" : "Health eData Inc",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "ehaas@healthedatainc.com"
        }
      ]
    }
  ],
  "description" : "This resource defines the expected capabilities ",
  "kind" : "requirements",
  "fhirVersion" : "4.0.0",
  "format" : [
    "xml",
    "json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "resource" : [
        {
          "type" : "Basic",
          "supportedProfile" : [
            "http://www.fhir.org/guides/test3/StructureDefinition/template-basic"
          ],
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHOULD"
                }
              ],
              "code" : "search-type"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHOULD"
                }
              ],
              "code" : "read"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHOULD"
                }
              ],
              "code" : "history-instance"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHOULD"
                }
              ],
              "code" : "vread"
            }
          ]
        }
      ]
    }
  ]
}