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

 

General Condition Example

Raw JSON

{
  "Conformance":{
    "text":{
      "status":{
        "value":"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>"
    },
    "identifier":{
      "value":"68D043B5-9ECF-4559-A57A-396E0D452311"
    },
    "version":{
      "value":"20130510"
    },
    "publisher":{
      "value":"ACME Corporation"
    },
    "telecom":[
      {
        "system":{
          "value":"email"
        },
        "value":{
          "value":"wile@acme.org"
        }
      }
    ],
    "date":{
      "value":"2012-01-04"
    },
    "software":{
      "name":{
        "value":"EHR"
      },
      "version":{
        "value":"0.00.020.2134"
      }
    },
    "fhirVersion":{
      "value":"0.07"
    },
    "acceptUnknown":{
      "value":true
    },
    "format":[
      {
        "value":"xml"
      },
      {
        "value":"json"
      }
    ],
    "rest":[
      {
        "mode":{
          "value":"server"
        },
        "resource":[
          {
            "type":{
              "value":"Patient"
            },
            "profile":{
              "type":{
                "value":"Profile"
              },
              "reference":{
                "value":"http://fhir.hl7.org/base/profile/@7896271d-57f6-4231-89dc-dcc91eab2416"
              }
            },
            "operation":[
              {
                "code":{
                  "value":"read"
                }
              },
              {
                "code":{
                  "value":"vread"
                }
              },
              {
                "code":{
                  "value":"update"
                }
              },
              {
                "code":{
                  "value":"history-instance"
                }
              },
              {
                "code":{
                  "value":"create"
                }
              },
              {
                "code":{
                  "value":"history-type"
                }
              }
            ]
          }
        ],
        "batch":{
          "value":true
        },
        "history":{
          "value":true
        }
      }
    ],
    "messaging":[
      {
        "event":[
          {
            "code":{
              "value":"admin-notify"
            },
            "mode":{
              "value":"receiver"
            },
            "focus":{
              "value":"Patient"
            },
            "request":{
              "type":{
                "value":"Profile"
              },
              "reference":{
                "value":"profile/@101"
              }
            },
            "response":{
              "type":{
                "value":"Profile"
              },
              "reference":{
                "value":"profile/@101"
              }
            }
          }
        ]
      }
    ],
    "document":[
      {
        "mode":{
          "value":"consumer"
        },
        "documentation":{
          "value":"Basic rules for all documents in the EHR system"
        },
        "profile":{
          "type":{
            "value":"Profile"
          },
          "reference":{
            "value":"http://fhir.hl7.org/base/profile/@bc054d23-75e1-4dc6-aca5-838b6b1ac81d/history/@b5fdd9fc-b021-4ea1-911a-721a60663796"
          }
        }
      }
    ]
  }
}