Open mHealth to HL7 FHIR® Implementation Guide CI Build

Open mHealth to FHIR - Local Development build (v0.0.0). See the Directory of published versions

JSON Format: CapabilityStatement-client

Download Raw json

{
  "resourceType" : "CapabilityStatement",
  "id" : "client",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<ul><li>FHIR Version: 3.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/omhtofhir/CapabilityStatement/client",
  "version" : "0.0.0",
  "name" : "Client",
  "status" : "draft",
  "date" : "2017-03-08",
  "publisher" : "Health eData Inc",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "ehaas@healthedatainc.com"
        }
      ]
    }
  ],
  "description" : "This resource defines the expected capabilities ",
  "kind" : "requirements",
  "fhirVersion" : "3.0.0",
  "format" : [
    "xml",
    "json"
  ],
  "rest" : [
    {
      "mode" : "client",
      "resource" : [
        {
          "type" : "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"
            }
          ]
        }
      ]
    }
  ]
}