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

DocumentConformance

A conformance statement about how one or more FHIR documents.

The relative url is /documentconformances

Content

UML Image

<DocumentConformance 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> opt  <!-- If this is for an application -->
   <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>
  <profile> opt Zero+ uri other profiles that apply (i.e. code binding rules)</profile>
  <document> mand  <!-- One+ document definition -->
   <name> mand string Name for this particular document profile</name>
   <purpose> opt string Human description of this particular profile</purpose>
   <resource> mand One+ Constraint Constraint on a resource used in the document</resource>
  </document>
  <extensions> opt See Extensions   See Extensions </extensions>
  <text> mand Narrative Text summary of conformance profile for human interpretation</text>
</DocumentConformance>

Schema for DocumentConformance and an example (or formatted for browser)

Notes:

Formal Definitions

The formal definitions for the elements above. Also available as an XML file.

DocumentConformance
DefinitionA conformance statement about how one or more FHIR documents
ControlMandatory, 1..1
DocumentConformance.id
DefinitionGlobally unique Conformance Statement Id (Must be a UUID)
ControlMandatory, 1..1
Typeid
DocumentConformance.date
DefinitionDate that this conformance statement is published
ControlMandatory, 1..1
TypedateTime
DocumentConformance.publisher
DefinitionThe organization that publishes this conformance statement
ControlMandatory, 1..1
DocumentConformance.publisher.name
DefinitionName of Organization
ControlMandatory, 1..1
Typestring
DocumentConformance.publisher.address
DefinitionAddress of Organization
ControlOptional, 0..*
TypeAddress
DocumentConformance.publisher.contact
DefinitionContacts for Organization
ControlOptional, 0..*
TypeContact
DocumentConformance.software
DefinitionThe software that is covered by this conformance statement
ControlOptional, 0..1
DocumentConformance.software.name
DefinitionName software is known by
ControlMandatory, 1..1
Typestring
DocumentConformance.software.version
DefinitionVersion covered by this statement
ControlMandatory, 1..1
Typestring
DocumentConformance.software.releaseDate
DefinitionDate this version released
ControlOptional, 0..1
TypedateTime
DocumentConformance.profile
DefinitionAdditional other profiles that apply to this conformance statement.
ControlOptional, 0..*
Typeuri
Comments Generally these profiles make constraints on the bindings of concept domains / value sets
DocumentConformance.document
DefinitionA document definition
ControlMandatory, 1..*
DocumentConformance.document.name
DefinitionName for this particular document profile
ControlMandatory, 1..1
Typestring
DocumentConformance.document.purpose
DefinitionHuman description of this particular profile
ControlOptional, 0..1
Typestring
DocumentConformance.document.resource
DefinitionConstraint on a resource used in the document
ControlMandatory, 1..*
TypeConstraint
CommentsThe first resource is the document resource
DocumentConformance.extensions
DefinitionSee Extensions
ControlOptional, 0..1
DocumentConformance.text
DefinitionText summary of conformance profile for human interpretation
ControlMandatory, 1..1
TypeNarrative

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.