This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Conformance-example.json

General Condition Example

{
  "resourceType": "Conformance",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>The EHR Server supports the following transactions for the resource Person: read, vread, \n        update, history, search(name,gender), create and updates.</p>\n      <p>The EHR System supports the following message: admin-notify::Person.</p>\n      <p>The EHR Application has a <a href=\"http://fhir.hl7.org/base/Profilebc054d23-75e1-4dc6-aca5-838b6b1ac81d/history/b5fdd9fc-b021-4ea1-911a-721a60663796\">general document profile</a>.</p>\n    </div>"
  },
  "identifier": "68D043B5-9ECF-4559-A57A-396E0D452311",
  "version": "20130510",
  "name": "ACME EHR Conformance statement",
  "publisher": "ACME Corporation",
  "telecom": [
    {
      "system": "email",
      "value": "wile@acme.org"
    }
  ],
  "description": "This is the FHIR conformance statement for the main EHR at ACME for the private interface - it does not describe the public interface",
  "date": "2012-01-04",
  "software": {
    "name": "EHR",
    "version": "0.00.020.2134"
  },
  "fhirVersion": "0.07",
  "acceptUnknown": true,
  "format": [
    "xml",
    "json"
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "type": "Patient",
          "profile": {
            "reference": "http://fhir.hl7.org/base/Profile7896271d-57f6-4231-89dc-dcc91eab2416"
          },
          "operation": [
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "create"
            },
            {
              "code": "history-type"
            }
          ]
        }
      ],
      "operation": [
        {
          "code": "transaction"
        },
        {
          "code": "history-system"
        }
      ]
    }
  ],
  "messaging": [
    {
      "event": [
        {
          "code": {
            "system": "http://hl7.org/fhir/message-type",
            "code": "admin-notify"
          },
          "mode": "receiver",
          "focus": "Patient",
          "request": {
            "reference": "Profile/101"
          },
          "response": {
            "reference": "Profile/101"
          }
        }
      ]
    }
  ],
  "document": [
    {
      "mode": "consumer",
      "documentation": "Basic rules for all documents in the EHR system",
      "profile": {
        "reference": "http://fhir.hl7.org/base/Profilebc054d23-75e1-4dc6-aca5-838b6b1ac81d/history/b5fdd9fc-b021-4ea1-911a-721a60663796"
      }
    }
  ]
}