PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.4.0
    http://hl7.org/fhir/Conformance/base2
{
  "description": "This is the base conformance 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 conformance statements from. A conformance profile has to contain something, so this contains a read of a Conformance Statement",
  "_filename": "conformance-base2.json",
  "package_name": "hl7.fhir.core",
  "format": [ "xml", "json" ],
  "date": "2016-03-31T08:01:25+11:00",
  "publisher": "FHIR Project Team",
  "fhirVersion": "1.4.0",
  "name": "Base FHIR Conformance Statement (Empty)",
  "acceptUnknown": "no",
  "type": null,
  "experimental": "true",
  "resourceType": "Conformance",
  "title": null,
  "package_version": "1.4.0",
  "status": "draft",
  "id": "34ade085-b70e-4399-bc94-e75ef06f919b",
  "kind": "capability",
  "url": "http://hl7.org/fhir/Conformance/base2",
  "software": {
    "name": "Insert your softwware name here..."
  },
  "version": "1.4.0-8139",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "other"
    } ]
  } ],
  "rest": [ {
    "mode": "server",
    "resource": [ {
      "type": "Conformance",
      "interaction": [ {
        "code": "read",
        "documentation": "Read Conformance Resource"
      } ]
    } ],
    "security": {
      "cors": true,
      "service": [ {
        "text": "See http://docs.smarthealthit.org/",
        "coding": [ {
          "code": "SMART-on-FHIR",
          "system": "http://hl7.org/fhir/restful-security-service",
          "display": "SMART-on-FHIR"
        } ]
      } ],
      "description": "This is the conformance 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"
    },
    "documentation": "An empty conformance statement"
  } ]
}