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

 

Example of conformance

{"Conformance": {
  "acceptUnknown": {"value": "org.hl7.fhir.instance.model.Boolean@1300271a"},
  "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/profile/@bc054d23-75e1-4dc6-aca5-838b6b1ac81d/history/@b5fdd9fc-b021-4ea1-911a-721a60663796\">general document profile<\/a>.<\/p>\n    <\/div>"
  },
  "document": [{
    "documentation": {"value": "Basic rules for all documents in the EHR system"},
    "profile": {"value": "http://fhir.hl7.org/base/profile/@bc054d23-75e1-4dc6-aca5-838b6b1ac81d/history/@b5fdd9fc-b021-4ea1-911a-721a60663796"},
    "mode": "consumer"
  }],
  "software": {
    "name": {"value": "EHR"},
    "version": {"value": "0.00.020.2134"}
  },
  "messaging": [{"event": [{
    "request": {"value": "http://fhir.hl7.org/base/profile/@7896271d-57f6-4231-89dc-dcc91eab2416"},
    "focus": {"value": "Person"},
    "code": {"value": "admin-notify"},
    "mode": "receiver"
  }]}],
  "rest": [{
    "resource": [{
      "operation": [
        {"code": "read"},
        {"code": "vread"},
        {"code": "update"},
        {"code": "history"},
        {"code": "create"},
        {"code": "updates"}
      ],
      "type": {"value": "Person"},
      "profile": {"value": "http://fhir.hl7.org/base/profile/@7896271d-57f6-4231-89dc-dcc91eab2416"}
    }],
    "mode": "server"
  }],
  "date": {"value": "2012-01-04"},
  "version": {"value": "0.02"},
  "publisher": {
    "name": {"value": "ACME Corporation"},
    "contact": [{
      "system": "email",
      "value": {"value": "wile@acme.org"}
    }]
  }
}}