This page is part of the CDISC Lab Semantics in FHIR (v0.1.0: STU1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
JSON Format: CapabilityStatement-server
Raw json
{ "resourceType" : "CapabilityStatement", "id" : "server", "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <ul>\n <li>FHIR Version: 4.0.0</li>\n <li>Supported formats: xml, json</li>\n <li>Published: 2019-04-29</li>\n <li>Published by: Health eData Inc</li>\n </ul>\n <p>The Section describes the expected capabilities etc....</p>\n </div>" }, "url" : "http://hl7.org/fhir/uv/cdisc-lab/CapabilityStatement/server", "version" : "0.1.0", "name" : "Server", "status" : "draft", "date" : "2019-04-29T00:00:00-04:00", "publisher" : "Health eData Inc", "contact" : [ { "telecom" : [ { "system" : "other", "value" : "denney@lilly.com" } ] } ], "description" : "This resource defines the expected capabilities ", "kind" : "requirements", "fhirVersion" : "4.0.0", "format" : [ "xml", "json" ], "rest" : [ { "mode" : "server", "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" } ] } ] } ] }