This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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
{ "resourceType": "Conformance", "id": "example", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "url": "68D043B5-9ECF-4559-A57A-396E0D452311", "version": "20130510", "name": "ACME EHR Conformance statement", "publisher": "ACME Corporation", "contact": [ { "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" }, "interaction": [ { "code": "read" }, { "code": "vread" }, { "code": "update" }, { "code": "history-instance" }, { "code": "create" }, { "code": "history-type" } ] } ], "interaction": [ { "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" } } ] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.