This page is part of the FHIR Specification (v0.01: Historical Archive 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
A conformance statement returned by request in an RESTful framework.
The relative url is /conformances
<Conformance xmlns="http://www.hl7.org/fhir"> <id> mand id ConformanceStatement Id (UUID)</id> <date> mand dateTime Publication Date</date> <publisher> mand <name> mand string Publishing Organization</name> <address> opt Zero+ Address Address of Organization</address> <contact> opt Zero+ Contact Contacts for Organization</contact> </publisher> <software> mand <name> mand string Name software is known by</name> <version> mand string Version covered by this statement</version> <releaseDate> opt dateTime Date this version released</releaseDate> </software> <mode> mand code client | server</mode> <profile> opt Zero+ uri other profiles that apply (i.e. code binding rules)</profile> <resource> mand Constraint Resource Type with constraints</resource> <operation> cond <read> opt boolean if supported</read> <vread> opt boolean if supported</vread> <update> opt boolean if supported</update> <delete> opt boolean if supported</delete> <validate> opt boolean if supported</validate> <history> opt boolean if supported</history> <transaction> opt <!-- only if supported --> <name> mand One+ code transaction names supported</name> </transaction> <search> opt <!-- only if supported --> <param> mand One+ string search params supported</param> </search> <create> opt <!-- if supported --> <id> mand code source of id: client | server | either</id> </create> <updates> opt boolean <!-- if supported --> <param> mand Zero+ string update filter params supported</param> </updates> <schema> opt boolean if supported</schema> </operation> <extensions> opt See Extensions See Extensions </extensions> <text> mand Narrative Text summary of conformance profile for human interpretation</text> </Conformance>
Schema for Conformance and an example (or formatted for browser)
Terminology Bindings
client | The application acts as a server for this resource | |
server | The application acts as a client for this resource |
client | The client must provide a unique resource id | |
server | The server defines the id and will reject any client attempt to define it | |
either | The client can provide a unique resource id, or the server will define it instead |
Notes:
The formal definitions for the elements above. Also available as an XML file.
This is an old version of FHIR retained for archive purposes. Do not use for anything else
Implementers are welcome to experiment with the content defined here, but should note that the contents are subject to change without prior notice.
© HL7.org 2011 - 2012. FHIR v0.01 generated on Mon, May 14, 2012 09:48+1000.