This page is part of the CDISC Lab Semantics in FHIR (v1.0.0: STU1) based on FHIR R4. This is the current published version. 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.1</li>\n <li>Supported formats: xml, json</li>\n <li>Published: 2020-08-27</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" : "1.0.0", "name" : "Server", "status" : "draft", "date" : "2020-08-27", "publisher" : "Health eData Inc", "contact" : [ { "telecom" : [ { "system" : "other", "value" : "denney@lilly.com" } ] } ], "description" : "This resource defines the expected capabilities ", "jurisdiction" : [ { "coding" : [ { "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm", "code" : "001", "display" : "World" } ] } ], "kind" : "requirements", "fhirVersion" : "4.0.1", "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" } ] } ] } ] }