This page is part of the FHIR Specification (v0.05: DSTU 1 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
Base Resources defined as profiles (implementation assistance, for derivation and product development)
<feed xmlns="http://www.w3.org/2005/Atom"> <title>Resources as Profiles</title> <id>http://hl7.org/fhir/profile/resources</id> <link href="http://hl7.org/implement/standards/fhir/profiles-resources.xml" rel="self"/> <entry> <title>Resource "conformance" as a profile (to help derivation)</title> <link href="http://hl7.org/implement/standards/fhir/conformance.profile.xml" rel="self"/> <id>http://hl7.org/fhir/profile/conformance</id> <updated>2012-09-09T03:27:53.619+10:00</updated> <published>2012-09-09T03:27:53.619+10:00</published> <author> <name>HL7, Inc</name> <uri>http://hl7.org</uri> </author> <category scheme="http://hl7.org/fhir/sid/fhir/resource-types" term="Profile"/> <content type="text/xml"> <Profile xmlns="http://hl7.org/fhir"> <id>conformance</id> <name>conformance</name> <author> <name>todo (committee)</name> </author> <description>Basic Profile. A conformance statement about how an application or implementation supports FHIR or the set of requirements for a desired implementation.</description> <status> <code>testing</code> <date>2012-09-09</date> </status> <resource> <type>Resource</type> <element> <path>Conformance</path> <definition> <short>A conformance statement</short> <formal>A conformance statement about how an application or implementation supports FHIR or the set of requirements for a desired implementation.</formal> <min>1</min> <max>1</max> <type> <code>Resource</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.id</path> <definition> <short>ConformanceStatement Id</short> <formal>Identifier for this specific conformance statement.</formal> <min>1</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.date</path> <definition> <short>Publication Date</short> <formal>Date that the conformance statement is published</formal> <min>1</min> <max>1</max> <type> <code>dateTime</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.publisher</path> <definition> <short>Publisher of the statement</short> <formal>The organization that publishes this conformance statement</formal> <min>1</min> <max>1</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.publisher.name</path> <definition> <short>Publishing Organization</short> <formal>Name of Organization</formal> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.publisher.address</path> <definition> <short>Address of Organization</short> <formal>Address of Organization</formal> <min>0</min> <max>1</max> <type> <code>Address</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.publisher.contact</path> <definition> <short>Contacts for Organization</short> <formal>Contacts for Organization relevant to this conformance statement. May be website, email, phone numbers, etc.</formal> <min>0</min> <max>*</max> <type> <code>Contact</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.implementation</path> <definition> <short>If profile is for implementation</short> <formal>Describes the implementation that is covered by this conformance statement. Used when the profile describes the capabilities of a specific implementation instance.</formal> <min>0</min> <max>1</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.implementation.description</path> <definition> <short>What implementation is covered?</short> <formal>Information about the specific implementation </formal> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.implementation.url</path> <definition> <short>Base URL for interfaces</short> <formal>The base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces.</formal> <min>0</min> <max>1</max> <type> <code>uri</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.software</path> <definition> <short>If profile is for software offered</short> <formal>Describes the software that is covered by this conformance statement. Used when the profile describes the capabilities of a particular software version, independent of an installation.</formal> <min>0</min> <max>1</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.software.name</path> <definition> <short>Name software is known by</short> <formal>Name software is known by</formal> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.software.version</path> <definition> <short>Version covered by this statement</short> <formal>Version covered by this statement</formal> <comments>If possible, version should be specified, as statements are likely to be different for different versions of software</comments> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.software.releaseDate</path> <definition> <short>Date this version released</short> <formal>Date this version of the software released</formal> <min>0</min> <max>1</max> <type> <code>dateTime</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.proposal</path> <definition> <short>If profile is for proposal</short> <formal>Describes the proposed solution described by this conformance statement. Used when the profile describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP.</formal> <min>0</min> <max>1</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.proposal.description</path> <definition> <short>Details of proposal or requirements document</short> <formal>Provides details about the intention and scope of the proposal</formal> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.version</path> <definition> <short>FHIR Version</short> <formal>The version of the FHIR specification on which this conformance profile is based</formal> <min>1</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.acceptUnknown</path> <definition> <short>True if application accepts unknown elements</short> <formal>Whether the application accepts unknown non-"must understand" elements as part of a resource. This does not include extensions, but genuine new additions to a resource</formal> <min>1</min> <max>1</max> <type> <code>boolean</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.rest</path> <definition> <short>If the endpoint is a RESTful one</short> <formal>Defines the restful capabilities of the solution, if any</formal> <comments>Multiple repetitions allow definition of both client and server behaviors or possibly behaviors under different configuration settings (for software or requirements statements)</comments> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.rest.mode</path> <definition> <short>client | server</short> <formal>Identifies whether this portion of the statement is describing ability to initiate or receive restful operations</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>RestfulConformanceMode</binding> </definition> </element> <element> <path>Conformance.rest.documentation</path> <definition> <short>Security, etc.</short> <formal>Provides documentation about the system's restful capabilities that apply across all applications, such as security</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.rest.resource</path> <definition> <short>Resource served on the REST interface</short> <formal>Identifies the restful capabilities of the solution for a specific resource type</formal> <comments>Max of one repetition per resource type</comments> <min>1</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.rest.resource.type</path> <definition> <short>Resource type</short> <formal>Identifies the resource exposed via the restful interface</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>ResourceType</binding> </definition> </element> <element> <path>Conformance.rest.resource.profile</path> <definition> <short>Profile describing resource support</short> <formal>Identifies the profile that describes the solution's support for the resource, including any constraints on cardinality, bindings, lengths or other limitations</formal> <min>0</min> <max>1</max> <type> <code>uri</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.rest.resource.operation</path> <definition> <short>What operations are supported?</short> <formal>Identifies a restful operation supported by the solution</formal> <comments>The 'search' operation is handled separately</comments> <min>1</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.rest.resource.operation.code</path> <definition> <short>read | vread | update | etc.</short> <formal>Identifies which operation is supported</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>RestfulOperation</binding> </definition> </element> <element> <path>Conformance.rest.resource.operation.documentation</path> <definition> <short>Anything special about operation behavior</short> <formal>Provides guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.rest.resource.search</path> <definition> <short>Only if supported</short> <formal>If present, indicates that search operations are supported on the resource and describes the search capabilities.</formal> <min>0</min> <max>1</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.rest.resource.search.documentation</path> <definition> <short>General guidance on searching</short> <formal>Provides solution-specific information on searching that isn't tied to a single parameter. For example, security requirements for executing search, allowed combinations of parameters, etc.</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.rest.resource.search.param</path> <definition> <short>Search params supported</short> <formal>Identifies all of the search parameters supported, including standard ones as well as those specific to this solution.</formal> <min>1</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.rest.resource.search.param.name</path> <definition> <short>Name of search parameter</short> <formal>Corresponds to the name of the standard or custom search parameter</formal> <comments>Custom parameters cannot overlap with standard parameter names</comments> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.rest.resource.search.param.documentation</path> <definition> <short>contents and meaning of search parameter</short> <formal>For standard parameters, provides additional information on how the parameter is used in this solution. For custom parameters, provides a description of what the parameter does</formal> <comments>This must be provided if the parameter is a custom parameter</comments> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.messaging</path> <definition> <short>If messaging is supported</short> <formal>Describes the messaging capabilities of the solution</formal> <comments>Multiple repetitions allow the documentation of multiple endpoints per solution</comments> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.messaging.endpoint</path> <definition> <short>Actual endpoint being described</short> <formal>The address to which messages and/or replies are to be sent.</formal> <comments>Can be just an identifier for solutions that do not use network addresses for routing.</comments> <min>0</min> <max>1</max> <type> <code>uri</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.messaging.documentation</path> <definition> <short>Messaging interface behavior details</short> <formal>Provides documentation about the system's messaging capabilities for this endpoint not otherwise documented by the conformance statement. For example, process for becoming an authorized messaging exchange partner.</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.messaging.event</path> <definition> <short>Declare support for this event</short> <formal>Describes the solution's support for an event at this end point.</formal> <comments>The same event may be listed up to two times - once as sender and once as receiver.</comments> <min>1</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.messaging.event.code</path> <definition> <short>Event type</short> <formal>Identifies the supported messaging event</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>MessageEvent</binding> </definition> </element> <element> <path>Conformance.messaging.event.mode</path> <definition> <short>sender | receiver</short> <formal>The mode of this event declaration - whether application is sender or receiver</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>ConformanceEventMode</binding> </definition> </element> <element> <path>Conformance.messaging.event.protocol</path> <definition> <short>http | ftp |MLLP | etc.</short> <formal>Identifies the messaging transport protocol(s) supported by this endpoint</formal> <min>0</min> <max>*</max> <type> <code>Coding</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>MessageTransport</binding> </definition> </element> <element> <path>Conformance.messaging.event.focus</path> <definition> <short>Resource that's focus of message</short> <formal>Identifies the resource associated with the event. This is the resource that defines the event.</formal> <comments>This must be provided if the event type supports multiple different resource types</comments> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>ResourceType</binding> </definition> </element> <element> <path>Conformance.messaging.event.request</path> <definition> <short>Profile that describes the request</short> <formal>Information about the request for this event</formal> <min>0</min> <max>1</max> <type> <code>uri</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.messaging.event.response</path> <definition> <short>Profile that describes the response</short> <formal>Information about the response for this event</formal> <min>0</min> <max>1</max> <type> <code>uri</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.messaging.event.documentation</path> <definition> <short>Endpoint-specific event documentation</short> <formal>Guidance on how this event is handled, such as internal system trigger points, business rules, etc.</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.document</path> <definition> <short>document definition</short> <formal>A document definition</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.document.mode</path> <definition> <short>producer | consumer</short> <formal>The mode of this event declaration - whether application is sender or receiver</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>DocumentMode</binding> </definition> </element> <element> <path>Conformance.document.documentation</path> <definition> <short>Description of document support</short> <formal>Describes how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc.</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.document.profile</path> <definition> <short>Constraint on a resource used in the document</short> <formal>Constraint on a resource used in the document</formal> <comments>The first resource is the document resource</comments> <min>1</min> <max>1</max> <type> <code>uri</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.extension</path> <definition> <short>See Extensions</short> <formal>See Extensions</formal> <min>0</min> <max>*</max> <type> <code>Extension</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Conformance.text</path> <definition> <short>Text summary of conformance profile for human interpretation</short> <formal>Text summary of conformance profile for human interpretation</formal> <min>1</min> <max>1</max> <type> <code>Narrative</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> </resource> <text> <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="conformance-definitions.htm#Conformance" title="A conformance statement about how an application or implementation supports FHIR or the set of requirements for a desired implementation."><b>Conformance</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="conformance-definitions.htm#Conformance.id" title="Identifier for this specific conformance statement."><b>id</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">ConformanceStatement Id</span><span style="color: Gray"> --></span></id> <<a class="dict" href="conformance-definitions.htm#Conformance.date" title="Date that the conformance statement is published"><b>date</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">Publication Date</span><span style="color: Gray"> --></span></date> <<a class="dict" href="conformance-definitions.htm#Conformance.publisher" title="The organization that publishes this conformance statement"><b>publisher</b></a>> <span style="color: Gray"><!-- Publisher of the statement --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.publisher.name" title="Name of Organization"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Publishing Organization</span><span style="color: Gray"> --></span></name> <<a class="dict" href="conformance-definitions.htm#Conformance.publisher.address" title="Address of Organization"><b>address</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Address">Address</a></span> <span style="color: navy">Address of Organization</span><span style="color: Gray"> --></span></address> <<a class="dict" href="conformance-definitions.htm#Conformance.publisher.contact" title="Contacts for Organization relevant to this conformance statement. May be website, email, phone numbers, etc."><b>contact</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Contact">Contact</a></span> <span style="color: navy">Contacts for Organization</span><span style="color: Gray"> --></span></contact> </publisher> <<a class="dict" href="conformance-definitions.htm#Conformance.implementation" title="Describes the implementation that is covered by this conformance statement. Used when the profile describes the capabilities of a specific implementation instance."><b>implementation</b></a>> <span style="color: Gray"><!-- If profile is for implementation --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.implementation.description" title="Information about the specific implementation "><b>description</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">What implementation is covered?</span><span style="color: Gray"> --></span></description> <<a class="dict" href="conformance-definitions.htm#Conformance.implementation.url" title="The base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces."><b>url</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Base URL for interfaces</span><span style="color: Gray"> --></span></url> </implementation> <<a class="dict" href="conformance-definitions.htm#Conformance.software" title="Describes the software that is covered by this conformance statement. Used when the profile describes the capabilities of a particular software version, independent of an installation."><b>software</b></a>> <span style="color: Gray"><!-- If profile is for software offered --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.software.name" title="Name software is known by"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name software is known by</span><span style="color: Gray"> --></span></name> <<a class="dict" href="conformance-definitions.htm#Conformance.software.version" title="Version covered by this statement"><b>version</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Version covered by this statement</span><span style="color: Gray"> --></span></version> <<a class="dict" href="conformance-definitions.htm#Conformance.software.releaseDate" title="Date this version of the software released"><b>releaseDate</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">Date this version released</span><span style="color: Gray"> --></span></releaseDate> </software> <<a class="dict" href="conformance-definitions.htm#Conformance.proposal" title="Describes the proposed solution described by this conformance statement. Used when the profile describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP."><b>proposal</b></a>> <span style="color: Gray"><!-- If profile is for proposal --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.proposal.description" title="Provides details about the intention and scope of the proposal"><b>description</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Details of proposal or requirements document</span><span style="color: Gray"> --></span></description> </proposal> <<a class="dict" href="conformance-definitions.htm#Conformance.version" title="The version of the FHIR specification on which this conformance profile is based"><b>version</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">FHIR Version</span><span style="color: Gray"> --></span></version> <<a class="dict" href="conformance-definitions.htm#Conformance.acceptUnknown" title="Whether the application accepts unknown non-"must understand" elements as part of a resource. This does not include extensions, but genuine new additions to a resource"><b>acceptUnknown</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">True if application accepts unknown elements</span><span style="color: Gray"> --></span></acceptUnknown> <<a class="dict" href="conformance-definitions.htm#Conformance.rest" title="Defines the restful capabilities of the solution, if any"><b>rest</b></a>> <span style="color: Gray"><!-- <span style="color: deeppink" title="A Conformance profile must have at least one of rest, messaging, or document"><b>0..*</b></span> If the endpoint is a RESTful one --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.mode" title="Identifies whether this portion of the statement is describing ability to initiate or receive restful operations"><b>mode</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">client | server</span><span style="color: Gray"> --></span></mode> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.documentation" title="Provides documentation about the system's restful capabilities that apply across all applications, such as security"><b>documentation</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Security, etc.</span><span style="color: Gray"> --></span></documentation> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource" title="Identifies the restful capabilities of the solution for a specific resource type"><b>resource</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>1..*</b></span> Resource served on the REST interface --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.type" title="Identifies the resource exposed via the restful interface"><b>type</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Resource type</span><span style="color: Gray"> --></span></type> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.profile" title="Identifies the profile that describes the solution's support for the resource, including any constraints on cardinality, bindings, lengths or other limitations"><b>profile</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Profile describing resource support</span><span style="color: Gray"> --></span></profile> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.operation" title="Identifies a restful operation supported by the solution"><b>operation</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>1..*</b></span> What operations are supported? --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.operation.code" title="Identifies which operation is supported"><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">read | vread | update | etc.</span><span style="color: Gray"> --></span></code> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.operation.documentation" title="Provides guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'"><b>documentation</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Anything special about operation behavior</span><span style="color: Gray"> --></span></documentation> </operation> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.search" title="If present, indicates that search operations are supported on the resource and describes the search capabilities."><b>search</b></a>> <span style="color: Gray"><!-- Only if supported --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.search.documentation" title="Provides solution-specific information on searching that isn't tied to a single parameter. For example, security requirements for executing search, allowed combinations of parameters, etc."><b>documentation</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">General guidance on searching</span><span style="color: Gray"> --></span></documentation> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.search.param" title="Identifies all of the search parameters supported, including standard ones as well as those specific to this solution."><b>param</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>1..*</b></span> Search params supported --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.search.param.name" title="Corresponds to the name of the standard or custom search parameter"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name of search parameter</span><span style="color: Gray"> --></span></name> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.search.param.documentation" title="For standard parameters, provides additional information on how the parameter is used in this solution. For custom parameters, provides a description of what the parameter does"><b>documentation</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">contents and meaning of search parameter</span><span style="color: Gray"> --></span></documentation> </param> </search> </resource> </rest> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging" title="Describes the messaging capabilities of the solution"><b>messaging</b></a>> <span style="color: Gray"><!-- <span style="color: deeppink" title="A Conformance profile must have at least one of rest, messaging, or document"><b>0..*</b></span> If messaging is supported --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.endpoint" title="The address to which messages and/or replies are to be sent."><b>endpoint</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Messaging end point is required (and is only permitted) when statement is for an implementation"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Actual endpoint being described</span><span style="color: Gray"> --></span></endpoint> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.documentation" title="Provides documentation about the system's messaging capabilities for this endpoint not otherwise documented by the conformance statement. For example, process for becoming an authorized messaging exchange partner."><b>documentation</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Messaging interface behavior details</span><span style="color: Gray"> --></span></documentation> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event" title="Describes the solution's support for an event at this end point."><b>event</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>1..*</b></span> Declare support for this event --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.code" title="Identifies the supported messaging event"><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Event type</span><span style="color: Gray"> --></span></code> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.mode" title="The mode of this event declaration - whether application is sender or receiver"><b>mode</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">sender | receiver</span><span style="color: Gray"> --></span></mode> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.protocol" title="Identifies the messaging transport protocol(s) supported by this endpoint"><b>protocol</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">http | ftp |MLLP | etc.</span><span style="color: Gray"> --></span></protocol> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.focus" title="Identifies the resource associated with the event. This is the resource that defines the event."><b>focus</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Resource that's focus of message</span><span style="color: Gray"> --></span></focus> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.request" title="Information about the request for this event"><b>request</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Profile that describes the request</span><span style="color: Gray"> --></span></request> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.response" title="Information about the response for this event"><b>response</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Profile that describes the response</span><span style="color: Gray"> --></span></response> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.documentation" title="Guidance on how this event is handled, such as internal system trigger points, business rules, etc."><b>documentation</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Endpoint-specific event documentation</span><span style="color: Gray"> --></span></documentation> </event> </messaging> <<a class="dict" href="conformance-definitions.htm#Conformance.document" title="A document definition"><b>document</b></a>> <span style="color: Gray"><!-- <span style="color: deeppink" title="A Conformance profile must have at least one of rest, messaging, or document"><b>0..*</b></span> document definition --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.document.mode" title="The mode of this event declaration - whether application is sender or receiver"><b>mode</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">producer | consumer</span><span style="color: Gray"> --></span></mode> <<a class="dict" href="conformance-definitions.htm#Conformance.document.documentation" title="Describes how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc."><b>documentation</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Description of document support</span><span style="color: Gray"> --></span></documentation> <<a class="dict" href="conformance-definitions.htm#Conformance.document.profile" title="Constraint on a resource used in the document"><b>profile</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Constraint on a resource used in the document</span><span style="color: Gray"> --></span></profile> </document> <<a class="dict" href="conformance-definitions.htm#Conformance.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="conformance-definitions.htm#Conformance.text" title="Text summary of conformance profile for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of conformance profile for human interpretation</span><span style="color: Gray"> --></span></text> </Conformance> </pre></div> </text> </Profile> </content> <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="conformance-definitions.htm#Conformance" title="A conformance statement about how an application or implementation supports FHIR or the set of requirements for a desired implementation."><b>Conformance</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="conformance-definitions.htm#Conformance.id" title="Identifier for this specific conformance statement."><b>id</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">ConformanceStatement Id</span><span style="color: Gray"> --></span></id> <<a class="dict" href="conformance-definitions.htm#Conformance.date" title="Date that the conformance statement is published"><b>date</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">Publication Date</span><span style="color: Gray"> --></span></date> <<a class="dict" href="conformance-definitions.htm#Conformance.publisher" title="The organization that publishes this conformance statement"><b>publisher</b></a>> <span style="color: Gray"><!-- Publisher of the statement --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.publisher.name" title="Name of Organization"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Publishing Organization</span><span style="color: Gray"> --></span></name> <<a class="dict" href="conformance-definitions.htm#Conformance.publisher.address" title="Address of Organization"><b>address</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Address">Address</a></span> <span style="color: navy">Address of Organization</span><span style="color: Gray"> --></span></address> <<a class="dict" href="conformance-definitions.htm#Conformance.publisher.contact" title="Contacts for Organization relevant to this conformance statement. May be website, email, phone numbers, etc."><b>contact</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Contact">Contact</a></span> <span style="color: navy">Contacts for Organization</span><span style="color: Gray"> --></span></contact> </publisher> <<a class="dict" href="conformance-definitions.htm#Conformance.implementation" title="Describes the implementation that is covered by this conformance statement. Used when the profile describes the capabilities of a specific implementation instance."><b>implementation</b></a>> <span style="color: Gray"><!-- If profile is for implementation --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.implementation.description" title="Information about the specific implementation "><b>description</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">What implementation is covered?</span><span style="color: Gray"> --></span></description> <<a class="dict" href="conformance-definitions.htm#Conformance.implementation.url" title="The base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces."><b>url</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Base URL for interfaces</span><span style="color: Gray"> --></span></url> </implementation> <<a class="dict" href="conformance-definitions.htm#Conformance.software" title="Describes the software that is covered by this conformance statement. Used when the profile describes the capabilities of a particular software version, independent of an installation."><b>software</b></a>> <span style="color: Gray"><!-- If profile is for software offered --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.software.name" title="Name software is known by"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name software is known by</span><span style="color: Gray"> --></span></name> <<a class="dict" href="conformance-definitions.htm#Conformance.software.version" title="Version covered by this statement"><b>version</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Version covered by this statement</span><span style="color: Gray"> --></span></version> <<a class="dict" href="conformance-definitions.htm#Conformance.software.releaseDate" title="Date this version of the software released"><b>releaseDate</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">Date this version released</span><span style="color: Gray"> --></span></releaseDate> </software> <<a class="dict" href="conformance-definitions.htm#Conformance.proposal" title="Describes the proposed solution described by this conformance statement. Used when the profile describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP."><b>proposal</b></a>> <span style="color: Gray"><!-- If profile is for proposal --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.proposal.description" title="Provides details about the intention and scope of the proposal"><b>description</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Details of proposal or requirements document</span><span style="color: Gray"> --></span></description> </proposal> <<a class="dict" href="conformance-definitions.htm#Conformance.version" title="The version of the FHIR specification on which this conformance profile is based"><b>version</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">FHIR Version</span><span style="color: Gray"> --></span></version> <<a class="dict" href="conformance-definitions.htm#Conformance.acceptUnknown" title="Whether the application accepts unknown non-"must understand" elements as part of a resource. This does not include extensions, but genuine new additions to a resource"><b>acceptUnknown</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">True if application accepts unknown elements</span><span style="color: Gray"> --></span></acceptUnknown> <<a class="dict" href="conformance-definitions.htm#Conformance.rest" title="Defines the restful capabilities of the solution, if any"><b>rest</b></a>> <span style="color: Gray"><!-- <span style="color: deeppink" title="A Conformance profile must have at least one of rest, messaging, or document"><b>0..*</b></span> If the endpoint is a RESTful one --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.mode" title="Identifies whether this portion of the statement is describing ability to initiate or receive restful operations"><b>mode</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">client | server</span><span style="color: Gray"> --></span></mode> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.documentation" title="Provides documentation about the system's restful capabilities that apply across all applications, such as security"><b>documentation</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Security, etc.</span><span style="color: Gray"> --></span></documentation> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource" title="Identifies the restful capabilities of the solution for a specific resource type"><b>resource</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>1..*</b></span> Resource served on the REST interface --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.type" title="Identifies the resource exposed via the restful interface"><b>type</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Resource type</span><span style="color: Gray"> --></span></type> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.profile" title="Identifies the profile that describes the solution's support for the resource, including any constraints on cardinality, bindings, lengths or other limitations"><b>profile</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Profile describing resource support</span><span style="color: Gray"> --></span></profile> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.operation" title="Identifies a restful operation supported by the solution"><b>operation</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>1..*</b></span> What operations are supported? --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.operation.code" title="Identifies which operation is supported"><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">read | vread | update | etc.</span><span style="color: Gray"> --></span></code> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.operation.documentation" title="Provides guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'"><b>documentation</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Anything special about operation behavior</span><span style="color: Gray"> --></span></documentation> </operation> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.search" title="If present, indicates that search operations are supported on the resource and describes the search capabilities."><b>search</b></a>> <span style="color: Gray"><!-- Only if supported --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.search.documentation" title="Provides solution-specific information on searching that isn't tied to a single parameter. For example, security requirements for executing search, allowed combinations of parameters, etc."><b>documentation</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">General guidance on searching</span><span style="color: Gray"> --></span></documentation> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.search.param" title="Identifies all of the search parameters supported, including standard ones as well as those specific to this solution."><b>param</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>1..*</b></span> Search params supported --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.search.param.name" title="Corresponds to the name of the standard or custom search parameter"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name of search parameter</span><span style="color: Gray"> --></span></name> <<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.search.param.documentation" title="For standard parameters, provides additional information on how the parameter is used in this solution. For custom parameters, provides a description of what the parameter does"><b>documentation</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">contents and meaning of search parameter</span><span style="color: Gray"> --></span></documentation> </param> </search> </resource> </rest> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging" title="Describes the messaging capabilities of the solution"><b>messaging</b></a>> <span style="color: Gray"><!-- <span style="color: deeppink" title="A Conformance profile must have at least one of rest, messaging, or document"><b>0..*</b></span> If messaging is supported --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.endpoint" title="The address to which messages and/or replies are to be sent."><b>endpoint</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Messaging end point is required (and is only permitted) when statement is for an implementation"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Actual endpoint being described</span><span style="color: Gray"> --></span></endpoint> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.documentation" title="Provides documentation about the system's messaging capabilities for this endpoint not otherwise documented by the conformance statement. For example, process for becoming an authorized messaging exchange partner."><b>documentation</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Messaging interface behavior details</span><span style="color: Gray"> --></span></documentation> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event" title="Describes the solution's support for an event at this end point."><b>event</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>1..*</b></span> Declare support for this event --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.code" title="Identifies the supported messaging event"><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Event type</span><span style="color: Gray"> --></span></code> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.mode" title="The mode of this event declaration - whether application is sender or receiver"><b>mode</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">sender | receiver</span><span style="color: Gray"> --></span></mode> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.protocol" title="Identifies the messaging transport protocol(s) supported by this endpoint"><b>protocol</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">http | ftp |MLLP | etc.</span><span style="color: Gray"> --></span></protocol> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.focus" title="Identifies the resource associated with the event. This is the resource that defines the event."><b>focus</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Resource that's focus of message</span><span style="color: Gray"> --></span></focus> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.request" title="Information about the request for this event"><b>request</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Profile that describes the request</span><span style="color: Gray"> --></span></request> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.response" title="Information about the response for this event"><b>response</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Profile that describes the response</span><span style="color: Gray"> --></span></response> <<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.documentation" title="Guidance on how this event is handled, such as internal system trigger points, business rules, etc."><b>documentation</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Endpoint-specific event documentation</span><span style="color: Gray"> --></span></documentation> </event> </messaging> <<a class="dict" href="conformance-definitions.htm#Conformance.document" title="A document definition"><b>document</b></a>> <span style="color: Gray"><!-- <span style="color: deeppink" title="A Conformance profile must have at least one of rest, messaging, or document"><b>0..*</b></span> document definition --></span> <<a class="dict" href="conformance-definitions.htm#Conformance.document.mode" title="The mode of this event declaration - whether application is sender or receiver"><b>mode</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">producer | consumer</span><span style="color: Gray"> --></span></mode> <<a class="dict" href="conformance-definitions.htm#Conformance.document.documentation" title="Describes how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc."><b>documentation</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Description of document support</span><span style="color: Gray"> --></span></documentation> <<a class="dict" href="conformance-definitions.htm#Conformance.document.profile" title="Constraint on a resource used in the document"><b>profile</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Constraint on a resource used in the document</span><span style="color: Gray"> --></span></profile> </document> <<a class="dict" href="conformance-definitions.htm#Conformance.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="conformance-definitions.htm#Conformance.text" title="Text summary of conformance profile for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of conformance profile for human interpretation</span><span style="color: Gray"> --></span></text> </Conformance> </pre></div> </summary> </entry> <entry> <title>Resource "documentheader" as a profile (to help derivation)</title> <link href="http://hl7.org/implement/standards/fhir/documentheader.profile.xml" rel="self"/> <id>http://hl7.org/fhir/profile/documentheader</id> <updated>2012-09-09T03:27:53.619+10:00</updated> <published>2012-09-09T03:27:53.619+10:00</published> <author> <name>HL7, Inc</name> <uri>http://hl7.org</uri> </author> <category scheme="http://hl7.org/fhir/sid/fhir/resource-types" term="Profile"/> <content type="text/xml"> <Profile xmlns="http://hl7.org/fhir"> <id>documentheader</id> <name>documentheader</name> <author> <name>todo (committee)</name> </author> <description>Basic Profile. A documentation of healthcare-related information that is assembled together into a single statement of meaning that establishes its own context. A document is composed of a set of resources that include both human and computer readable portions. A human may attest to the accuracy of the human readable portion, and may authenticate and/or sign the entire whole. A document may be kept as a set of logically linked resources, or they may be bundled together in an atom feed</description> <status> <code>testing</code> <date>2012-09-09</date> </status> <resource> <type>Resource</type> <element> <path>DocumentHeader</path> <definition> <short>A document that contains resources</short> <formal>A documentation of healthcare-related information that is assembled together into a single statement of meaning that establishes its own context. A document is composed of a set of resources that include both human and computer readable portions. A human may attest to the accuracy of the human readable portion, and may authenticate and/or sign the entire whole. A document may be kept as a set of logically linked resources, or they may be bundled together in an atom feed</formal> <comments>While the focus of this specification is on patient-specific clinical documents, this resource can also apply to other healthcare-related documents such as study protocol designs, healthcare invoices and other activities that are not necessarily patient-specific or clinical</comments> <min>1</min> <max>1</max> <type> <code>Resource</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.id</path> <definition> <short>Master Resource Id = document Id</short> <formal>The unique system identifier of the document</formal> <comments>Must be globally unique. UUIDs are recommended</comments> <min>1</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.instant</path> <definition> <short>Document Creation Time</short> <formal>the document creation time, when the document first came into being. Where the CDA document is a transform from an original document in some other format, the ClinicalDocument.effectiveTime is the time the original document is created.</formal> <min>1</min> <max>1</max> <type> <code>instant</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.type</path> <definition> <short>Kind of Document (LOINC if possible)</short> <formal>Specifying the particular kind of document (e.g. History and Physical, Discharge Summary, Progress Note)</formal> <min>1</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>DocumentType</binding> </definition> </element> <element> <path>DocumentHeader.title</path> <definition> <short>Document Title</short> <formal>Official human-readable label for the document</formal> <comments>It's commonly the case that clinical documents do not have a title and are collectively referred to by the display name of Document.type (e.g. a "consultation" or "progress note"). Where these display names are rendered to the clinician or where the document has a unique title, the Document.title value should be used</comments> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.replaces</path> <definition> <short>If this document replaces another</short> <formal>Identifies the document this document supersedes, if any.</formal> <min>0</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.enterer</path> <definition> <short>The source of the data entry</short> <formal>The person or device that performed the data entry leading to this document. Where there is more than one candidate, pick the most proximal to the document creation or capture on a per-section basis. </formal> <comments>Can provide other enterers in extensions</comments> <min>0</min> <max>1</max> <type> <code>Resource(Agent)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.subject</path> <definition> <short>Who/what the document is about</short> <formal>Identifies the primary subject of the document. </formal> <comments>For clinical documents, this is usually the patient.</comments> <min>1</min> <max>1</max> <type> <code>Resource(Patient|Group|Device)</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.informant</path> <definition> <short>Who provided information in document</short> <formal>Identifies the source that recounted the information recorded</formal> <comments>Generally used if information is sourced from a non-clinician (patient, relative, etc.)</comments> <min>0</min> <max>1</max> <type> <code>Resource(Person)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.author</path> <definition> <short>Who/what authored the final document</short> <formal>Identifies who is responsible for the information in the document. (Not necessarily who typed it in.)</formal> <min>1</min> <max>*</max> <type> <code>Resource(Agent)</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.attester</path> <definition> <short>Attests to accuracy of document</short> <formal>A participant who has attested to the accuracy of the document</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.attester.mode</path> <definition> <short>Personal | professional | legal | official</short> <formal>The type of attestation the authenticator offers</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>DocumentAuthenticationMode</binding> </definition> </element> <element> <path>DocumentHeader.attester.time</path> <definition> <short>When document attested</short> <formal>When document was attested by the party</formal> <min>0</min> <max>1</max> <type> <code>dateTime</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.attester.party</path> <definition> <short>Who attested the document</short> <formal>Who attested the document in the specified way</formal> <min>0</min> <max>1</max> <type> <code>Resource(Agent|Organization)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.recipient</path> <definition> <short>Expected to receive a copy </short> <formal>Identifies the people and organisations for whom the document is intended</formal> <min>0</min> <max>*</max> <type> <code>Resource(Agent|Organization)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.custodian</path> <definition> <short>Org which maintains the document</short> <formal>Identifies the organization or group who is responsible for ongoing maintenance of and access to the document.</formal> <min>1</min> <max>1</max> <type> <code>Resource(Organization)</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.context</path> <definition> <short>The clinical item being documented</short> <formal>The main Act, such as a colonoscopy or an appendectomy, being documented</formal> <comments>The event needs to be consistent with the type element, though can provide further information if desired</comments> <min>0</min> <max>1</max> <type> <code>Resource(Any)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.encounter</path> <definition> <short>Context of the document</short> <formal>Describes the clinical encounter or type of care this document is associated with.</formal> <min>0</min> <max>1</max> <type> <code>Resource(Admission|InterestOfCare)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.stylesheet</path> <definition> <short>Stylesheet to use when rendering the document</short> <formal>A fixed stylesheet to use when rendering the documents</formal> <min>0</min> <max>1</max> <type> <code>Attachment</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.representation</path> <definition> <short>Alternative representation of the document</short> <formal>An alternative representation of the document that can be used in place of the html based rendering</formal> <comments>Typically, this is application/pdf</comments> <min>0</min> <max>1</max> <type> <code>Attachment</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.section</path> <definition> <short>Document is broken into sections</short> <formal>Identifies a main topic within the document's table of contents</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.section.type</path> <definition> <short>Type of section (recommended)</short> <formal>A code identifying the kind of content contained within the section</formal> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>DocumentSectionType</binding> </definition> </element> <element> <path>DocumentHeader.section.instant</path> <definition> <short>Section Creation Time</short> <formal>Identifies when the content of the section was created</formal> <comments>Sections are often re-used in several documents, thus the creation time of a section may differ from that of the document</comments> <min>0</min> <max>1</max> <type> <code>instant</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.section.author</path> <definition> <short>Who/what authored the section</short> <formal>Identifies who is responsible for the information in the section. (Not necessarily who typed it in.)</formal> <min>0</min> <max>1</max> <type> <code>Resource(Agent)</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.section.enterer</path> <definition> <short>The source of the data entry</short> <formal>The person or device that performed the data entry leading to this section. Where there is more than one candidate, pick the most proximal to the document creation. </formal> <comments>Can provide other enterers in extensions</comments> <min>0</min> <max>1</max> <type> <code>Resource(Agent)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.section.subject</path> <definition> <short>If section different to document</short> <formal>Identifies the primary subject of the section. </formal> <min>0</min> <max>1</max> <type> <code>Resource(Patient|Group|Device)</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.section.informant</path> <definition> <short>Who provided information in section</short> <formal>Identifies the source that recounted the information recorded</formal> <comments>Generally used if information is sourced from a non-clinician (patient, relative, etc.)</comments> <min>0</min> <max>1</max> <type> <code>Resource(Person)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.section.content</path> <definition> <short>The actual data for the section</short> <formal>Identifies the discrete data that provides the content for the section.</formal> <comments>Because documents represent point-in-time snapshots, resource references should generally be to a specific version.</comments> <min>0</min> <max>1</max> <type> <code>Resource(Any)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.section.text</path> <definition> <short>Human Readable Text Summary of the section</short> <formal>Provides the text view of the section.</formal> <comments>This will most commonly be used when there is no "content" resource or when the content resource does not provide a "text" element.</comments> <min>0</min> <max>1</max> <type> <code>Narrative</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.section.section</path> <definition> <short>Nested Section</short> <formal>Identifies a subtopic within the section as part of the document's table of contents</formal> <min>0</min> <max>*</max> <type> <code>@DocumentHeader.Section</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.extension</path> <definition> <short>See Extensions</short> <formal>See Extensions</formal> <min>0</min> <max>*</max> <type> <code>Extension</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>DocumentHeader.text</path> <definition> <short>Text summary of document, for human interpretation</short> <formal> </formal> <min>1</min> <max>1</max> <type> <code>Narrative</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> </resource> <text> <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader" title="A documentation of healthcare-related information that is assembled together into a single statement of meaning that establishes its own context. A document is composed of a set of resources that include both human and computer readable portions. A human may attest to the accuracy of the human readable portion, and may authenticate and/or sign the entire whole. A document may be kept as a set of logically linked resources, or they may be bundled together in an atom feed"><b>DocumentHeader</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.id" title="The unique system identifier of the document (this element must be supported or understood)"><span style="text-decoration: underline"><b>id</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Resource Id = document Id</span><span style="color: Gray"> --></span></id> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.instant" title="the document creation time, when the document first came into being. Where the CDA document is a transform from an original document in some other format, the ClinicalDocument.effectiveTime is the time the original document is created. (this element must be supported or understood)"><span style="text-decoration: underline"><b>instant</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#instant">instant</a></span> <span style="color: navy">Document Creation Time</span><span style="color: Gray"> --></span></instant> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.type" title="Specifying the particular kind of document (e.g. History and Physical, Discharge Summary, Progress Note) (this element must be supported or understood)"><span style="text-decoration: underline"><b>type</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Kind of Document (LOINC if possible)</span><span style="color: Gray"> --></span></type> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.title" title="Official human-readable label for the document"><b>title</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Document Title</span><span style="color: Gray"> --></span></title> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.replaces" title="Identifies the document this document supersedes, if any. (this element must be supported or understood)"><span style="text-decoration: underline"><b>replaces</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">If this document replaces another</span><span style="color: Gray"> --></span></replaces> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.enterer" title="The person or device that performed the data entry leading to this document. Where there is more than one candidate, pick the most proximal to the document creation or capture on a per-section basis. "><b>enterer</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>)</span> <span style="color: navy">The source of the data entry</span><span style="color: Gray"> --></span></enterer> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.subject" title="Identifies the primary subject of the document. (this element must be supported or understood)"><span style="text-decoration: underline"><b>subject</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Patient.htm#Patient">Patient</a>|<a href="Group.htm#Group">Group</a>|<a href="Device.htm#Device">Device</a>)</span> <span style="color: navy">Who/what the document is about</span><span style="color: Gray"> --></span></subject> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.informant" title="Identifies the source that recounted the information recorded"><b>informant</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Person.htm#Person">Person</a>)</span> <span style="color: navy">Who provided information in document</span><span style="color: Gray"> --></span></informant> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.author" title="Identifies who is responsible for the information in the document. (Not necessarily who typed it in.)"><b>author</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>)</span> <span style="color: navy">Who/what authored the final document</span><span style="color: Gray"> --></span></author> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.attester" title="A participant who has attested to the accuracy of the document"><b>attester</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Attests to accuracy of document --></span> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.attester.mode" title="The type of attestation the authenticator offers"><b>mode</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Personal | professional | legal | official</span><span style="color: Gray"> --></span></mode> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.attester.time" title="When document was attested by the party"><b>time</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">When document attested</span><span style="color: Gray"> --></span></time> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.attester.party" title="Who attested the document in the specified way"><b>party</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>|<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Who attested the document</span><span style="color: Gray"> --></span></party> </attester> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.recipient" title="Identifies the people and organisations for whom the document is intended"><b>recipient</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>|<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Expected to receive a copy </span><span style="color: Gray"> --></span></recipient> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.custodian" title="Identifies the organization or group who is responsible for ongoing maintenance of and access to the document."><b>custodian</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Org which maintains the document</span><span style="color: Gray"> --></span></custodian> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.context" title="The main Act, such as a colonoscopy or an appendectomy, being documented"><b>context</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Any.htm#Any">Any</a>)</span> <span style="color: navy">The clinical item being documented</span><span style="color: Gray"> --></span></context> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.encounter" title="Describes the clinical encounter or type of care this document is associated with."><b>encounter</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Admission.htm#Admission">Admission</a>|<a href="InterestOfCare.htm#InterestOfCare">InterestOfCare</a>)</span> <span style="color: navy">Context of the document</span><span style="color: Gray"> --></span></encounter> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.stylesheet" title="A fixed stylesheet to use when rendering the documents"><b>stylesheet</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="A document stylesheet must have a mime type of text/css"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Attachment">Attachment</a></span> <span style="color: navy">Stylesheet to use when rendering the document</span><span style="color: Gray"> --></span></stylesheet> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.representation" title="An alternative representation of the document that can be used in place of the html based rendering"><b>representation</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="A document must have a representation, one or more sections or both"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Attachment">Attachment</a></span> <span style="color: navy">Alternative representation of the document</span><span style="color: Gray"> --></span></representation> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section" title="Identifies a main topic within the document's table of contents"><b>section</b></a>> <span style="color: Gray"><!-- <span style="color: deeppink" title="A document must have a representation, one or more sections or both"><b>0..*</b></span> Document is broken into sections --></span> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section.type" title="A code identifying the kind of content contained within the section"><b>type</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Type of section (recommended)</span><span style="color: Gray"> --></span></type> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section.instant" title="Identifies when the content of the section was created"><b>instant</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#instant">instant</a></span> <span style="color: navy">Section Creation Time</span><span style="color: Gray"> --></span></instant> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section.author" title="Identifies who is responsible for the information in the section. (Not necessarily who typed it in.)"><b>author</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>)</span> <span style="color: navy">Who/what authored the section</span><span style="color: Gray"> --></span></author> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section.enterer" title="The person or device that performed the data entry leading to this section. Where there is more than one candidate, pick the most proximal to the document creation. "><b>enterer</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>)</span> <span style="color: navy">The source of the data entry</span><span style="color: Gray"> --></span></enterer> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section.subject" title="Identifies the primary subject of the section. (this element must be supported or understood)"><span style="text-decoration: underline"><b>subject</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Patient.htm#Patient">Patient</a>|<a href="Group.htm#Group">Group</a>|<a href="Device.htm#Device">Device</a>)</span> <span style="color: navy">If section different to document</span><span style="color: Gray"> --></span></subject> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section.informant" title="Identifies the source that recounted the information recorded"><b>informant</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Person.htm#Person">Person</a>)</span> <span style="color: navy">Who provided information in section</span><span style="color: Gray"> --></span></informant> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section.content" title="Identifies the discrete data that provides the content for the section. (this element must be supported or understood)"><span style="text-decoration: underline"><b>content</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="A section must have content or one or more sections, but not both."><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Any.htm#Any">Any</a>)</span> <span style="color: navy">The actual data for the section</span><span style="color: Gray"> --></span></content> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section.text" title="Provides the text view of the section."><b>text</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="A section must have content or one or more sections, but not both."><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Human Readable Text Summary of the section</span><span style="color: Gray"> --></span></text> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section.section" title="Identifies a subtopic within the section as part of the document's table of contents"><b>section</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="A section must have content or one or more sections, but not both."><b>0..*</b></span> <span style="color: darkgreen">Content as for DocumentHeader.Section</span> <span style="color: navy">Nested Section</span><span style="color: Gray"> --></span></section> </section> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.text" title=" (this element must be supported or understood)"><span style="text-decoration: underline"><b>text</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of document, for human interpretation</span><span style="color: Gray"> --></span></text> </DocumentHeader> </pre></div> </text> </Profile> </content> <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader" title="A documentation of healthcare-related information that is assembled together into a single statement of meaning that establishes its own context. A document is composed of a set of resources that include both human and computer readable portions. A human may attest to the accuracy of the human readable portion, and may authenticate and/or sign the entire whole. A document may be kept as a set of logically linked resources, or they may be bundled together in an atom feed"><b>DocumentHeader</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.id" title="The unique system identifier of the document (this element must be supported or understood)"><span style="text-decoration: underline"><b>id</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Resource Id = document Id</span><span style="color: Gray"> --></span></id> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.instant" title="the document creation time, when the document first came into being. Where the CDA document is a transform from an original document in some other format, the ClinicalDocument.effectiveTime is the time the original document is created. (this element must be supported or understood)"><span style="text-decoration: underline"><b>instant</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#instant">instant</a></span> <span style="color: navy">Document Creation Time</span><span style="color: Gray"> --></span></instant> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.type" title="Specifying the particular kind of document (e.g. History and Physical, Discharge Summary, Progress Note) (this element must be supported or understood)"><span style="text-decoration: underline"><b>type</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Kind of Document (LOINC if possible)</span><span style="color: Gray"> --></span></type> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.title" title="Official human-readable label for the document"><b>title</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Document Title</span><span style="color: Gray"> --></span></title> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.replaces" title="Identifies the document this document supersedes, if any. (this element must be supported or understood)"><span style="text-decoration: underline"><b>replaces</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">If this document replaces another</span><span style="color: Gray"> --></span></replaces> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.enterer" title="The person or device that performed the data entry leading to this document. Where there is more than one candidate, pick the most proximal to the document creation or capture on a per-section basis. "><b>enterer</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>)</span> <span style="color: navy">The source of the data entry</span><span style="color: Gray"> --></span></enterer> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.subject" title="Identifies the primary subject of the document. (this element must be supported or understood)"><span style="text-decoration: underline"><b>subject</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Patient.htm#Patient">Patient</a>|<a href="Group.htm#Group">Group</a>|<a href="Device.htm#Device">Device</a>)</span> <span style="color: navy">Who/what the document is about</span><span style="color: Gray"> --></span></subject> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.informant" title="Identifies the source that recounted the information recorded"><b>informant</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Person.htm#Person">Person</a>)</span> <span style="color: navy">Who provided information in document</span><span style="color: Gray"> --></span></informant> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.author" title="Identifies who is responsible for the information in the document. (Not necessarily who typed it in.)"><b>author</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>)</span> <span style="color: navy">Who/what authored the final document</span><span style="color: Gray"> --></span></author> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.attester" title="A participant who has attested to the accuracy of the document"><b>attester</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Attests to accuracy of document --></span> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.attester.mode" title="The type of attestation the authenticator offers"><b>mode</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Personal | professional | legal | official</span><span style="color: Gray"> --></span></mode> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.attester.time" title="When document was attested by the party"><b>time</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">When document attested</span><span style="color: Gray"> --></span></time> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.attester.party" title="Who attested the document in the specified way"><b>party</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>|<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Who attested the document</span><span style="color: Gray"> --></span></party> </attester> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.recipient" title="Identifies the people and organisations for whom the document is intended"><b>recipient</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>|<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Expected to receive a copy </span><span style="color: Gray"> --></span></recipient> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.custodian" title="Identifies the organization or group who is responsible for ongoing maintenance of and access to the document."><b>custodian</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Org which maintains the document</span><span style="color: Gray"> --></span></custodian> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.context" title="The main Act, such as a colonoscopy or an appendectomy, being documented"><b>context</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Any.htm#Any">Any</a>)</span> <span style="color: navy">The clinical item being documented</span><span style="color: Gray"> --></span></context> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.encounter" title="Describes the clinical encounter or type of care this document is associated with."><b>encounter</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Admission.htm#Admission">Admission</a>|<a href="InterestOfCare.htm#InterestOfCare">InterestOfCare</a>)</span> <span style="color: navy">Context of the document</span><span style="color: Gray"> --></span></encounter> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.stylesheet" title="A fixed stylesheet to use when rendering the documents"><b>stylesheet</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="A document stylesheet must have a mime type of text/css"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Attachment">Attachment</a></span> <span style="color: navy">Stylesheet to use when rendering the document</span><span style="color: Gray"> --></span></stylesheet> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.representation" title="An alternative representation of the document that can be used in place of the html based rendering"><b>representation</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="A document must have a representation, one or more sections or both"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Attachment">Attachment</a></span> <span style="color: navy">Alternative representation of the document</span><span style="color: Gray"> --></span></representation> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section" title="Identifies a main topic within the document's table of contents"><b>section</b></a>> <span style="color: Gray"><!-- <span style="color: deeppink" title="A document must have a representation, one or more sections or both"><b>0..*</b></span> Document is broken into sections --></span> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section.type" title="A code identifying the kind of content contained within the section"><b>type</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Type of section (recommended)</span><span style="color: Gray"> --></span></type> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section.instant" title="Identifies when the content of the section was created"><b>instant</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#instant">instant</a></span> <span style="color: navy">Section Creation Time</span><span style="color: Gray"> --></span></instant> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section.author" title="Identifies who is responsible for the information in the section. (Not necessarily who typed it in.)"><b>author</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>)</span> <span style="color: navy">Who/what authored the section</span><span style="color: Gray"> --></span></author> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section.enterer" title="The person or device that performed the data entry leading to this section. Where there is more than one candidate, pick the most proximal to the document creation. "><b>enterer</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>)</span> <span style="color: navy">The source of the data entry</span><span style="color: Gray"> --></span></enterer> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section.subject" title="Identifies the primary subject of the section. (this element must be supported or understood)"><span style="text-decoration: underline"><b>subject</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Patient.htm#Patient">Patient</a>|<a href="Group.htm#Group">Group</a>|<a href="Device.htm#Device">Device</a>)</span> <span style="color: navy">If section different to document</span><span style="color: Gray"> --></span></subject> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section.informant" title="Identifies the source that recounted the information recorded"><b>informant</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Person.htm#Person">Person</a>)</span> <span style="color: navy">Who provided information in section</span><span style="color: Gray"> --></span></informant> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section.content" title="Identifies the discrete data that provides the content for the section. (this element must be supported or understood)"><span style="text-decoration: underline"><b>content</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="A section must have content or one or more sections, but not both."><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Any.htm#Any">Any</a>)</span> <span style="color: navy">The actual data for the section</span><span style="color: Gray"> --></span></content> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section.text" title="Provides the text view of the section."><b>text</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="A section must have content or one or more sections, but not both."><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Human Readable Text Summary of the section</span><span style="color: Gray"> --></span></text> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.section.section" title="Identifies a subtopic within the section as part of the document's table of contents"><b>section</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="A section must have content or one or more sections, but not both."><b>0..*</b></span> <span style="color: darkgreen">Content as for DocumentHeader.Section</span> <span style="color: navy">Nested Section</span><span style="color: Gray"> --></span></section> </section> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="documentheader-definitions.htm#DocumentHeader.text" title=" (this element must be supported or understood)"><span style="text-decoration: underline"><b>text</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of document, for human interpretation</span><span style="color: Gray"> --></span></text> </DocumentHeader> </pre></div> </summary> </entry> <entry> <title>Resource "animal" as a profile (to help derivation)</title> <link href="http://hl7.org/implement/standards/fhir/animal.profile.xml" rel="self"/> <id>http://hl7.org/fhir/profile/animal</id> <updated>2012-09-09T03:27:53.619+10:00</updated> <published>2012-09-09T03:27:53.619+10:00</published> <author> <name>HL7, Inc</name> <uri>http://hl7.org</uri> </author> <category scheme="http://hl7.org/fhir/sid/fhir/resource-types" term="Profile"/> <content type="text/xml"> <Profile xmlns="http://hl7.org/fhir"> <id>animal</id> <name>animal</name> <author> <name>todo (committee)</name> </author> <description>Basic Profile. An animal that has relevance to the care process -usually this is for animals that are patients.</description> <status> <code>testing</code> <date>2012-09-09</date> </status> <resource> <type>Resource</type> <element> <path>Animal</path> <definition> <short>An animal involved in the healthcare process</short> <formal>An animal that has relevance to the care process -usually this is for animals that are patients.</formal> <comments>Animals differ because you need to track species and strain, and also different kind of relationships - owners</comments> <min>1</min> <max>1</max> <type> <code>Resource</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Animal.id</path> <definition> <short>Master Resource Id, always first in all resources</short> <formal>Master Resource Id, always first in all resources</formal> <min>1</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Animal.identifier</path> <definition> <short>Human identifiers for this animal</short> <formal>Identifier for the animal that is used to identify the person across multiple disparate systems and also for face to face identification of the person</formal> <min>0</min> <max>*</max> <type> <code>HumanId</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Animal.name</path> <definition> <short>A name associated with the animal</short> <formal>A name associated with the animal. The use code maiden does not apply.</formal> <min>0</min> <max>*</max> <type> <code>HumanName</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Animal.dob</path> <definition> <short>The birth date for the animal</short> <formal>The birth date for the animal</formal> <min>0</min> <max>1</max> <type> <code>dateTime</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Animal.species</path> <definition> <short>Species for the Animal</short> <formal>Species for the animal</formal> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>AnimalSpecies</binding> </definition> </element> <element> <path>Animal.strain</path> <definition> <short>Strain for the Animal</short> <formal>Strain for the animal</formal> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>AnimalStrain</binding> </definition> </element> <element> <path>Animal.gender</path> <definition> <short>Gender for the Animal</short> <formal>Gender for the Animal</formal> <comments>Note that some animals have additional gender not encountered in humans?</comments> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>AnimalGender</binding> </definition> </element> <element> <path>Animal.relatedEntity</path> <definition> <short>Kin, owner, care giver etc</short> <formal>Kin, owner, care giver etc</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Animal.relatedEntity.identifier</path> <definition> <short>Identifier for the entity</short> <formal>Identifier for the entity</formal> <min>0</min> <max>1</max> <type> <code>HumanId</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Animal.relatedEntity.role</path> <definition> <short>Type of relationship</short> <formal>Type of relationship</formal> <min>1</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>AnimalRelationship</binding> </definition> </element> <element> <path>Animal.relatedEntity.name</path> <definition> <short>Name of the related entity</short> <formal>Name of the related entity</formal> <min>0</min> <max>1</max> <type> <code>HumanName</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Animal.relatedEntity.address</path> <definition> <short>An address (usually human, but may be kin)</short> <formal>An address (usually human, but may be kin)</formal> <min>0</min> <max>*</max> <type> <code>Address</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Animal.relatedEntity.contact</path> <definition> <short>Contact details (usually for humans)</short> <formal>Contact details (usually for humans)</formal> <min>0</min> <max>*</max> <type> <code>Contact</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Animal.extension</path> <definition> <short>See Extensions</short> <formal>See Extensions</formal> <min>0</min> <max>*</max> <type> <code>Extension</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Animal.text</path> <definition> <short>Text summary of animal, fall back for human interpretation</short> <formal> </formal> <min>1</min> <max>1</max> <type> <code>Narrative</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> </resource> <text> <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="animal-definitions.htm#Animal" title="An animal that has relevance to the care process -usually this is for animals that are patients."><b>Animal</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="animal-definitions.htm#Animal.id" title="Master Resource Id, always first in all resources (this element must be supported or understood)"><span style="text-decoration: underline"><b>id</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Resource Id, always first in all resources</span><span style="color: Gray"> --></span></id> <<a class="dict" href="animal-definitions.htm#Animal.identifier" title="Identifier for the animal that is used to identify the person across multiple disparate systems and also for face to face identification of the person (this element must be supported or understood)"><span style="text-decoration: underline"><b>identifier</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanId">HumanId</a></span> <span style="color: navy">Human identifiers for this animal</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="animal-definitions.htm#Animal.name" title="A name associated with the animal. The use code maiden does not apply. (this element must be supported or understood)"><span style="text-decoration: underline"><b>name</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanName">HumanName</a></span> <span style="color: navy">A name associated with the animal</span><span style="color: Gray"> --></span></name> <<a class="dict" href="animal-definitions.htm#Animal.dob" title="The birth date for the animal (this element must be supported or understood)"><span style="text-decoration: underline"><b>dob</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">The birth date for the animal</span><span style="color: Gray"> --></span></dob> <<a class="dict" href="animal-definitions.htm#Animal.species" title="Species for the animal (this element must be supported or understood)"><span style="text-decoration: underline"><b>species</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Species for the Animal</span><span style="color: Gray"> --></span></species> <<a class="dict" href="animal-definitions.htm#Animal.strain" title="Strain for the animal (this element must be supported or understood)"><span style="text-decoration: underline"><b>strain</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Strain for the Animal</span><span style="color: Gray"> --></span></strain> <<a class="dict" href="animal-definitions.htm#Animal.gender" title="Gender for the Animal (this element must be supported or understood)"><span style="text-decoration: underline"><b>gender</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Gender for the Animal</span><span style="color: Gray"> --></span></gender> <<a class="dict" href="animal-definitions.htm#Animal.relatedEntity" title="Kin, owner, care giver etc"><b>relatedEntity</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Kin, owner, care giver etc --></span> <<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.identifier" title="Identifier for the entity"><b>identifier</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanId">HumanId</a></span> <span style="color: navy">Identifier for the entity</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.role" title="Type of relationship"><b>role</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Type of relationship</span><span style="color: Gray"> --></span></role> <<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.name" title="Name of the related entity"><b>name</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanName">HumanName</a></span> <span style="color: navy">Name of the related entity</span><span style="color: Gray"> --></span></name> <<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.address" title="An address (usually human, but may be kin)"><b>address</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Address">Address</a></span> <span style="color: navy">An address (usually human, but may be kin)</span><span style="color: Gray"> --></span></address> <<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.contact" title="Contact details (usually for humans)"><b>contact</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Contact">Contact</a></span> <span style="color: navy">Contact details (usually for humans)</span><span style="color: Gray"> --></span></contact> </relatedEntity> <<a class="dict" href="animal-definitions.htm#Animal.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="animal-definitions.htm#Animal.text" title=" "><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of animal, fall back for human interpretation</span><span style="color: Gray"> --></span></text> </Animal> </pre></div> </text> </Profile> </content> <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="animal-definitions.htm#Animal" title="An animal that has relevance to the care process -usually this is for animals that are patients."><b>Animal</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="animal-definitions.htm#Animal.id" title="Master Resource Id, always first in all resources (this element must be supported or understood)"><span style="text-decoration: underline"><b>id</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Resource Id, always first in all resources</span><span style="color: Gray"> --></span></id> <<a class="dict" href="animal-definitions.htm#Animal.identifier" title="Identifier for the animal that is used to identify the person across multiple disparate systems and also for face to face identification of the person (this element must be supported or understood)"><span style="text-decoration: underline"><b>identifier</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanId">HumanId</a></span> <span style="color: navy">Human identifiers for this animal</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="animal-definitions.htm#Animal.name" title="A name associated with the animal. The use code maiden does not apply. (this element must be supported or understood)"><span style="text-decoration: underline"><b>name</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanName">HumanName</a></span> <span style="color: navy">A name associated with the animal</span><span style="color: Gray"> --></span></name> <<a class="dict" href="animal-definitions.htm#Animal.dob" title="The birth date for the animal (this element must be supported or understood)"><span style="text-decoration: underline"><b>dob</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">The birth date for the animal</span><span style="color: Gray"> --></span></dob> <<a class="dict" href="animal-definitions.htm#Animal.species" title="Species for the animal (this element must be supported or understood)"><span style="text-decoration: underline"><b>species</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Species for the Animal</span><span style="color: Gray"> --></span></species> <<a class="dict" href="animal-definitions.htm#Animal.strain" title="Strain for the animal (this element must be supported or understood)"><span style="text-decoration: underline"><b>strain</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Strain for the Animal</span><span style="color: Gray"> --></span></strain> <<a class="dict" href="animal-definitions.htm#Animal.gender" title="Gender for the Animal (this element must be supported or understood)"><span style="text-decoration: underline"><b>gender</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Gender for the Animal</span><span style="color: Gray"> --></span></gender> <<a class="dict" href="animal-definitions.htm#Animal.relatedEntity" title="Kin, owner, care giver etc"><b>relatedEntity</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Kin, owner, care giver etc --></span> <<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.identifier" title="Identifier for the entity"><b>identifier</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanId">HumanId</a></span> <span style="color: navy">Identifier for the entity</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.role" title="Type of relationship"><b>role</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Type of relationship</span><span style="color: Gray"> --></span></role> <<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.name" title="Name of the related entity"><b>name</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanName">HumanName</a></span> <span style="color: navy">Name of the related entity</span><span style="color: Gray"> --></span></name> <<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.address" title="An address (usually human, but may be kin)"><b>address</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Address">Address</a></span> <span style="color: navy">An address (usually human, but may be kin)</span><span style="color: Gray"> --></span></address> <<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.contact" title="Contact details (usually for humans)"><b>contact</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Contact">Contact</a></span> <span style="color: navy">Contact details (usually for humans)</span><span style="color: Gray"> --></span></contact> </relatedEntity> <<a class="dict" href="animal-definitions.htm#Animal.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="animal-definitions.htm#Animal.text" title=" "><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of animal, fall back for human interpretation</span><span style="color: Gray"> --></span></text> </Animal> </pre></div> </summary> </entry> <entry> <title>Resource "agent" as a profile (to help derivation)</title> <link href="http://hl7.org/implement/standards/fhir/agent.profile.xml" rel="self"/> <id>http://hl7.org/fhir/profile/agent</id> <updated>2012-09-09T03:27:53.619+10:00</updated> <published>2012-09-09T03:27:53.619+10:00</published> <author> <name>HL7, Inc</name> <uri>http://hl7.org</uri> </author> <category scheme="http://hl7.org/fhir/sid/fhir/resource-types" term="Profile"/> <content type="text/xml"> <Profile xmlns="http://hl7.org/fhir"> <id>agent</id> <name>agent</name> <author> <name>todo (committee)</name> </author> <description>Basic Profile. A person who represents an organisation, and is authorised to perform actions on its behalf</description> <status> <code>testing</code> <date>2012-09-09</date> </status> <resource> <type>Resource</type> <element> <path>Agent</path> <definition> <short>A person acting on behalf of an organisation</short> <formal>A person who represents an organisation, and is authorised to perform actions on its behalf</formal> <min>1</min> <max>1</max> <type> <code>Resource</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Agent.id</path> <definition> <short>Master Resource Id, always first in all resources</short> <formal>Master Resource Id, always first in all resources</formal> <min>1</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Agent.person</path> <definition> <short>The person who is the agent</short> <formal>The person who acts as the agent</formal> <min>1</min> <max>1</max> <type> <code>Resource(Person)</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Agent.organization</path> <definition> <short>The represented organization</short> <formal>The organisation that is being represented</formal> <min>1</min> <max>1</max> <type> <code>Resource(Organization)</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Agent.role</path> <definition> <short>A role the agent has</short> <formal>The way in which the person represents the organisation - what role do they have?</formal> <comments>A person may have more than one role. At least one role is required - why have an agent who isn't actually an agent?</comments> <min>1</min> <max>*</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>AgentRole</binding> </definition> </element> <element> <path>Agent.period</path> <definition> <short>The period for which this agency applies (date only)</short> <formal>The time period during which the agent was/is authorised to represent the organisation.</formal> <min>0</min> <max>1</max> <type> <code>Period</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Agent.identifier</path> <definition> <short>A Human identifier for the person as this agent</short> <formal>An identifier that applies to this person in this role</formal> <comments>The identifier changes when a new/different person steps into the same role</comments> <min>0</min> <max>*</max> <type> <code>HumanId</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Agent.address</path> <definition> <short>An address that applies for the person as this agent</short> <formal>A postal address for this person playing this role</formal> <comments>i.e. the address is not their personal address. For many agents, this is the same as their work address</comments> <min>0</min> <max>*</max> <type> <code>Address</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Agent.contact</path> <definition> <short>A contact that applies for the person as this agent</short> <formal>A contact detail address for this person playing this role</formal> <comments>i.e. the contact is not their personal contact. For many agents, this is the same as their work contacts. Note that a person may choose to use a personal mobile phone (for instance) for their contact in a given role - in this case, the contact detail will be repeated in the agent resource</comments> <min>0</min> <max>*</max> <type> <code>Contact</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Agent.extension</path> <definition> <short>See Extensions</short> <formal>See Extensions</formal> <min>0</min> <max>*</max> <type> <code>Extension</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Agent.text</path> <definition> <short>Text summary of the agent, for human interpretation</short> <formal>Text summary of the agent, for human interpretation</formal> <min>1</min> <max>1</max> <type> <code>Narrative</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> </resource> <text> <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="agent-definitions.htm#Agent" title="A person who represents an organisation, and is authorised to perform actions on its behalf"><b>Agent</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="agent-definitions.htm#Agent.id" title="Master Resource Id, always first in all resources"><b>id</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Resource Id, always first in all resources</span><span style="color: Gray"> --></span></id> <<a class="dict" href="agent-definitions.htm#Agent.person" title="The person who acts as the agent (this element must be supported or understood)"><span style="text-decoration: underline"><b>person</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Person.htm#Person">Person</a>)</span> <span style="color: navy">The person who is the agent</span><span style="color: Gray"> --></span></person> <<a class="dict" href="agent-definitions.htm#Agent.organization" title="The organisation that is being represented (this element must be supported or understood)"><span style="text-decoration: underline"><b>organization</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">The represented organization</span><span style="color: Gray"> --></span></organization> <<a class="dict" href="agent-definitions.htm#Agent.role" title="The way in which the person represents the organisation - what role do they have? (this element must be supported or understood)"><span style="text-decoration: underline"><b>role</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">A role the agent has</span><span style="color: Gray"> --></span></role> <<a class="dict" href="agent-definitions.htm#Agent.period" title="The time period during which the agent was/is authorised to represent the organisation."><b>period</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Period">Period</a></span> <span style="color: navy">The period for which this agency applies (date only)</span><span style="color: Gray"> --></span></period> <<a class="dict" href="agent-definitions.htm#Agent.identifier" title="An identifier that applies to this person in this role (this element must be supported or understood)"><span style="text-decoration: underline"><b>identifier</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanId">HumanId</a></span> <span style="color: navy">A Human identifier for the person as this agent</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="agent-definitions.htm#Agent.address" title="A postal address for this person playing this role"><b>address</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Address">Address</a></span> <span style="color: navy">An address that applies for the person as this agent</span><span style="color: Gray"> --></span></address> <<a class="dict" href="agent-definitions.htm#Agent.contact" title="A contact detail address for this person playing this role"><b>contact</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Contact">Contact</a></span> <span style="color: navy">A contact that applies for the person as this agent</span><span style="color: Gray"> --></span></contact> <<a class="dict" href="agent-definitions.htm#Agent.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="agent-definitions.htm#Agent.text" title="Text summary of the agent, for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of the agent, for human interpretation</span><span style="color: Gray"> --></span></text> </Agent> </pre></div> </text> </Profile> </content> <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="agent-definitions.htm#Agent" title="A person who represents an organisation, and is authorised to perform actions on its behalf"><b>Agent</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="agent-definitions.htm#Agent.id" title="Master Resource Id, always first in all resources"><b>id</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Resource Id, always first in all resources</span><span style="color: Gray"> --></span></id> <<a class="dict" href="agent-definitions.htm#Agent.person" title="The person who acts as the agent (this element must be supported or understood)"><span style="text-decoration: underline"><b>person</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Person.htm#Person">Person</a>)</span> <span style="color: navy">The person who is the agent</span><span style="color: Gray"> --></span></person> <<a class="dict" href="agent-definitions.htm#Agent.organization" title="The organisation that is being represented (this element must be supported or understood)"><span style="text-decoration: underline"><b>organization</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">The represented organization</span><span style="color: Gray"> --></span></organization> <<a class="dict" href="agent-definitions.htm#Agent.role" title="The way in which the person represents the organisation - what role do they have? (this element must be supported or understood)"><span style="text-decoration: underline"><b>role</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">A role the agent has</span><span style="color: Gray"> --></span></role> <<a class="dict" href="agent-definitions.htm#Agent.period" title="The time period during which the agent was/is authorised to represent the organisation."><b>period</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Period">Period</a></span> <span style="color: navy">The period for which this agency applies (date only)</span><span style="color: Gray"> --></span></period> <<a class="dict" href="agent-definitions.htm#Agent.identifier" title="An identifier that applies to this person in this role (this element must be supported or understood)"><span style="text-decoration: underline"><b>identifier</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanId">HumanId</a></span> <span style="color: navy">A Human identifier for the person as this agent</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="agent-definitions.htm#Agent.address" title="A postal address for this person playing this role"><b>address</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Address">Address</a></span> <span style="color: navy">An address that applies for the person as this agent</span><span style="color: Gray"> --></span></address> <<a class="dict" href="agent-definitions.htm#Agent.contact" title="A contact detail address for this person playing this role"><b>contact</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Contact">Contact</a></span> <span style="color: navy">A contact that applies for the person as this agent</span><span style="color: Gray"> --></span></contact> <<a class="dict" href="agent-definitions.htm#Agent.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="agent-definitions.htm#Agent.text" title="Text summary of the agent, for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of the agent, for human interpretation</span><span style="color: Gray"> --></span></text> </Agent> </pre></div> </summary> </entry> <entry> <title>Resource "organization" as a profile (to help derivation)</title> <link href="http://hl7.org/implement/standards/fhir/organization.profile.xml" rel="self"/> <id>http://hl7.org/fhir/profile/organization</id> <updated>2012-09-09T03:27:53.619+10:00</updated> <published>2012-09-09T03:27:53.619+10:00</published> <author> <name>HL7, Inc</name> <uri>http://hl7.org</uri> </author> <category scheme="http://hl7.org/fhir/sid/fhir/resource-types" term="Profile"/> <content type="text/xml"> <Profile xmlns="http://hl7.org/fhir"> <id>organization</id> <name>organization</name> <author> <name>todo (committee)</name> </author> <description>Basic Profile. For any company/corporation/institution/government department that has relevance to the care process</description> <status> <code>testing</code> <date>2012-09-09</date> </status> <resource> <type>Resource</type> <element> <path>Organization</path> <definition> <short>Company/institution/government involved in healthcare</short> <formal>For any company/corporation/institution/government department that has relevance to the care process</formal> <min>1</min> <max>1</max> <type> <code>Resource</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Organization.id</path> <definition> <short>Master Resource Id, always first in all resources</short> <formal>Master Resource Id, always first in all resources</formal> <min>1</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Organization.identifier</path> <definition> <short>Identifier for this organization</short> <formal>Identifier for the organization that is used to identify the organization across multiple disparate systems</formal> <min>0</min> <max>*</max> <type> <code>HumanId</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Organization.name</path> <definition> <short>name used for the organisation</short> <formal>A name associated with the organization</formal> <comments>Don't use HumanName since that has many non-organization things in it</comments> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Organization.name.value</path> <definition> <short>A name associated with the organization</short> <formal>The actual name of the organization</formal> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Organization.name.period</path> <definition> <short>When this name is/was in use (date only)</short> <formal>The period that this name was in use by the organization</formal> <min>0</min> <max>1</max> <type> <code>Period</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Organization.address</path> <definition> <short>An address for the organization</short> <formal>An address for the organization</formal> <comments>Organization may have multiple addresses with different uses or applicable periods. The use code home is not to be used</comments> <min>0</min> <max>*</max> <type> <code>Address</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Organization.contact</path> <definition> <short>A contact detail for the organization</short> <formal>A contact detail for the organization</formal> <comments>The use code home is not to be used. Note that these contacts are not the contact details of people who are employed by or represent the organization, but official contacts for the organization itself</comments> <min>0</min> <max>*</max> <type> <code>Contact</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Organization.code</path> <definition> <short>kind of organisation</short> <formal>The kind of organization that this is</formal> <comments>Organizations can be corporations, wards, sections, clinical teams, government departments, etc. Note that code is generally a classifier of the type of organization; in many applications, codes are used to identity a particular organization (say, ward) as opposed to another of the same type - these are identifiers, not codes</comments> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>OrganisationType</binding> </definition> </element> <element> <path>Organization.industryCode</path> <definition> <short>kind of industry</short> <formal>The industry that this organization is involved in</formal> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>Industry</binding> </definition> </element> <element> <path>Organization.accreditation</path> <definition> <short>formal certifications that convey authority</short> <formal>The qualifications/certifications an organisation has, including format educational achievements, accreditations, and current certifications. All these qualifications may be used to determine what roles the organisation may play in a healthcare environment</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Organization.accreditation.identifier</path> <definition> <short>Identifier for the accreditation</short> <formal>The identifier of the accreditation</formal> <min>0</min> <max>1</max> <type> <code>Identifier</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Organization.accreditation.code</path> <definition> <short>What kind of accreditation</short> <formal>The type of the accreditation</formal> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>Accreditation</binding> </definition> </element> <element> <path>Organization.accreditation.institution</path> <definition> <short>Who conferred it</short> <formal>The organization that confered/confers the accreditation</formal> <min>0</min> <max>1</max> <type> <code>Resource(Organization)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Organization.accreditation.period</path> <definition> <short>When the accreditation is valid (date only)</short> <formal>The period for which the accreditation is held</formal> <min>0</min> <max>1</max> <type> <code>Period</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Organization.relatedOrganization</path> <definition> <short>sub-, super-, and partner organisations</short> <formal>Other organizations who are related to this person. The relationship might be one of several types: sub- or super- orgnizations (i.e. ward in a hospital, owning corporation of a hospital) or partner organizations (i.e. the operating corporation for a hospital)</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Organization.relatedOrganization.identifier</path> <definition> <short>Identifier for the organization</short> <formal>Identifier the related organization - may be a full link to an Organization resource, or some other kind of identifier</formal> <min>0</min> <max>1</max> <type> <code>HumanId</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Organization.relatedOrganization.code</path> <definition> <short>How the organizations are related</short> <formal>Code that specifies how this organization is related to the subject. A code is required.</formal> <min>1</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>OrganizationRelationship</binding> </definition> </element> <element> <path>Organization.relatedOrganization.name</path> <definition> <short>Name of the organization</short> <formal>A name should be specified for the related organization</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Organization.relatedOrganization.address</path> <definition> <short>An address for the organization</short> <formal>Postal addresses may be provided for the related organization</formal> <min>0</min> <max>*</max> <type> <code>Address</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Organization.relatedOrganization.contact</path> <definition> <short>General contact details for the organization</short> <formal>Contact details (phone, email etc) may be provided for the related organization</formal> <min>0</min> <max>*</max> <type> <code>Contact</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Organization.relatedOrganization.period</path> <definition> <short>When the organizations were related (date only)</short> <formal>The period during which the organizations were related in this fashion</formal> <min>0</min> <max>1</max> <type> <code>Period</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Organization.extension</path> <definition> <short>See Extensions</short> <formal>See Extensions</formal> <min>0</min> <max>*</max> <type> <code>Extension</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Organization.text</path> <definition> <short>Text summary of organization, fall back for human interpretation</short> <formal>Text summary of organization, fall back for human interpretation</formal> <min>1</min> <max>1</max> <type> <code>Narrative</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> </resource> <text> <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="organization-definitions.htm#Organization" title="For any company/corporation/institution/government department that has relevance to the care process"><b>Organization</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="organization-definitions.htm#Organization.id" title="Master Resource Id, always first in all resources"><b>id</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Resource Id, always first in all resources</span><span style="color: Gray"> --></span></id> <<a class="dict" href="organization-definitions.htm#Organization.identifier" title="Identifier for the organization that is used to identify the organization across multiple disparate systems (this element must be supported or understood)"><span style="text-decoration: underline"><b>identifier</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanId">HumanId</a></span> <span style="color: navy">Identifier for this organization</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="organization-definitions.htm#Organization.name" title="A name associated with the organization (this element must be supported or understood)"><span style="text-decoration: underline"><b>name</b></span></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> name used for the organisation --></span> <<a class="dict" href="organization-definitions.htm#Organization.name.value" title="The actual name of the organization (this element must be supported or understood)"><span style="text-decoration: underline"><b>value</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">A name associated with the organization</span><span style="color: Gray"> --></span></value> <<a class="dict" href="organization-definitions.htm#Organization.name.period" title="The period that this name was in use by the organization"><b>period</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Period">Period</a></span> <span style="color: navy">When this name is/was in use (date only)</span><span style="color: Gray"> --></span></period> </name> <<a class="dict" href="organization-definitions.htm#Organization.address" title="An address for the organization"><b>address</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Address">Address</a></span> <span style="color: navy">An address for the organization</span><span style="color: Gray"> --></span></address> <<a class="dict" href="organization-definitions.htm#Organization.contact" title="A contact detail for the organization"><b>contact</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Contact">Contact</a></span> <span style="color: navy">A contact detail for the organization</span><span style="color: Gray"> --></span></contact> <<a class="dict" href="organization-definitions.htm#Organization.code" title="The kind of organization that this is"><b>code</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">kind of organisation</span><span style="color: Gray"> --></span></code> <<a class="dict" href="organization-definitions.htm#Organization.industryCode" title="The industry that this organization is involved in"><b>industryCode</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">kind of industry</span><span style="color: Gray"> --></span></industryCode> <<a class="dict" href="organization-definitions.htm#Organization.accreditation" title="The qualifications/certifications an organisation has, including format educational achievements, accreditations, and current certifications. All these qualifications may be used to determine what roles the organisation may play in a healthcare environment"><b>accreditation</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> formal certifications that convey authority --></span> <<a class="dict" href="organization-definitions.htm#Organization.accreditation.identifier" title="The identifier of the accreditation"><b>identifier</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">Identifier for the accreditation</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="organization-definitions.htm#Organization.accreditation.code" title="The type of the accreditation"><b>code</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">What kind of accreditation</span><span style="color: Gray"> --></span></code> <<a class="dict" href="organization-definitions.htm#Organization.accreditation.institution" title="The organization that confered/confers the accreditation"><b>institution</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Who conferred it</span><span style="color: Gray"> --></span></institution> <<a class="dict" href="organization-definitions.htm#Organization.accreditation.period" title="The period for which the accreditation is held"><b>period</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Period">Period</a></span> <span style="color: navy">When the accreditation is valid (date only)</span><span style="color: Gray"> --></span></period> </accreditation> <<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization" title="Other organizations who are related to this person. The relationship might be one of several types: sub- or super- orgnizations (i.e. ward in a hospital, owning corporation of a hospital) or partner organizations (i.e. the operating corporation for a hospital)"><b>relatedOrganization</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> sub-, super-, and partner organisations --></span> <<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization.identifier" title="Identifier the related organization - may be a full link to an Organization resource, or some other kind of identifier"><b>identifier</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanId">HumanId</a></span> <span style="color: navy">Identifier for the organization</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization.code" title="Code that specifies how this organization is related to the subject. A code is required."><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">How the organizations are related</span><span style="color: Gray"> --></span></code> <<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization.name" title="A name should be specified for the related organization"><b>name</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name of the organization</span><span style="color: Gray"> --></span></name> <<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization.address" title="Postal addresses may be provided for the related organization"><b>address</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Address">Address</a></span> <span style="color: navy">An address for the organization</span><span style="color: Gray"> --></span></address> <<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization.contact" title="Contact details (phone, email etc) may be provided for the related organization"><b>contact</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Contact">Contact</a></span> <span style="color: navy">General contact details for the organization</span><span style="color: Gray"> --></span></contact> <<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization.period" title="The period during which the organizations were related in this fashion"><b>period</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Period">Period</a></span> <span style="color: navy">When the organizations were related (date only)</span><span style="color: Gray"> --></span></period> </relatedOrganization> <<a class="dict" href="organization-definitions.htm#Organization.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="organization-definitions.htm#Organization.text" title="Text summary of organization, fall back for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of organization, fall back for human interpretation</span><span style="color: Gray"> --></span></text> </Organization> </pre></div> </text> </Profile> </content> <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="organization-definitions.htm#Organization" title="For any company/corporation/institution/government department that has relevance to the care process"><b>Organization</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="organization-definitions.htm#Organization.id" title="Master Resource Id, always first in all resources"><b>id</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Resource Id, always first in all resources</span><span style="color: Gray"> --></span></id> <<a class="dict" href="organization-definitions.htm#Organization.identifier" title="Identifier for the organization that is used to identify the organization across multiple disparate systems (this element must be supported or understood)"><span style="text-decoration: underline"><b>identifier</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanId">HumanId</a></span> <span style="color: navy">Identifier for this organization</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="organization-definitions.htm#Organization.name" title="A name associated with the organization (this element must be supported or understood)"><span style="text-decoration: underline"><b>name</b></span></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> name used for the organisation --></span> <<a class="dict" href="organization-definitions.htm#Organization.name.value" title="The actual name of the organization (this element must be supported or understood)"><span style="text-decoration: underline"><b>value</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">A name associated with the organization</span><span style="color: Gray"> --></span></value> <<a class="dict" href="organization-definitions.htm#Organization.name.period" title="The period that this name was in use by the organization"><b>period</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Period">Period</a></span> <span style="color: navy">When this name is/was in use (date only)</span><span style="color: Gray"> --></span></period> </name> <<a class="dict" href="organization-definitions.htm#Organization.address" title="An address for the organization"><b>address</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Address">Address</a></span> <span style="color: navy">An address for the organization</span><span style="color: Gray"> --></span></address> <<a class="dict" href="organization-definitions.htm#Organization.contact" title="A contact detail for the organization"><b>contact</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Contact">Contact</a></span> <span style="color: navy">A contact detail for the organization</span><span style="color: Gray"> --></span></contact> <<a class="dict" href="organization-definitions.htm#Organization.code" title="The kind of organization that this is"><b>code</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">kind of organisation</span><span style="color: Gray"> --></span></code> <<a class="dict" href="organization-definitions.htm#Organization.industryCode" title="The industry that this organization is involved in"><b>industryCode</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">kind of industry</span><span style="color: Gray"> --></span></industryCode> <<a class="dict" href="organization-definitions.htm#Organization.accreditation" title="The qualifications/certifications an organisation has, including format educational achievements, accreditations, and current certifications. All these qualifications may be used to determine what roles the organisation may play in a healthcare environment"><b>accreditation</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> formal certifications that convey authority --></span> <<a class="dict" href="organization-definitions.htm#Organization.accreditation.identifier" title="The identifier of the accreditation"><b>identifier</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">Identifier for the accreditation</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="organization-definitions.htm#Organization.accreditation.code" title="The type of the accreditation"><b>code</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">What kind of accreditation</span><span style="color: Gray"> --></span></code> <<a class="dict" href="organization-definitions.htm#Organization.accreditation.institution" title="The organization that confered/confers the accreditation"><b>institution</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Who conferred it</span><span style="color: Gray"> --></span></institution> <<a class="dict" href="organization-definitions.htm#Organization.accreditation.period" title="The period for which the accreditation is held"><b>period</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Period">Period</a></span> <span style="color: navy">When the accreditation is valid (date only)</span><span style="color: Gray"> --></span></period> </accreditation> <<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization" title="Other organizations who are related to this person. The relationship might be one of several types: sub- or super- orgnizations (i.e. ward in a hospital, owning corporation of a hospital) or partner organizations (i.e. the operating corporation for a hospital)"><b>relatedOrganization</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> sub-, super-, and partner organisations --></span> <<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization.identifier" title="Identifier the related organization - may be a full link to an Organization resource, or some other kind of identifier"><b>identifier</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanId">HumanId</a></span> <span style="color: navy">Identifier for the organization</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization.code" title="Code that specifies how this organization is related to the subject. A code is required."><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">How the organizations are related</span><span style="color: Gray"> --></span></code> <<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization.name" title="A name should be specified for the related organization"><b>name</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name of the organization</span><span style="color: Gray"> --></span></name> <<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization.address" title="Postal addresses may be provided for the related organization"><b>address</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Address">Address</a></span> <span style="color: navy">An address for the organization</span><span style="color: Gray"> --></span></address> <<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization.contact" title="Contact details (phone, email etc) may be provided for the related organization"><b>contact</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Contact">Contact</a></span> <span style="color: navy">General contact details for the organization</span><span style="color: Gray"> --></span></contact> <<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization.period" title="The period during which the organizations were related in this fashion"><b>period</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Period">Period</a></span> <span style="color: navy">When the organizations were related (date only)</span><span style="color: Gray"> --></span></period> </relatedOrganization> <<a class="dict" href="organization-definitions.htm#Organization.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="organization-definitions.htm#Organization.text" title="Text summary of organization, fall back for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of organization, fall back for human interpretation</span><span style="color: Gray"> --></span></text> </Organization> </pre></div> </summary> </entry> <entry> <title>Resource "prescription" as a profile (to help derivation)</title> <link href="http://hl7.org/implement/standards/fhir/prescription.profile.xml" rel="self"/> <id>http://hl7.org/fhir/profile/prescription</id> <updated>2012-09-09T03:27:53.619+10:00</updated> <published>2012-09-09T03:27:53.619+10:00</published> <author> <name>HL7, Inc</name> <uri>http://hl7.org</uri> </author> <category scheme="http://hl7.org/fhir/sid/fhir/resource-types" term="Profile"/> <content type="text/xml"> <Profile xmlns="http://hl7.org/fhir"> <id>prescription</id> <name>prescription</name> <author> <name>todo (committee)</name> </author> <description>Basic Profile. Directions provided by a prescribing practitioner for a specific medication to be administered (and possibly) supplied to an individual</description> <status> <code>testing</code> <date>2012-09-09</date> </status> <resource> <type>Resource</type> <element> <path>Prescription</path> <definition> <short>Instruction to administer (and supply?) medication </short> <formal>Directions provided by a prescribing practitioner for a specific medication to be administered (and possibly) supplied to an individual</formal> <min>1</min> <max>1</max> <type> <code>Resource</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.id</path> <definition> <short>Master Resource Id, always first in all resources</short> <formal>Master Resource Id, always first in all resources</formal> <min>1</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.identifier</path> <definition> <short>Prescription identification</short> <formal>A identifier used in an external system and associated with this medication</formal> <min>0</min> <max>*</max> <type> <code>HumanId</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Prescription.status</path> <definition> <short>Status: Active|Completed</short> <formal>Actual status of the prescription</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>PrescriptionStatus</binding> </definition> </element> <element> <path>Prescription.patient</path> <definition> <short>Patient receiving medicine</short> <formal>The patient the prescription is prescribing medicine for</formal> <min>1</min> <max>1</max> <type> <code>Resource(Patient)</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Prescription.prescriber</path> <definition> <short>Prescribing doctor</short> <formal>The clinician or doctor prescribing the medication</formal> <min>1</min> <max>1</max> <type> <code>Resource(Agent)</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.prescribed</path> <definition> <short>Date/time prescribed</short> <formal>Date/time on which the prescription was written</formal> <min>1</min> <max>1</max> <type> <code>dateTime</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.dispense</path> <definition> <short>Details of included dispense request</short> <formal>Details of the dispense as requested by the prescriber</formal> <min>0</min> <max>1</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.dispense.repeats</path> <definition> <short>Number of repeats</short> <formal>Requested number of repeats</formal> <comments>Default is "1"</comments> <min>0</min> <max>1</max> <type> <code>integer</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.dispense.quantity</path> <definition> <short>Quantity per repeat</short> <formal>Requested quantity per repeat</formal> <min>1</min> <max>1</max> <type> <code>Quantity</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.dispense.dispenser</path> <definition> <short>Person to fullfil the requested dispense</short> <formal>Person to fullfil the requested dispense</formal> <min>0</min> <max>1</max> <type> <code>Resource(Agent|Organization)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.medicine</path> <definition> <short>Prescribed medicine</short> <formal>The one single medicatine, vaccine or therapeutic good prescribed in this prescription.</formal> <min>1</min> <max>1</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.medicine.identification</path> <definition> <short>Test and/or code(s) for medicine</short> <formal>Text and or Code(s) that identify the medicine</formal> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>MedicationKind</binding> </definition> </element> <element> <path>Prescription.medicine.activeIngredient</path> <definition> <short>Active substance</short> <formal>The substance in the medication formulation that is pharmaceutically active and is responsible for the medication's therapeutic effect</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.medicine.activeIngredient.identification</path> <definition> <short>Text and/or Code(s) for active ingredient</short> <formal>Coded representation of active ingredient</formal> <min>1</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>MedicationKind</binding> </definition> </element> <element> <path>Prescription.medicine.activeIngredient.quantity[x]</path> <definition> <short>Relative quantity of active ingredient</short> <formal>Quantity of active ingredient expressed in relation to the whole of the prepared medicine</formal> <min>0</min> <max>1</max> <type> <code>Ratio</code> </type> <type> <code>code</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.medicine.inactiveIngredient</path> <definition> <short>Inactive substance</short> <formal>Ingredients in the medication that are not active</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.medicine.inactiveIngredient.identification</path> <definition> <short>Text and/or Code(s) for inactive ingredient</short> <formal>Coded representation of the inactive ingredient</formal> <min>1</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>MedicationKind</binding> </definition> </element> <element> <path>Prescription.medicine.inactiveIngredient.quantity[x]</path> <definition> <short>Relative quantity of inactive ingredient</short> <formal>Quantity of inactive ingredient expressed in relation to the whole of the prepared medicine</formal> <min>0</min> <max>1</max> <type> <code>Ratio</code> </type> <type> <code>code</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.administrationRequest</path> <definition> <short>Instructions for use</short> <formal>Instructions for the use of the medication. Includes details about the timing schedule, dosis amounts and additional usage instructions.</formal> <min>1</min> <max>1</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.administrationRequest.description</path> <definition> <short>Textual instructions for use</short> <formal>Textual description of the use of the medication.</formal> <comments>Can contain more details than the structured information under this element, but must be in accordance with it. May not contain information about the medicine itself.</comments> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.administrationRequest.totalPeriodicDosis</path> <definition> <short>Total periodic dosis</short> <formal>Total dose per day/week or other period when more specific information is missing or cannot be expressed using the timing specifications.</formal> <min>0</min> <max>1</max> <type> <code>Ratio</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.administrationRequest.start</path> <definition> <short>Startdate for administration</short> <formal>First moment on which medication should be taken</formal> <min>0</min> <max>1</max> <type> <code>dateTime</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.administrationRequest.end</path> <definition> <short>Enddate for administration</short> <formal>Last moment on which medication should be taken</formal> <min>0</min> <max>1</max> <type> <code>dateTime</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.administrationRequest.duration</path> <definition> <short>Total duration of administration</short> <formal>Total duration of administration</formal> <min>0</min> <max>1</max> <type> <code>Quantity</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.administrationRequest.numberOfAdministrations</path> <definition> <short>Maximum number of separate administrations</short> <formal>Maximum number of separate administrations before the instruction ends.</formal> <min>0</min> <max>1</max> <type> <code>integer</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.administrationRequest.dosageInstruction</path> <definition> <short>Dosage instruction</short> <formal>Specification of dose and schedule for administration</formal> <comments>The can be >1 dosage instruction to support administration of varying doses, resulting in 1 instruction per fixed dose.</comments> <min>1</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.administrationRequest.dosageInstruction.precondition</path> <definition> <short>Precondition for starting administration</short> <formal>Precondition for starting the administration specified in this instruction</formal> <min>0</min> <max>*</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>AdministrationPrecondition</binding> </definition> </element> <element> <path>Prescription.administrationRequest.dosageInstruction.prn</path> <definition> <short>Pro re nate: Yes|No</short> <formal>Pro re nate, "If necessary": Specifies whether administration depens on the state and symptoms of the patient</formal> <comments>Default is "false"</comments> <min>0</min> <max>1</max> <type> <code>boolean</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.administrationRequest.dosageInstruction.additionalInstruction</path> <definition> <short>Additional instructions</short> <formal>Additional details to guide administration. Especially relevant for medicine administered by patient</formal> <min>0</min> <max>*</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>AdministrationInstruction</binding> </definition> </element> <element> <path>Prescription.administrationRequest.dosageInstruction.route</path> <definition> <short>Route of administration</short> <formal>Route of administration (oral, nasal, intravenous)</formal> <comments>Since the route of administration is generally determined by the choice of medication, it is not necessary to provide a value in route</comments> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>AdministrationRoute</binding> </definition> </element> <element> <path>Prescription.administrationRequest.dosageInstruction.dose[x]</path> <definition> <short>Dose per administration</short> <formal>Dose per administration, expressed in units of the (prepared) product</formal> <comments>Dose may be an interval, "2-3 tablets per 4 hours"</comments> <min>1</min> <max>1</max> <type> <code>Quantity</code> </type> <type> <code>Range</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.administrationRequest.dosageInstruction.rate</path> <definition> <short>Flow-rate for IV</short> <formal>Flow-rate for IV</formal> <min>0</min> <max>1</max> <type> <code>Quantity</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.administrationRequest.dosageInstruction.schedule</path> <definition> <short>Schedule for administration</short> <formal>Schedule for administration. If multiple are given, they are considered to be active in parrallel</formal> <comments>Will submit proposal to change Schedule type.</comments> <min>1</min> <max>*</max> <type> <code>Schedule</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.reason</path> <definition> <short>Reason for prescription</short> <formal>Diagnosis which is the reason for prescribing this medicine</formal> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>PrescriptionReason</binding> </definition> </element> <element> <path>Prescription.extension</path> <definition> <short>See Extensions</short> <formal>See Extensions</formal> <min>0</min> <max>*</max> <type> <code>Extension</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Prescription.text</path> <definition> <short>Text summary of the prescription, for human interpretation</short> <formal>Text summary of the prescription, for human interpretation</formal> <min>1</min> <max>1</max> <type> <code>Narrative</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> </resource> <text> <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="prescription-definitions.htm#Prescription" title="Directions provided by a prescribing practitioner for a specific medication to be administered (and possibly) supplied to an individual"><b>Prescription</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="prescription-definitions.htm#Prescription.id" title="Master Resource Id, always first in all resources"><b>id</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Resource Id, always first in all resources</span><span style="color: Gray"> --></span></id> <<a class="dict" href="prescription-definitions.htm#Prescription.identifier" title="A identifier used in an external system and associated with this medication (this element must be supported or understood)"><span style="text-decoration: underline"><b>identifier</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanId">HumanId</a></span> <span style="color: navy">Prescription identification</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="prescription-definitions.htm#Prescription.status" title="Actual status of the prescription (this element must be supported or understood)"><span style="text-decoration: underline"><b>status</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Status: Active|Completed</span><span style="color: Gray"> --></span></status> <<a class="dict" href="prescription-definitions.htm#Prescription.patient" title="The patient the prescription is prescribing medicine for (this element must be supported or understood)"><span style="text-decoration: underline"><b>patient</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Patient.htm#Patient">Patient</a>)</span> <span style="color: navy">Patient receiving medicine</span><span style="color: Gray"> --></span></patient> <<a class="dict" href="prescription-definitions.htm#Prescription.prescriber" title="The clinician or doctor prescribing the medication"><b>prescriber</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>)</span> <span style="color: navy">Prescribing doctor</span><span style="color: Gray"> --></span></prescriber> <<a class="dict" href="prescription-definitions.htm#Prescription.prescribed" title="Date/time on which the prescription was written"><b>prescribed</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">Date/time prescribed</span><span style="color: Gray"> --></span></prescribed> <<a class="dict" href="prescription-definitions.htm#Prescription.dispense" title="Details of the dispense as requested by the prescriber"><b>dispense</b></a>> <span style="color: Gray"><!-- Details of included dispense request --></span> <<a class="dict" href="prescription-definitions.htm#Prescription.dispense.repeats" title="Requested number of repeats"><b>repeats</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#integer">integer</a></span> <span style="color: navy">Number of repeats</span><span style="color: Gray"> --></span></repeats> <<a class="dict" href="prescription-definitions.htm#Prescription.dispense.quantity" title="Requested quantity per repeat"><b>quantity</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Quantity">Quantity</a></span> <span style="color: navy">Quantity per repeat</span><span style="color: Gray"> --></span></quantity> <<a class="dict" href="prescription-definitions.htm#Prescription.dispense.dispenser" title="Person to fullfil the requested dispense"><b>dispenser</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>|<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Person to fullfil the requested dispense</span><span style="color: Gray"> --></span></dispenser> </dispense> <<a class="dict" href="prescription-definitions.htm#Prescription.medicine" title="The one single medicatine, vaccine or therapeutic good prescribed in this prescription."><b>medicine</b></a>> <span style="color: Gray"><!-- Prescribed medicine --></span> <<a class="dict" href="prescription-definitions.htm#Prescription.medicine.identification" title="Text and or Code(s) that identify the medicine (this element must be supported or understood)"><span style="text-decoration: underline"><b>identification</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Test and/or code(s) for medicine</span><span style="color: Gray"> --></span></identification> <<a class="dict" href="prescription-definitions.htm#Prescription.medicine.activeIngredient" title="The substance in the medication formulation that is pharmaceutically active and is responsible for the medication's therapeutic effect"><b>activeIngredient</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Active substance --></span> <<a class="dict" href="prescription-definitions.htm#Prescription.medicine.activeIngredient.identification" title="Coded representation of active ingredient"><b>identification</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Text and/or Code(s) for active ingredient</span><span style="color: Gray"> --></span></identification> <<a class="dict" href="prescription-definitions.htm#Prescription.medicine.activeIngredient.quantity[x]" title="Quantity of active ingredient expressed in relation to the whole of the prepared medicine"><b>quantity[x]</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Ratio">Ratio</a>|<a href="datatypes.htm#code">code</a></span> <span style="color: navy">Relative quantity of active ingredient</span><span style="color: Gray"> --></span></quantity[x]> </activeIngredient> <<a class="dict" href="prescription-definitions.htm#Prescription.medicine.inactiveIngredient" title="Ingredients in the medication that are not active"><b>inactiveIngredient</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Inactive substance --></span> <<a class="dict" href="prescription-definitions.htm#Prescription.medicine.inactiveIngredient.identification" title="Coded representation of the inactive ingredient"><b>identification</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Text and/or Code(s) for inactive ingredient</span><span style="color: Gray"> --></span></identification> <<a class="dict" href="prescription-definitions.htm#Prescription.medicine.inactiveIngredient.quantity[x]" title="Quantity of inactive ingredient expressed in relation to the whole of the prepared medicine"><b>quantity[x]</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Ratio">Ratio</a>|<a href="datatypes.htm#code">code</a></span> <span style="color: navy">Relative quantity of inactive ingredient</span><span style="color: Gray"> --></span></quantity[x]> </inactiveIngredient> </medicine> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest" title="Instructions for the use of the medication. Includes details about the timing schedule, dosis amounts and additional usage instructions."><b>administrationRequest</b></a>> <span style="color: Gray"><!-- Instructions for use --></span> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.description" title="Textual description of the use of the medication."><b>description</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Textual instructions for use</span><span style="color: Gray"> --></span></description> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.totalPeriodicDosis" title="Total dose per day/week or other period when more specific information is missing or cannot be expressed using the timing specifications."><b>totalPeriodicDosis</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Ratio">Ratio</a></span> <span style="color: navy">Total periodic dosis</span><span style="color: Gray"> --></span></totalPeriodicDosis> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.start" title="First moment on which medication should be taken"><b>start</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Restrictions on the combinations of Duration, Start and End are as follows: Duration may be specified alone or with Start. Alternatively, Start may be specified if End is specified. No other combinations are allowed."><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">Startdate for administration</span><span style="color: Gray"> --></span></start> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.end" title="Last moment on which medication should be taken"><b>end</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Restrictions on the combinations of Duration, Start and End are as follows: Duration may be specified alone or with Start. Alternatively, Start may be specified if End is specified. No other combinations are allowed."><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">Enddate for administration</span><span style="color: Gray"> --></span></end> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.duration" title="Total duration of administration"><b>duration</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Restrictions on the combinations of Duration, Start and End are as follows: Duration may be specified alone or with Start. Alternatively, Start may be specified if End is specified. No other combinations are allowed."><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Quantity">Quantity</a></span> <span style="color: navy">Total duration of administration</span><span style="color: Gray"> --></span></duration> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.numberOfAdministrations" title="Maximum number of separate administrations before the instruction ends."><b>numberOfAdministrations</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Restrictions on the combinations of Duration, Start and End are as follows: Duration may be specified alone or with Start. Alternatively, Start may be specified if End is specified. No other combinations are allowed."><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#integer">integer</a></span> <span style="color: navy">Maximum number of separate administrations</span><span style="color: Gray"> --></span></numberOfAdministrations> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction" title="Specification of dose and schedule for administration"><b>dosageInstruction</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>1..*</b></span> Dosage instruction --></span> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.precondition" title="Precondition for starting the administration specified in this instruction"><b>precondition</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Precondition for starting administration</span><span style="color: Gray"> --></span></precondition> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.prn" title="Pro re nate, "If necessary": Specifies whether administration depens on the state and symptoms of the patient"><b>prn</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">Pro re nate: Yes|No</span><span style="color: Gray"> --></span></prn> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.additionalInstruction" title="Additional details to guide administration. Especially relevant for medicine administered by patient"><b>additionalInstruction</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Additional instructions</span><span style="color: Gray"> --></span></additionalInstruction> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.route" title="Route of administration (oral, nasal, intravenous)"><b>route</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Route of administration</span><span style="color: Gray"> --></span></route> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.dose[x]" title="Dose per administration, expressed in units of the (prepared) product"><b>dose[x]</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Quantity">Quantity</a>|<a href="datatypes.htm#Range">Range</a></span> <span style="color: navy">Dose per administration</span><span style="color: Gray"> --></span></dose[x]> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.rate" title="Flow-rate for IV"><b>rate</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Quantity">Quantity</a></span> <span style="color: navy">Flow-rate for IV</span><span style="color: Gray"> --></span></rate> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.schedule" title="Schedule for administration. If multiple are given, they are considered to be active in parrallel"><b>schedule</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..*</b></span> <span style="color: darkgreen"><a href="Schedule.htm#Schedule">Schedule</a></span> <span style="color: navy">Schedule for administration</span><span style="color: Gray"> --></span></schedule> </dosageInstruction> </administrationRequest> <<a class="dict" href="prescription-definitions.htm#Prescription.reason" title="Diagnosis which is the reason for prescribing this medicine"><b>reason</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Reason for prescription</span><span style="color: Gray"> --></span></reason> <<a class="dict" href="prescription-definitions.htm#Prescription.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="prescription-definitions.htm#Prescription.text" title="Text summary of the prescription, for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of the prescription, for human interpretation</span><span style="color: Gray"> --></span></text> </Prescription> </pre></div> </text> </Profile> </content> <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="prescription-definitions.htm#Prescription" title="Directions provided by a prescribing practitioner for a specific medication to be administered (and possibly) supplied to an individual"><b>Prescription</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="prescription-definitions.htm#Prescription.id" title="Master Resource Id, always first in all resources"><b>id</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Resource Id, always first in all resources</span><span style="color: Gray"> --></span></id> <<a class="dict" href="prescription-definitions.htm#Prescription.identifier" title="A identifier used in an external system and associated with this medication (this element must be supported or understood)"><span style="text-decoration: underline"><b>identifier</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanId">HumanId</a></span> <span style="color: navy">Prescription identification</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="prescription-definitions.htm#Prescription.status" title="Actual status of the prescription (this element must be supported or understood)"><span style="text-decoration: underline"><b>status</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Status: Active|Completed</span><span style="color: Gray"> --></span></status> <<a class="dict" href="prescription-definitions.htm#Prescription.patient" title="The patient the prescription is prescribing medicine for (this element must be supported or understood)"><span style="text-decoration: underline"><b>patient</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Patient.htm#Patient">Patient</a>)</span> <span style="color: navy">Patient receiving medicine</span><span style="color: Gray"> --></span></patient> <<a class="dict" href="prescription-definitions.htm#Prescription.prescriber" title="The clinician or doctor prescribing the medication"><b>prescriber</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>)</span> <span style="color: navy">Prescribing doctor</span><span style="color: Gray"> --></span></prescriber> <<a class="dict" href="prescription-definitions.htm#Prescription.prescribed" title="Date/time on which the prescription was written"><b>prescribed</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">Date/time prescribed</span><span style="color: Gray"> --></span></prescribed> <<a class="dict" href="prescription-definitions.htm#Prescription.dispense" title="Details of the dispense as requested by the prescriber"><b>dispense</b></a>> <span style="color: Gray"><!-- Details of included dispense request --></span> <<a class="dict" href="prescription-definitions.htm#Prescription.dispense.repeats" title="Requested number of repeats"><b>repeats</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#integer">integer</a></span> <span style="color: navy">Number of repeats</span><span style="color: Gray"> --></span></repeats> <<a class="dict" href="prescription-definitions.htm#Prescription.dispense.quantity" title="Requested quantity per repeat"><b>quantity</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Quantity">Quantity</a></span> <span style="color: navy">Quantity per repeat</span><span style="color: Gray"> --></span></quantity> <<a class="dict" href="prescription-definitions.htm#Prescription.dispense.dispenser" title="Person to fullfil the requested dispense"><b>dispenser</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>|<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Person to fullfil the requested dispense</span><span style="color: Gray"> --></span></dispenser> </dispense> <<a class="dict" href="prescription-definitions.htm#Prescription.medicine" title="The one single medicatine, vaccine or therapeutic good prescribed in this prescription."><b>medicine</b></a>> <span style="color: Gray"><!-- Prescribed medicine --></span> <<a class="dict" href="prescription-definitions.htm#Prescription.medicine.identification" title="Text and or Code(s) that identify the medicine (this element must be supported or understood)"><span style="text-decoration: underline"><b>identification</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Test and/or code(s) for medicine</span><span style="color: Gray"> --></span></identification> <<a class="dict" href="prescription-definitions.htm#Prescription.medicine.activeIngredient" title="The substance in the medication formulation that is pharmaceutically active and is responsible for the medication's therapeutic effect"><b>activeIngredient</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Active substance --></span> <<a class="dict" href="prescription-definitions.htm#Prescription.medicine.activeIngredient.identification" title="Coded representation of active ingredient"><b>identification</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Text and/or Code(s) for active ingredient</span><span style="color: Gray"> --></span></identification> <<a class="dict" href="prescription-definitions.htm#Prescription.medicine.activeIngredient.quantity[x]" title="Quantity of active ingredient expressed in relation to the whole of the prepared medicine"><b>quantity[x]</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Ratio">Ratio</a>|<a href="datatypes.htm#code">code</a></span> <span style="color: navy">Relative quantity of active ingredient</span><span style="color: Gray"> --></span></quantity[x]> </activeIngredient> <<a class="dict" href="prescription-definitions.htm#Prescription.medicine.inactiveIngredient" title="Ingredients in the medication that are not active"><b>inactiveIngredient</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Inactive substance --></span> <<a class="dict" href="prescription-definitions.htm#Prescription.medicine.inactiveIngredient.identification" title="Coded representation of the inactive ingredient"><b>identification</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Text and/or Code(s) for inactive ingredient</span><span style="color: Gray"> --></span></identification> <<a class="dict" href="prescription-definitions.htm#Prescription.medicine.inactiveIngredient.quantity[x]" title="Quantity of inactive ingredient expressed in relation to the whole of the prepared medicine"><b>quantity[x]</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Ratio">Ratio</a>|<a href="datatypes.htm#code">code</a></span> <span style="color: navy">Relative quantity of inactive ingredient</span><span style="color: Gray"> --></span></quantity[x]> </inactiveIngredient> </medicine> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest" title="Instructions for the use of the medication. Includes details about the timing schedule, dosis amounts and additional usage instructions."><b>administrationRequest</b></a>> <span style="color: Gray"><!-- Instructions for use --></span> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.description" title="Textual description of the use of the medication."><b>description</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Textual instructions for use</span><span style="color: Gray"> --></span></description> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.totalPeriodicDosis" title="Total dose per day/week or other period when more specific information is missing or cannot be expressed using the timing specifications."><b>totalPeriodicDosis</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Ratio">Ratio</a></span> <span style="color: navy">Total periodic dosis</span><span style="color: Gray"> --></span></totalPeriodicDosis> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.start" title="First moment on which medication should be taken"><b>start</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Restrictions on the combinations of Duration, Start and End are as follows: Duration may be specified alone or with Start. Alternatively, Start may be specified if End is specified. No other combinations are allowed."><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">Startdate for administration</span><span style="color: Gray"> --></span></start> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.end" title="Last moment on which medication should be taken"><b>end</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Restrictions on the combinations of Duration, Start and End are as follows: Duration may be specified alone or with Start. Alternatively, Start may be specified if End is specified. No other combinations are allowed."><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">Enddate for administration</span><span style="color: Gray"> --></span></end> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.duration" title="Total duration of administration"><b>duration</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Restrictions on the combinations of Duration, Start and End are as follows: Duration may be specified alone or with Start. Alternatively, Start may be specified if End is specified. No other combinations are allowed."><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Quantity">Quantity</a></span> <span style="color: navy">Total duration of administration</span><span style="color: Gray"> --></span></duration> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.numberOfAdministrations" title="Maximum number of separate administrations before the instruction ends."><b>numberOfAdministrations</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Restrictions on the combinations of Duration, Start and End are as follows: Duration may be specified alone or with Start. Alternatively, Start may be specified if End is specified. No other combinations are allowed."><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#integer">integer</a></span> <span style="color: navy">Maximum number of separate administrations</span><span style="color: Gray"> --></span></numberOfAdministrations> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction" title="Specification of dose and schedule for administration"><b>dosageInstruction</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>1..*</b></span> Dosage instruction --></span> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.precondition" title="Precondition for starting the administration specified in this instruction"><b>precondition</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Precondition for starting administration</span><span style="color: Gray"> --></span></precondition> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.prn" title="Pro re nate, "If necessary": Specifies whether administration depens on the state and symptoms of the patient"><b>prn</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">Pro re nate: Yes|No</span><span style="color: Gray"> --></span></prn> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.additionalInstruction" title="Additional details to guide administration. Especially relevant for medicine administered by patient"><b>additionalInstruction</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Additional instructions</span><span style="color: Gray"> --></span></additionalInstruction> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.route" title="Route of administration (oral, nasal, intravenous)"><b>route</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Route of administration</span><span style="color: Gray"> --></span></route> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.dose[x]" title="Dose per administration, expressed in units of the (prepared) product"><b>dose[x]</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Quantity">Quantity</a>|<a href="datatypes.htm#Range">Range</a></span> <span style="color: navy">Dose per administration</span><span style="color: Gray"> --></span></dose[x]> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.rate" title="Flow-rate for IV"><b>rate</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Quantity">Quantity</a></span> <span style="color: navy">Flow-rate for IV</span><span style="color: Gray"> --></span></rate> <<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.schedule" title="Schedule for administration. If multiple are given, they are considered to be active in parrallel"><b>schedule</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..*</b></span> <span style="color: darkgreen"><a href="Schedule.htm#Schedule">Schedule</a></span> <span style="color: navy">Schedule for administration</span><span style="color: Gray"> --></span></schedule> </dosageInstruction> </administrationRequest> <<a class="dict" href="prescription-definitions.htm#Prescription.reason" title="Diagnosis which is the reason for prescribing this medicine"><b>reason</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Reason for prescription</span><span style="color: Gray"> --></span></reason> <<a class="dict" href="prescription-definitions.htm#Prescription.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="prescription-definitions.htm#Prescription.text" title="Text summary of the prescription, for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of the prescription, for human interpretation</span><span style="color: Gray"> --></span></text> </Prescription> </pre></div> </summary> </entry> <entry> <title>Resource "profile" as a profile (to help derivation)</title> <link href="http://hl7.org/implement/standards/fhir/profile.profile.xml" rel="self"/> <id>http://hl7.org/fhir/profile/profile</id> <updated>2012-09-09T03:27:53.619+10:00</updated> <published>2012-09-09T03:27:53.619+10:00</published> <author> <name>HL7, Inc</name> <uri>http://hl7.org</uri> </author> <category scheme="http://hl7.org/fhir/sid/fhir/resource-types" term="Profile"/> <content type="text/xml"> <Profile xmlns="http://hl7.org/fhir"> <id>profile</id> <name>profile</name> <author> <name>todo (committee)</name> </author> <description>Basic Profile. A Resource Profile - a statement of use of FHIR. May include constraints on Resources, Terminology Binding Statements and Extension Definitions</description> <status> <code>testing</code> <date>2012-09-09</date> </status> <resource> <type>Resource</type> <element> <path>Profile</path> <definition> <short>Resource Profile</short> <formal>A Resource Profile - a statement of use of FHIR. May include constraints on Resources, Terminology Binding Statements and Extension Definitions</formal> <comments>Often called a clinical template</comments> <min>1</min> <max>1</max> <type> <code>Resource</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.id</path> <definition> <short>Fixed identifier for this profile</short> <formal>Identifier for this profile</formal> <min>1</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Profile.name</path> <definition> <short>Informal name for this profile</short> <formal>A free text natural language name identifying the Profile</formal> <comments>Not expected to be globally unique</comments> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.version</path> <definition> <short>Version number for external references</short> <formal>The official version of this profile - for external version specific references</formal> <comments>Note that if this is missing, the default version identifier for the profile is the version identifier for the resource that represents the profile itself</comments> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.author</path> <definition> <short>(Organisation or individual)</short> <formal>Details of the author who accepts responsibility for publishing the profile</formal> <comments>Usually an organisation, but may be an individual</comments> <min>1</min> <max>1</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.author.name</path> <definition> <short>Name of the recognised author</short> <formal>The name of the author</formal> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.author.reference</path> <definition> <short>Web reference to the author</short> <formal>Reference to the author to assist a user in finding and communicating with the author</formal> <comments>may be a web site, an email address, a telephone number (tel:), etc.</comments> <min>0</min> <max>*</max> <type> <code>uri</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.description</path> <definition> <short>Natural language description of the profile</short> <formal>A free text natural language description of the profile and its use</formal> <comments>This field can be used for things such as why the profile was written, comments about mis-use, instructions for clinical use and interpretation, literature references, examples from the paper world, etc.</comments> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.code</path> <definition> <short>Assist with indexing and finding</short> <formal>A set of terms from external terminologies that may be used to assist with indexing and searching of templates.</formal> <min>0</min> <max>*</max> <type> <code>Coding</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.status</path> <definition> <short>Current status</short> <formal>Indicates where the profile exists in its overall life-cycle</formal> <min>1</min> <max>1</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Profile.status.code</path> <definition> <short>draft | testing | review | production | withdrawn | superceded</short> <formal>A coded value for the position of the profile within its life-cycle</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>ResourceProfileStatus</binding> </definition> </element> <element> <path>Profile.status.date</path> <definition> <short>date for given status</short> <formal>The date that the current value for status was applied to the profile</formal> <min>1</min> <max>1</max> <type> <code>dateTime</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.status.comment</path> <definition> <short>Supplemental status info</short> <formal>Additional commentary related to the profile's status</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.import</path> <definition> <short>External source of extensions and bindings</short> <formal>Other profiles that define extensions and bindings that are used in this profile</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.import.uri</path> <definition> <short>Profile location</short> <formal>The identifier for the profile, ideally the URL it can be retrieved from.</formal> <comments>Any resource definitions from these other profiles are not imported</comments> <min>1</min> <max>1</max> <type> <code>uri</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.import.prefix</path> <definition> <short>Short form for referencing</short> <formal>The short label used for display of the profile when uniquely identifying imported extensions</formal> <comments>Profile instances are always conveyed using full URIs - the prefix is solely for use by entry and rendering tools.</comments> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.bundle</path> <definition> <short>If this describes a bundle, the first resource in the bundle</short> <formal>If this profile describes a bundle, the first resource in the bundle (usually a MessageHeader or a DocumentHeader)</formal> <min>0</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>ResourceType</binding> </definition> </element> <element> <path>Profile.resource</path> <definition> <short>A constraint on a profile</short> <formal>A constraint statement about what contents a profile may have</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.type</path> <definition> <short>The Type of the resource being described</short> <formal>The Type of the resource being described</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>ResourceType</binding> </definition> </element> <element> <path>Profile.resource.profile</path> <definition> <short>Resource Profile that supplies the constraints</short> <formal>Reference to a resource profile that includes the constraint statement that applies to this resource</formal> <min>0</min> <max>1</max> <type> <code>uri</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.name</path> <definition> <short>Name for this Constraint Statement</short> <formal>The name of this resource constraint statement (to refer to it from other resource constraints)</formal> <comments>This field is the target for a resource.profile</comments> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.purpose</path> <definition> <short>Human summary: why describe this resource?</short> <formal>Human summary: why describe this resource?</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element</path> <definition> <short>Definition of elements in the resource</short> <formal>Captures constraints on each element within the resource</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.path</path> <definition> <short>The path of the element (see the formal definitions)</short> <formal>The path identifies the element</formal> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.name</path> <definition> <short>Name of constraint for slicing - see above</short> <formal>A unique name referring to a specific set of constraints applied to this element.</formal> <comments>The name must be unique within the profile and all imported profiles within the context of the constrained resource element. (Though to avoid confusion, uniqueness across all elements is recommended.)</comments> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition</path> <definition> <short>More specific definition of the element </short> <formal>Definition of the content of the element to provide a more specific definition than that contained for the element in the base resource.</formal> <comments>The definition must be a proper constraint on the definition of the base resource.</comments> <min>1</min> <max>1</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.short</path> <definition> <short>Concise definition for xml presentation</short> <formal>A concise definition that is shown in the concise XML format that summarises profiles</formal> <comments>May change the term to provide language more appropriate to the context of the profile or to reflect slicing.</comments> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.formal</path> <definition> <short>Formal definition</short> <formal> The definition must be consistent with the base definition, but convey the meaning of the element in the particular context of use of the resource</formal> <comments>It is easy for a different definition to change the meaning of an element and this can have nasty downstream consequences. Please be careful when providing definitions</comments> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.comments</path> <definition> <short>Comments about the use of this element</short> <formal>Comments about the use of the element, including notes about how to use the data properly, exceptions to proper use, etc.</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.requirements</path> <definition> <short>Why is this needed?</short> <formal>Explains why this element is needed and why it's been constrained as it has</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.synonym</path> <definition> <short>Other names</short> <formal>Identifies additional names by which this element might also be known</formal> <min>0</min> <max>*</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.min</path> <definition> <short>Minimum Cardinality</short> <formal>The minimum number of times this element must appear in the instance</formal> <min>1</min> <max>1</max> <type> <code>integer</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.max</path> <definition> <short>Maximum Cardinality (a number or *)</short> <formal>The maximum number of times this element is permitted to appear in the instance</formal> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.type</path> <definition> <short>Type of the element</short> <formal>The data type or resource that the value of this element is permitted to be</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.type.code</path> <definition> <short>Data type or Resource</short> <formal>Data type or Resource</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>DataType</binding> </definition> </element> <element> <path>Profile.resource.element.definition.type.profile</path> <definition> <short>Profile to apply (Resource only)</short> <formal>Identifies a profile that must hold for resources referenced as the type of this element.</formal> <comments>The reference might be a simple name in the form #[name], which is a reference to another named constraint in a resource - where the resource contains more than one constraint, or a URL which is a reference to a resource Profile</comments> <min>0</min> <max>1</max> <type> <code>uri</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.nameReference</path> <definition> <short>To another element constraint (by element.name)</short> <formal>Identifies the name of a slice defined elsewhere in the profile whose constraints should be applied to the current element </formal> <comments>If child components of this element are defined, they act as constraints on the referenced slice.</comments> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.value[x]</path> <definition> <short>Fixed value: [as defined for type]</short> <formal>Specifies a value that must hold for this element in the instance.</formal> <comments>To specify a fixed value for a complex data type, include the child elements for the type and specify fixed values for each property independently.</comments> <min>0</min> <max>1</max> <type> <code>*</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.maxLength</path> <definition> <short>Length for strings</short> <formal>Indicates the shortest length that must be supported by conformant instances without truncation.</formal> <comments>If not specified, there is no conformance expectation for length support.</comments> <min>0</min> <max>1</max> <type> <code>integer</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.dataAbsentReason</path> <definition> <short>If @dataAbsentReason is allowed</short> <formal>If true then the dataAbsentReason attribute is permitted, otherwise not</formal> <min>1</min> <max>1</max> <type> <code>boolean</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.condition</path> <definition> <short>reference to invariant about presence</short> <formal>A reference to an invariant that may make additional statements about the cardinality in the instance</formal> <min>0</min> <max>*</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.constraint</path> <definition> <short>Condition that must evaluate to true</short> <formal>Formal constraints such as co-occurrence and other constraints that can be computationally evaluated within the context of the instance.</formal> <comments>Constraints should be declared on the "context" element - the lowest element in the hierarchy that is common to all nodes referenced by the constraint</comments> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.constraint.id</path> <definition> <short>Target of 'condition' reference above</short> <formal>Allows identification of which elements have their cardinalities impacted by the constraint. Will not be referenced for constraints that do not affect cardinality.</formal> <min>1</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.constraint.name</path> <definition> <short>Short human label</short> <formal>Used to label the constraint in OCL or in short displays incapable of displaying the full human description</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.constraint.severity</path> <definition> <short>error | warning</short> <formal>Identifies the impact constraint violation has on the conformance of the instance.</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.constraint.human</path> <definition> <short>Human description of constraint</short> <formal>This is the text that describes the constraint in messages identifying that the constraint has been violated </formal> <comments>Should be expressed in business terms as much as possible.</comments> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.constraint.xpath</path> <definition> <short>XPath expression of constraint</short> <formal>XPath expression of constraint</formal> <comments>Elements must use "f" as the namespace prefix and must not use any other prefixes.</comments> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.constraint.ocl</path> <definition> <short>OCL expression of constraint</short> <formal>OCL expression of constraint</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.mustSupport</path> <definition> <short>If the element must be usable</short> <formal>If true, conformant resource authors must be capable of providing a value for the element and resource consumers must be capable of extracting and doing something useful with the data element. If false, the element may be ignored and not supported.</formal> <comments>"Something useful" is context dependent. Key test is what would a reasonable observer expect of a system that explicitly claims to "support" this element</comments> <min>0</min> <max>1</max> <type> <code>boolean</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.mustUnderstand</path> <definition> <short>If the element must be understood</short> <formal>If true, the element cannot be ignored by systems unless they recognize the element and a pre-determination has been made that it is not relevant to their particular system.</formal> <comments>MustUnderstand elements can be ignored by applications that recognize the element and know that the element is not relevant in the context of their system.</comments> <min>0</min> <max>1</max> <type> <code>boolean</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.binding</path> <definition> <short>Binding - see bindings below (only if coded)</short> <formal>Identifies the set of codes that applies to this element if a data type supporting codes is used.</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.mapping</path> <definition> <short>Map element to another set of definitions</short> <formal>Identifies a concept from an external specification that roughly corresponds to this element.</formal> <comments>Mappings are not necessarily specific enough for safe translation.</comments> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.mapping.target</path> <definition> <short>Which mapping this is (v2, CDA, openEHR, etc.)</short> <formal>The name of the specification is mapping is being expressed to.</formal> <comments>HL7 will provide guidelines for the name strings to use for common specifications.</comments> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.definition.mapping.map</path> <definition> <short>Details of the mapping</short> <formal>Expresses what part of the target specification corresponds to this element</formal> <comments>For most mappings, the syntax is undefined. A syntax will be provided for mappings to the RIM. Multiple mappings may be possible and may include constraints on other resource elements that identify when a particular mapping applies.</comments> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.bundled</path> <definition> <short>If type is Resource, is it in the bundle?</short> <formal>Whether the Resource that is the value for this element is included in the bundle, if the profile is specifying a bundle</formal> <comments>If context includes bundling</comments> <min>0</min> <max>1</max> <type> <code>boolean</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.resource.element.closed</path> <definition> <short>If list, whether derived profiles can slice more</short> <formal>Indicates whether the set of slices defined is "exhaustive". I.e. Have all the possible variants for the repeating element been defined? If true, then no new slices can be created off the base element in derived profiles - though existing slices can be further sliced if they are defined as repeating elements.</formal> <min>0</min> <max>1</max> <type> <code>boolean</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.extensionDefn</path> <definition> <short>Definition of an extension</short> <formal>An extension defined as part of the profile</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.extensionDefn.code</path> <definition> <short>identifies the extension in the instance</short> <formal>A unique code (within the profile) used to identify the extension.</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.extensionDefn.contextType</path> <definition> <short>resource | datatype | mapping | extension</short> <formal>Identifies the type of context to which the extension applies</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>ExtensionContext</binding> </definition> </element> <element> <path>Profile.extensionDefn.context</path> <definition> <short>Where the extension can be used in instances</short> <formal>Identifies the types of resource or data type elements to which the extension can be applied.</formal> <min>1</min> <max>*</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.extensionDefn.definition</path> <definition> <short>Definition of the extension and its content</short> <formal>Definition of the extension and its content</formal> <min>1</min> <max>1</max> <type> <code>@Profile.resource.element.definition</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.binding</path> <definition> <short>Define code sets for coded elements</short> <formal>Defines a linkage between a vocabulary binding name used in the profile (or expected to be used in profile importing this one) and a value set or code list.</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.binding.name</path> <definition> <short>binding name</short> <formal>The name to be associated with this set of codes.</formal> <comments>Must be unique within the profile. If the same name as an imported profile, will override the imported binding (and must be a proper constraint on the imported binding)</comments> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.binding.definition</path> <definition> <short>Human explanation of the binding</short> <formal>Describes the intended use of this particular set of codes</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.binding.type</path> <definition> <short>valueset | codelist | reference | special</short> <formal>Identifies how the set of codes for this binding is being defined.</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>BindingType</binding> </definition> </element> <element> <path>Profile.binding.isExtensible</path> <definition> <short>Can additional codes be used?</short> <formal>If true, then conformant systems may use additional codes or (where the data type permits) text alone to convey concepts not covered by the set of codes identified in the binding. If false, then conformant systems are constrained to the provided codes alone.</formal> <min>1</min> <max>1</max> <type> <code>boolean</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.binding.conformance</path> <definition> <short>required | preferred | example</short> <formal>Indicates the degree of conformance expectations associated with this binding</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>BindingConformance</binding> </definition> </element> <element> <path>Profile.binding.reference</path> <definition> <short>Source of binding content</short> <formal>Points to the value set or external definition that identifies the set of codes to be used.</formal> <comments>For value sets, this should point to a ValueSet resource. The reference may be version-specific or not.</comments> <min>0</min> <max>1</max> <type> <code>uri</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.binding.concept</path> <definition> <short>Enumerated codes that are the binding</short> <formal>Identifies the codes forming the code list for the binding</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.binding.concept.code</path> <definition> <short>Code to use for this concept</short> <formal>Identifies the code referenced or being defined as part of the binding</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.binding.concept.system</path> <definition> <short>source for the code, if taken from another system</short> <formal>Identifies the system in which the referenced code is defined.</formal> <comments>If no system is specified, then the id for the profile is combined with the binding name to determine an implicit system uri.</comments> <min>0</min> <max>1</max> <type> <code>uri</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.binding.concept.display</path> <definition> <short>Print name. Defaults to code if not provided</short> <formal>Identifies the text to be displayed to the user for this code. If none provided, then the code itself is displayed.</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.binding.concept.definition</path> <definition> <short>Meaning of the concept</short> <formal>A free-text description of the meaning of this code</formal> <comments>Definition should not overlap with that of any other concepts in the code list</comments> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.extension</path> <definition> <short>See Extensions</short> <formal>See Extensions</formal> <min>0</min> <max>*</max> <type> <code>Extension</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Profile.text</path> <definition> <short>Text summary of resource profile for human interpretation</short> <formal>Text summary of resource profile for human interpretation</formal> <min>1</min> <max>1</max> <type> <code>Narrative</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> </resource> <text> <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="profile-definitions.htm#Profile" title="A Resource Profile - a statement of use of FHIR. May include constraints on Resources, Terminology Binding Statements and Extension Definitions"><b>Profile</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="profile-definitions.htm#Profile.id" title="Identifier for this profile (this element must be supported or understood)"><span style="text-decoration: underline"><b>id</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Fixed identifier for this profile</span><span style="color: Gray"> --></span></id> <<a class="dict" href="profile-definitions.htm#Profile.name" title="A free text natural language name identifying the Profile"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Informal name for this profile</span><span style="color: Gray"> --></span></name> <<a class="dict" href="profile-definitions.htm#Profile.version" title="The official version of this profile - for external version specific references"><b>version</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Version number for external references</span><span style="color: Gray"> --></span></version> <<a class="dict" href="profile-definitions.htm#Profile.author" title="Details of the author who accepts responsibility for publishing the profile"><b>author</b></a>> <span style="color: Gray"><!-- (Organisation or individual) --></span> <<a class="dict" href="profile-definitions.htm#Profile.author.name" title="The name of the author"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name of the recognised author</span><span style="color: Gray"> --></span></name> <<a class="dict" href="profile-definitions.htm#Profile.author.reference" title="Reference to the author to assist a user in finding and communicating with the author"><b>reference</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Web reference to the author</span><span style="color: Gray"> --></span></reference> </author> <<a class="dict" href="profile-definitions.htm#Profile.description" title="A free text natural language description of the profile and its use"><b>description</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Natural language description of the profile</span><span style="color: Gray"> --></span></description> <<a class="dict" href="profile-definitions.htm#Profile.code" title="A set of terms from external terminologies that may be used to assist with indexing and searching of templates."><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">Assist with indexing and finding</span><span style="color: Gray"> --></span></code> <<a class="dict" href="profile-definitions.htm#Profile.status" title="Indicates where the profile exists in its overall life-cycle (this element must be supported or understood)"><span style="text-decoration: underline"><b>status</b></span></a>> <span style="color: Gray"><!-- Current status --></span> <<a class="dict" href="profile-definitions.htm#Profile.status.code" title="A coded value for the position of the profile within its life-cycle (this element must be supported or understood)"><span style="text-decoration: underline"><b>code</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">draft | testing | review | production | withdrawn | superceded</span><span style="color: Gray"> --></span></code> <<a class="dict" href="profile-definitions.htm#Profile.status.date" title="The date that the current value for status was applied to the profile"><b>date</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">date for given status</span><span style="color: Gray"> --></span></date> <<a class="dict" href="profile-definitions.htm#Profile.status.comment" title="Additional commentary related to the profile's status"><b>comment</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Supplemental status info</span><span style="color: Gray"> --></span></comment> </status> <<a class="dict" href="profile-definitions.htm#Profile.import" title="Other profiles that define extensions and bindings that are used in this profile"><b>import</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> External source of extensions and bindings --></span> <<a class="dict" href="profile-definitions.htm#Profile.import.uri" title="The identifier for the profile, ideally the URL it can be retrieved from."><b>uri</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Profile location</span><span style="color: Gray"> --></span></uri> <<a class="dict" href="profile-definitions.htm#Profile.import.prefix" title="The short label used for display of the profile when uniquely identifying imported extensions"><b>prefix</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Short form for referencing</span><span style="color: Gray"> --></span></prefix> </import> <<a class="dict" href="profile-definitions.htm#Profile.bundle" title="If this profile describes a bundle, the first resource in the bundle (usually a MessageHeader or a DocumentHeader)"><b>bundle</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">If this describes a bundle, the first resource in the bundle</span><span style="color: Gray"> --></span></bundle> <<a class="dict" href="profile-definitions.htm#Profile.resource" title="A constraint statement about what contents a profile may have"><b>resource</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> A constraint on a profile --></span> <<a class="dict" href="profile-definitions.htm#Profile.resource.type" title="The Type of the resource being described"><b>type</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">The Type of the resource being described</span><span style="color: Gray"> --></span></type> <<a class="dict" href="profile-definitions.htm#Profile.resource.profile" title="Reference to a resource profile that includes the constraint statement that applies to this resource"><b>profile</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Provide either a profile reference or constraints on the resource elements (but not both)"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Resource Profile that supplies the constraints</span><span style="color: Gray"> --></span></profile> <<a class="dict" href="profile-definitions.htm#Profile.resource.name" title="The name of this resource constraint statement (to refer to it from other resource constraints)"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name for this Constraint Statement</span><span style="color: Gray"> --></span></name> <<a class="dict" href="profile-definitions.htm#Profile.resource.purpose" title="Human summary: why describe this resource?"><b>purpose</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Human summary: why describe this resource?</span><span style="color: Gray"> --></span></purpose> <<a class="dict" href="profile-definitions.htm#Profile.resource.element" title="Captures constraints on each element within the resource"><b>element</b></a>> <span style="color: Gray"><!-- <span style="color: deeppink" title="Provide either a profile reference or constraints on the resource elements (but not both)"><b>0..*</b></span> Definition of elements in the resource --></span> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.path" title="The path identifies the element"><b>path</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">The path of the element (see the formal definitions)</span><span style="color: Gray"> --></span></path> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.name" title="A unique name referring to a specific set of constraints applied to this element."><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name of constraint for slicing - see above</span><span style="color: Gray"> --></span></name> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition" title="Definition of the content of the element to provide a more specific definition than that contained for the element in the base resource."><b>definition</b></a>> <span style="color: Gray"><!-- More specific definition of the element --></span> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.short" title="A concise definition that is shown in the concise XML format that summarises profiles"><b>short</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Concise definition for xml presentation</span><span style="color: Gray"> --></span></short> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.formal" title=" The definition must be consistent with the base definition, but convey the meaning of the element in the particular context of use of the resource"><b>formal</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Formal definition</span><span style="color: Gray"> --></span></formal> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.comments" title="Comments about the use of the element, including notes about how to use the data properly, exceptions to proper use, etc."><b>comments</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Comments about the use of this element</span><span style="color: Gray"> --></span></comments> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.requirements" title="Explains why this element is needed and why it's been constrained as it has"><b>requirements</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Why is this needed?</span><span style="color: Gray"> --></span></requirements> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.synonym" title="Identifies additional names by which this element might also be known"><b>synonym</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Other names</span><span style="color: Gray"> --></span></synonym> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.min" title="The minimum number of times this element must appear in the instance"><b>min</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#integer">integer</a></span> <span style="color: navy">Minimum Cardinality</span><span style="color: Gray"> --></span></min> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.max" title="The maximum number of times this element is permitted to appear in the instance"><b>max</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Maximum Cardinality (a number or *)</span><span style="color: Gray"> --></span></max> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.type" title="The data type or resource that the value of this element is permitted to be"><b>type</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Type of the element --></span> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.type.code" title="Data type or Resource"><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Data type or Resource</span><span style="color: Gray"> --></span></code> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.type.profile" title="Identifies a profile that must hold for resources referenced as the type of this element."><b>profile</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Profile is only allowed if code is a resource"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Profile to apply (Resource only)</span><span style="color: Gray"> --></span></profile> </type> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.nameReference" title="Identifies the name of a slice defined elsewhere in the profile whose constraints should be applied to the current element "><b>nameReference</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Either a name or a fixed value (but not both) is permitted"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">To another element constraint (by element.name)</span><span style="color: Gray"> --></span></nameReference> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.value[x]" title="Specifies a value that must hold for this element in the instance."><b>value[x]</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Either a name or a fixed value (but not both) is permitted"><b>0..1</b></span> <span style="color: navy">Fixed value: [as defined for type]</span><span style="color: Gray"> --></span></value[x]> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.maxLength" title="Indicates the shortest length that must be supported by conformant instances without truncation."><b>maxLength</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#integer">integer</a></span> <span style="color: navy">Length for strings</span><span style="color: Gray"> --></span></maxLength> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.dataAbsentReason" title="If true then the dataAbsentReason attribute is permitted, otherwise not"><b>dataAbsentReason</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">If @dataAbsentReason is allowed</span><span style="color: Gray"> --></span></dataAbsentReason> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.condition" title="A reference to an invariant that may make additional statements about the cardinality in the instance"><b>condition</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">reference to invariant about presence</span><span style="color: Gray"> --></span></condition> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.constraint" title="Formal constraints such as co-occurrence and other constraints that can be computationally evaluated within the context of the instance."><b>constraint</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Condition that must evaluate to true --></span> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.constraint.id" title="Allows identification of which elements have their cardinalities impacted by the constraint. Will not be referenced for constraints that do not affect cardinality."><b>id</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Target of 'condition' reference above</span><span style="color: Gray"> --></span></id> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.constraint.name" title="Used to label the constraint in OCL or in short displays incapable of displaying the full human description"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Short human label</span><span style="color: Gray"> --></span></name> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.constraint.severity" title="Identifies the impact constraint violation has on the conformance of the instance."><b>severity</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">error | warning</span><span style="color: Gray"> --></span></severity> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.constraint.human" title="This is the text that describes the constraint in messages identifying that the constraint has been violated "><b>human</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Human description of constraint</span><span style="color: Gray"> --></span></human> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.constraint.xpath" title="XPath expression of constraint"><b>xpath</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">XPath expression of constraint</span><span style="color: Gray"> --></span></xpath> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.constraint.ocl" title="OCL expression of constraint"><b>ocl</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">OCL expression of constraint</span><span style="color: Gray"> --></span></ocl> </constraint> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.mustSupport" title="If true, conformant resource authors must be capable of providing a value for the element and resource consumers must be capable of extracting and doing something useful with the data element. If false, the element may be ignored and not supported."><b>mustSupport</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">If the element must be usable</span><span style="color: Gray"> --></span></mustSupport> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.mustUnderstand" title="If true, the element cannot be ignored by systems unless they recognize the element and a pre-determination has been made that it is not relevant to their particular system."><b>mustUnderstand</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">If the element must be understood</span><span style="color: Gray"> --></span></mustUnderstand> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.binding" title="Identifies the set of codes that applies to this element if a data type supporting codes is used."><b>binding</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Binding can only be present for coded elements"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Binding - see bindings below (only if coded)</span><span style="color: Gray"> --></span></binding> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.mapping" title="Identifies a concept from an external specification that roughly corresponds to this element."><b>mapping</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Map element to another set of definitions --></span> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.mapping.target" title="The name of the specification is mapping is being expressed to."><b>target</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Which mapping this is (v2, CDA, openEHR, etc.)</span><span style="color: Gray"> --></span></target> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.mapping.map" title="Expresses what part of the target specification corresponds to this element"><b>map</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Details of the mapping</span><span style="color: Gray"> --></span></map> </mapping> </definition> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.bundled" title="Whether the Resource that is the value for this element is included in the bundle, if the profile is specifying a bundle"><b>bundled</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Bundled may only be specified if one of the allowed types for the element is a resource"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">If type is Resource, is it in the bundle?</span><span style="color: Gray"> --></span></bundled> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.closed" title="Indicates whether the set of slices defined is "exhaustive". I.e. Have all the possible variants for the repeating element been defined? If true, then no new slices can be created off the base element in derived profiles - though existing slices can be further sliced if they are defined as repeating elements."><b>closed</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">If list, whether derived profiles can slice more</span><span style="color: Gray"> --></span></closed> </element> </resource> <<a class="dict" href="profile-definitions.htm#Profile.extensionDefn" title="An extension defined as part of the profile"><b>extensionDefn</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Definition of an extension --></span> <<a class="dict" href="profile-definitions.htm#Profile.extensionDefn.code" title="A unique code (within the profile) used to identify the extension."><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">identifies the extension in the instance</span><span style="color: Gray"> --></span></code> <<a class="dict" href="profile-definitions.htm#Profile.extensionDefn.contextType" title="Identifies the type of context to which the extension applies"><b>contextType</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">resource | datatype | mapping | extension</span><span style="color: Gray"> --></span></contextType> <<a class="dict" href="profile-definitions.htm#Profile.extensionDefn.context" title="Identifies the types of resource or data type elements to which the extension can be applied."><b>context</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Where the extension can be used in instances</span><span style="color: Gray"> --></span></context> <<a class="dict" href="profile-definitions.htm#Profile.extensionDefn.definition" title="Definition of the extension and its content"><b>definition</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen">Content as for Profile.resource.element.definition</span> <span style="color: navy">Definition of the extension and its content</span><span style="color: Gray"> --></span></definition> </extensionDefn> <<a class="dict" href="profile-definitions.htm#Profile.binding" title="Defines a linkage between a vocabulary binding name used in the profile (or expected to be used in profile importing this one) and a value set or code list."><b>binding</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Define code sets for coded elements --></span> <<a class="dict" href="profile-definitions.htm#Profile.binding.name" title="The name to be associated with this set of codes."><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">binding name</span><span style="color: Gray"> --></span></name> <<a class="dict" href="profile-definitions.htm#Profile.binding.definition" title="Describes the intended use of this particular set of codes"><b>definition</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Human explanation of the binding</span><span style="color: Gray"> --></span></definition> <<a class="dict" href="profile-definitions.htm#Profile.binding.type" title="Identifies how the set of codes for this binding is being defined."><b>type</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">valueset | codelist | reference | special</span><span style="color: Gray"> --></span></type> <<a class="dict" href="profile-definitions.htm#Profile.binding.isExtensible" title="If true, then conformant systems may use additional codes or (where the data type permits) text alone to convey concepts not covered by the set of codes identified in the binding. If false, then conformant systems are constrained to the provided codes alone."><b>isExtensible</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">Can additional codes be used?</span><span style="color: Gray"> --></span></isExtensible> <<a class="dict" href="profile-definitions.htm#Profile.binding.conformance" title="Indicates the degree of conformance expectations associated with this binding"><b>conformance</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">required | preferred | example</span><span style="color: Gray"> --></span></conformance> <<a class="dict" href="profile-definitions.htm#Profile.binding.reference" title="Points to the value set or external definition that identifies the set of codes to be used."><b>reference</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="reference must be present and may only be present if binding type is "reference" or "valueset""><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Source of binding content</span><span style="color: Gray"> --></span></reference> <<a class="dict" href="profile-definitions.htm#Profile.binding.concept" title="Identifies the codes forming the code list for the binding"><b>concept</b></a>> <span style="color: Gray"><!-- <span style="color: deeppink" title="reference must be present and may only be present if binding type is "reference" or "valueset""><b>0..*</b></span> Enumerated codes that are the binding --></span> <<a class="dict" href="profile-definitions.htm#Profile.binding.concept.code" title="Identifies the code referenced or being defined as part of the binding"><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Code to use for this concept</span><span style="color: Gray"> --></span></code> <<a class="dict" href="profile-definitions.htm#Profile.binding.concept.system" title="Identifies the system in which the referenced code is defined."><b>system</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">source for the code, if taken from another system</span><span style="color: Gray"> --></span></system> <<a class="dict" href="profile-definitions.htm#Profile.binding.concept.display" title="Identifies the text to be displayed to the user for this code. If none provided, then the code itself is displayed."><b>display</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Print name. Defaults to code if not provided</span><span style="color: Gray"> --></span></display> <<a class="dict" href="profile-definitions.htm#Profile.binding.concept.definition" title="A free-text description of the meaning of this code"><b>definition</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Meaning of the concept</span><span style="color: Gray"> --></span></definition> </concept> </binding> <<a class="dict" href="profile-definitions.htm#Profile.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="profile-definitions.htm#Profile.text" title="Text summary of resource profile for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of resource profile for human interpretation</span><span style="color: Gray"> --></span></text> </Profile> </pre></div> </text> </Profile> </content> <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="profile-definitions.htm#Profile" title="A Resource Profile - a statement of use of FHIR. May include constraints on Resources, Terminology Binding Statements and Extension Definitions"><b>Profile</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="profile-definitions.htm#Profile.id" title="Identifier for this profile (this element must be supported or understood)"><span style="text-decoration: underline"><b>id</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Fixed identifier for this profile</span><span style="color: Gray"> --></span></id> <<a class="dict" href="profile-definitions.htm#Profile.name" title="A free text natural language name identifying the Profile"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Informal name for this profile</span><span style="color: Gray"> --></span></name> <<a class="dict" href="profile-definitions.htm#Profile.version" title="The official version of this profile - for external version specific references"><b>version</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Version number for external references</span><span style="color: Gray"> --></span></version> <<a class="dict" href="profile-definitions.htm#Profile.author" title="Details of the author who accepts responsibility for publishing the profile"><b>author</b></a>> <span style="color: Gray"><!-- (Organisation or individual) --></span> <<a class="dict" href="profile-definitions.htm#Profile.author.name" title="The name of the author"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name of the recognised author</span><span style="color: Gray"> --></span></name> <<a class="dict" href="profile-definitions.htm#Profile.author.reference" title="Reference to the author to assist a user in finding and communicating with the author"><b>reference</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Web reference to the author</span><span style="color: Gray"> --></span></reference> </author> <<a class="dict" href="profile-definitions.htm#Profile.description" title="A free text natural language description of the profile and its use"><b>description</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Natural language description of the profile</span><span style="color: Gray"> --></span></description> <<a class="dict" href="profile-definitions.htm#Profile.code" title="A set of terms from external terminologies that may be used to assist with indexing and searching of templates."><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">Assist with indexing and finding</span><span style="color: Gray"> --></span></code> <<a class="dict" href="profile-definitions.htm#Profile.status" title="Indicates where the profile exists in its overall life-cycle (this element must be supported or understood)"><span style="text-decoration: underline"><b>status</b></span></a>> <span style="color: Gray"><!-- Current status --></span> <<a class="dict" href="profile-definitions.htm#Profile.status.code" title="A coded value for the position of the profile within its life-cycle (this element must be supported or understood)"><span style="text-decoration: underline"><b>code</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">draft | testing | review | production | withdrawn | superceded</span><span style="color: Gray"> --></span></code> <<a class="dict" href="profile-definitions.htm#Profile.status.date" title="The date that the current value for status was applied to the profile"><b>date</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">date for given status</span><span style="color: Gray"> --></span></date> <<a class="dict" href="profile-definitions.htm#Profile.status.comment" title="Additional commentary related to the profile's status"><b>comment</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Supplemental status info</span><span style="color: Gray"> --></span></comment> </status> <<a class="dict" href="profile-definitions.htm#Profile.import" title="Other profiles that define extensions and bindings that are used in this profile"><b>import</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> External source of extensions and bindings --></span> <<a class="dict" href="profile-definitions.htm#Profile.import.uri" title="The identifier for the profile, ideally the URL it can be retrieved from."><b>uri</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Profile location</span><span style="color: Gray"> --></span></uri> <<a class="dict" href="profile-definitions.htm#Profile.import.prefix" title="The short label used for display of the profile when uniquely identifying imported extensions"><b>prefix</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Short form for referencing</span><span style="color: Gray"> --></span></prefix> </import> <<a class="dict" href="profile-definitions.htm#Profile.bundle" title="If this profile describes a bundle, the first resource in the bundle (usually a MessageHeader or a DocumentHeader)"><b>bundle</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">If this describes a bundle, the first resource in the bundle</span><span style="color: Gray"> --></span></bundle> <<a class="dict" href="profile-definitions.htm#Profile.resource" title="A constraint statement about what contents a profile may have"><b>resource</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> A constraint on a profile --></span> <<a class="dict" href="profile-definitions.htm#Profile.resource.type" title="The Type of the resource being described"><b>type</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">The Type of the resource being described</span><span style="color: Gray"> --></span></type> <<a class="dict" href="profile-definitions.htm#Profile.resource.profile" title="Reference to a resource profile that includes the constraint statement that applies to this resource"><b>profile</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Provide either a profile reference or constraints on the resource elements (but not both)"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Resource Profile that supplies the constraints</span><span style="color: Gray"> --></span></profile> <<a class="dict" href="profile-definitions.htm#Profile.resource.name" title="The name of this resource constraint statement (to refer to it from other resource constraints)"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name for this Constraint Statement</span><span style="color: Gray"> --></span></name> <<a class="dict" href="profile-definitions.htm#Profile.resource.purpose" title="Human summary: why describe this resource?"><b>purpose</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Human summary: why describe this resource?</span><span style="color: Gray"> --></span></purpose> <<a class="dict" href="profile-definitions.htm#Profile.resource.element" title="Captures constraints on each element within the resource"><b>element</b></a>> <span style="color: Gray"><!-- <span style="color: deeppink" title="Provide either a profile reference or constraints on the resource elements (but not both)"><b>0..*</b></span> Definition of elements in the resource --></span> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.path" title="The path identifies the element"><b>path</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">The path of the element (see the formal definitions)</span><span style="color: Gray"> --></span></path> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.name" title="A unique name referring to a specific set of constraints applied to this element."><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name of constraint for slicing - see above</span><span style="color: Gray"> --></span></name> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition" title="Definition of the content of the element to provide a more specific definition than that contained for the element in the base resource."><b>definition</b></a>> <span style="color: Gray"><!-- More specific definition of the element --></span> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.short" title="A concise definition that is shown in the concise XML format that summarises profiles"><b>short</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Concise definition for xml presentation</span><span style="color: Gray"> --></span></short> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.formal" title=" The definition must be consistent with the base definition, but convey the meaning of the element in the particular context of use of the resource"><b>formal</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Formal definition</span><span style="color: Gray"> --></span></formal> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.comments" title="Comments about the use of the element, including notes about how to use the data properly, exceptions to proper use, etc."><b>comments</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Comments about the use of this element</span><span style="color: Gray"> --></span></comments> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.requirements" title="Explains why this element is needed and why it's been constrained as it has"><b>requirements</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Why is this needed?</span><span style="color: Gray"> --></span></requirements> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.synonym" title="Identifies additional names by which this element might also be known"><b>synonym</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Other names</span><span style="color: Gray"> --></span></synonym> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.min" title="The minimum number of times this element must appear in the instance"><b>min</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#integer">integer</a></span> <span style="color: navy">Minimum Cardinality</span><span style="color: Gray"> --></span></min> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.max" title="The maximum number of times this element is permitted to appear in the instance"><b>max</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Maximum Cardinality (a number or *)</span><span style="color: Gray"> --></span></max> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.type" title="The data type or resource that the value of this element is permitted to be"><b>type</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Type of the element --></span> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.type.code" title="Data type or Resource"><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Data type or Resource</span><span style="color: Gray"> --></span></code> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.type.profile" title="Identifies a profile that must hold for resources referenced as the type of this element."><b>profile</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Profile is only allowed if code is a resource"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Profile to apply (Resource only)</span><span style="color: Gray"> --></span></profile> </type> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.nameReference" title="Identifies the name of a slice defined elsewhere in the profile whose constraints should be applied to the current element "><b>nameReference</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Either a name or a fixed value (but not both) is permitted"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">To another element constraint (by element.name)</span><span style="color: Gray"> --></span></nameReference> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.value[x]" title="Specifies a value that must hold for this element in the instance."><b>value[x]</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Either a name or a fixed value (but not both) is permitted"><b>0..1</b></span> <span style="color: navy">Fixed value: [as defined for type]</span><span style="color: Gray"> --></span></value[x]> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.maxLength" title="Indicates the shortest length that must be supported by conformant instances without truncation."><b>maxLength</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#integer">integer</a></span> <span style="color: navy">Length for strings</span><span style="color: Gray"> --></span></maxLength> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.dataAbsentReason" title="If true then the dataAbsentReason attribute is permitted, otherwise not"><b>dataAbsentReason</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">If @dataAbsentReason is allowed</span><span style="color: Gray"> --></span></dataAbsentReason> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.condition" title="A reference to an invariant that may make additional statements about the cardinality in the instance"><b>condition</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">reference to invariant about presence</span><span style="color: Gray"> --></span></condition> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.constraint" title="Formal constraints such as co-occurrence and other constraints that can be computationally evaluated within the context of the instance."><b>constraint</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Condition that must evaluate to true --></span> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.constraint.id" title="Allows identification of which elements have their cardinalities impacted by the constraint. Will not be referenced for constraints that do not affect cardinality."><b>id</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Target of 'condition' reference above</span><span style="color: Gray"> --></span></id> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.constraint.name" title="Used to label the constraint in OCL or in short displays incapable of displaying the full human description"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Short human label</span><span style="color: Gray"> --></span></name> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.constraint.severity" title="Identifies the impact constraint violation has on the conformance of the instance."><b>severity</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">error | warning</span><span style="color: Gray"> --></span></severity> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.constraint.human" title="This is the text that describes the constraint in messages identifying that the constraint has been violated "><b>human</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Human description of constraint</span><span style="color: Gray"> --></span></human> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.constraint.xpath" title="XPath expression of constraint"><b>xpath</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">XPath expression of constraint</span><span style="color: Gray"> --></span></xpath> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.constraint.ocl" title="OCL expression of constraint"><b>ocl</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">OCL expression of constraint</span><span style="color: Gray"> --></span></ocl> </constraint> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.mustSupport" title="If true, conformant resource authors must be capable of providing a value for the element and resource consumers must be capable of extracting and doing something useful with the data element. If false, the element may be ignored and not supported."><b>mustSupport</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">If the element must be usable</span><span style="color: Gray"> --></span></mustSupport> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.mustUnderstand" title="If true, the element cannot be ignored by systems unless they recognize the element and a pre-determination has been made that it is not relevant to their particular system."><b>mustUnderstand</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">If the element must be understood</span><span style="color: Gray"> --></span></mustUnderstand> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.binding" title="Identifies the set of codes that applies to this element if a data type supporting codes is used."><b>binding</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Binding can only be present for coded elements"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Binding - see bindings below (only if coded)</span><span style="color: Gray"> --></span></binding> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.mapping" title="Identifies a concept from an external specification that roughly corresponds to this element."><b>mapping</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Map element to another set of definitions --></span> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.mapping.target" title="The name of the specification is mapping is being expressed to."><b>target</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Which mapping this is (v2, CDA, openEHR, etc.)</span><span style="color: Gray"> --></span></target> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.mapping.map" title="Expresses what part of the target specification corresponds to this element"><b>map</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Details of the mapping</span><span style="color: Gray"> --></span></map> </mapping> </definition> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.bundled" title="Whether the Resource that is the value for this element is included in the bundle, if the profile is specifying a bundle"><b>bundled</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="Bundled may only be specified if one of the allowed types for the element is a resource"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">If type is Resource, is it in the bundle?</span><span style="color: Gray"> --></span></bundled> <<a class="dict" href="profile-definitions.htm#Profile.resource.element.closed" title="Indicates whether the set of slices defined is "exhaustive". I.e. Have all the possible variants for the repeating element been defined? If true, then no new slices can be created off the base element in derived profiles - though existing slices can be further sliced if they are defined as repeating elements."><b>closed</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">If list, whether derived profiles can slice more</span><span style="color: Gray"> --></span></closed> </element> </resource> <<a class="dict" href="profile-definitions.htm#Profile.extensionDefn" title="An extension defined as part of the profile"><b>extensionDefn</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Definition of an extension --></span> <<a class="dict" href="profile-definitions.htm#Profile.extensionDefn.code" title="A unique code (within the profile) used to identify the extension."><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">identifies the extension in the instance</span><span style="color: Gray"> --></span></code> <<a class="dict" href="profile-definitions.htm#Profile.extensionDefn.contextType" title="Identifies the type of context to which the extension applies"><b>contextType</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">resource | datatype | mapping | extension</span><span style="color: Gray"> --></span></contextType> <<a class="dict" href="profile-definitions.htm#Profile.extensionDefn.context" title="Identifies the types of resource or data type elements to which the extension can be applied."><b>context</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Where the extension can be used in instances</span><span style="color: Gray"> --></span></context> <<a class="dict" href="profile-definitions.htm#Profile.extensionDefn.definition" title="Definition of the extension and its content"><b>definition</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen">Content as for Profile.resource.element.definition</span> <span style="color: navy">Definition of the extension and its content</span><span style="color: Gray"> --></span></definition> </extensionDefn> <<a class="dict" href="profile-definitions.htm#Profile.binding" title="Defines a linkage between a vocabulary binding name used in the profile (or expected to be used in profile importing this one) and a value set or code list."><b>binding</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Define code sets for coded elements --></span> <<a class="dict" href="profile-definitions.htm#Profile.binding.name" title="The name to be associated with this set of codes."><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">binding name</span><span style="color: Gray"> --></span></name> <<a class="dict" href="profile-definitions.htm#Profile.binding.definition" title="Describes the intended use of this particular set of codes"><b>definition</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Human explanation of the binding</span><span style="color: Gray"> --></span></definition> <<a class="dict" href="profile-definitions.htm#Profile.binding.type" title="Identifies how the set of codes for this binding is being defined."><b>type</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">valueset | codelist | reference | special</span><span style="color: Gray"> --></span></type> <<a class="dict" href="profile-definitions.htm#Profile.binding.isExtensible" title="If true, then conformant systems may use additional codes or (where the data type permits) text alone to convey concepts not covered by the set of codes identified in the binding. If false, then conformant systems are constrained to the provided codes alone."><b>isExtensible</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">Can additional codes be used?</span><span style="color: Gray"> --></span></isExtensible> <<a class="dict" href="profile-definitions.htm#Profile.binding.conformance" title="Indicates the degree of conformance expectations associated with this binding"><b>conformance</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">required | preferred | example</span><span style="color: Gray"> --></span></conformance> <<a class="dict" href="profile-definitions.htm#Profile.binding.reference" title="Points to the value set or external definition that identifies the set of codes to be used."><b>reference</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="reference must be present and may only be present if binding type is "reference" or "valueset""><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Source of binding content</span><span style="color: Gray"> --></span></reference> <<a class="dict" href="profile-definitions.htm#Profile.binding.concept" title="Identifies the codes forming the code list for the binding"><b>concept</b></a>> <span style="color: Gray"><!-- <span style="color: deeppink" title="reference must be present and may only be present if binding type is "reference" or "valueset""><b>0..*</b></span> Enumerated codes that are the binding --></span> <<a class="dict" href="profile-definitions.htm#Profile.binding.concept.code" title="Identifies the code referenced or being defined as part of the binding"><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Code to use for this concept</span><span style="color: Gray"> --></span></code> <<a class="dict" href="profile-definitions.htm#Profile.binding.concept.system" title="Identifies the system in which the referenced code is defined."><b>system</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">source for the code, if taken from another system</span><span style="color: Gray"> --></span></system> <<a class="dict" href="profile-definitions.htm#Profile.binding.concept.display" title="Identifies the text to be displayed to the user for this code. If none provided, then the code itself is displayed."><b>display</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Print name. Defaults to code if not provided</span><span style="color: Gray"> --></span></display> <<a class="dict" href="profile-definitions.htm#Profile.binding.concept.definition" title="A free-text description of the meaning of this code"><b>definition</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Meaning of the concept</span><span style="color: Gray"> --></span></definition> </concept> </binding> <<a class="dict" href="profile-definitions.htm#Profile.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="profile-definitions.htm#Profile.text" title="Text summary of resource profile for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of resource profile for human interpretation</span><span style="color: Gray"> --></span></text> </Profile> </pre></div> </summary> </entry> <entry> <title>Resource "valueset" as a profile (to help derivation)</title> <link href="http://hl7.org/implement/standards/fhir/valueset.profile.xml" rel="self"/> <id>http://hl7.org/fhir/profile/valueset</id> <updated>2012-09-09T03:27:53.619+10:00</updated> <published>2012-09-09T03:27:53.619+10:00</published> <author> <name>HL7, Inc</name> <uri>http://hl7.org</uri> </author> <category scheme="http://hl7.org/fhir/sid/fhir/resource-types" term="Profile"/> <content type="text/xml"> <Profile xmlns="http://hl7.org/fhir"> <id>valueset</id> <name>valueset</name> <author> <name>todo (committee)</name> </author> <description>Basic Profile. Value Set - a set of defined codes from one or more code systems that may be bound to a context</description> <status> <code>testing</code> <date>2012-09-09</date> </status> <resource> <type>Resource</type> <element> <path>ValueSet</path> <definition> <short>Value Set - a set of defined codes that may be bound to a context</short> <formal>Value Set - a set of defined codes from one or more code systems that may be bound to a context</formal> <min>1</min> <max>1</max> <type> <code>Resource</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.id</path> <definition> <short>Fixed identifier for this value set resource</short> <formal>Identifier for this resource that represents the value set</formal> <min>1</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>ValueSet.name</path> <definition> <short>Informal name for this value set</short> <formal>A free text natural language name identifying the value set</formal> <comments>Not expected to be unique</comments> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.author</path> <definition> <short>(Organisation or individual)</short> <formal>Details of the author who accepts responsibility for publishing the value set</formal> <comments>Usually an organisation, but may be an individual</comments> <min>1</min> <max>1</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.author.name</path> <definition> <short>Name of the recognised author</short> <formal>The name of the author</formal> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.author.reference</path> <definition> <short>Author contact</short> <formal>Some way of reaching or finding the author.</formal> <comments>May be a web site, an email address, a telephone number</comments> <min>0</min> <max>1</max> <type> <code>uri</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.description</path> <definition> <short>Human language description of the value set</short> <formal>A free text natural language description of the value set - contents, reason for definition, conditions of use, etc.</formal> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.status</path> <definition> <short>draft | testing | production | withdrawn | superseded</short> <formal>The status of the value set</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>ValueSetStatus</binding> </definition> </element> <element> <path>ValueSet.date</path> <definition> <short>Date for given status</short> <formal>The date that the value set status was last changed</formal> <comments>Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the value set</comments> <min>1</min> <max>1</max> <type> <code>dateTime</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.identifier</path> <definition> <short>Logical id to reference this value set</short> <formal>The identifier that is used to identify this value set when it is referenced in a specification, model, design or an instance </formal> <comments>This is not the same as the resource id because the resource may not be the definitive representation of the value set. If the resource is the definitive representation, this may have the same value as the .id. There may be multiple versions of the value set that have this same identifier</comments> <min>1</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.version</path> <definition> <short>Logical id for this version of the value set</short> <formal>The identifier that is used to identify this version of the value set when it is referenced in a specification, model, design, or instance</formal> <min>1</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.restricts</path> <definition> <short>Can replace these value sets when profiling</short> <formal>An assertion that this value set is a restriction on another value set - that it only includes codes that are part of the other value set. The value set itself must ensure that this is true - the contents of the value set are not automatically bounded by the contents of any value set identified here. This allows profile tooling to reason about the relationships between value sets without having to determine the value set contents</formal> <comments>In most cases, the claim of restriction could be validated in a particular context of use, but it is not necessary to do so</comments> <min>0</min> <max>*</max> <type> <code>uri</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.import</path> <definition> <short>Import the contents of another value set</short> <formal>Includes the contents of the referenced value set as part of the contents of this value set</formal> <min>0</min> <max>*</max> <type> <code>uri</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.include</path> <definition> <short>Include one or more codes from a code system</short> <formal>Include one or more codes from a code system</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.include.system</path> <definition> <short>The system the codes come from</short> <formal>The code system from which the selected codes come from</formal> <comments>See [[Coding.system]] for further documentation</comments> <min>1</min> <max>1</max> <type> <code>uri</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.include.version</path> <definition> <short>Specific version of the code system referred to</short> <formal>The version of the code system that the codes are selected from</formal> <comments>This is used when selecting the descendents of a concept - they may change between versions. If no version is specified, then the exact contents of the value set may not be known until a context of use binds it to a particular version</comments> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.include.mode</path> <definition> <short>code | children | descendants | all</short> <formal>The mode of selection - whether the code itself, and/or its descendants are being selected </formal> <comments>It is an error to include codes that are marked "abstract" in a value set that is used directly in a specification, but not an error to include an abstract code in a value set not destined for this use</comments> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>CodeSelectionMode</binding> </definition> </element> <element> <path>ValueSet.include.code</path> <definition> <short>Code or concept</short> <formal>Specifies a code or concept to be included or excluded as specified by the mode from the value set</formal> <comments>expressions are allowed if defined by the underlying code system</comments> <min>0</min> <max>*</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.include.filter</path> <definition> <short>Celect codes/concepts by their properties</short> <formal>Select concepts by specify a matching criteria based on the properties defined by the system. If multiple filters are specified, they must all be true</formal> <comments>Selecting codes by specifying filters based on properties is only possible where the underlying code system defines appropriate properties. Note that in some cases, the underlying code system defines the logical concepts but not the literal codes for the concepts. In such cases, the literal definitions may be provided by a third party</comments> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.include.filter.property</path> <definition> <short>A property defined by the code system </short> <formal>A code that identifies a property defined in the code system</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.include.filter.op</path> <definition> <short>= | is_a | is_not_a | regex</short> <formal>The kind of operation to perform as part of the filter criteria</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>FilterOperator</binding> </definition> </element> <element> <path>ValueSet.include.filter.value</path> <definition> <short>Code from the system, or regex criteria</short> <formal>The match value may be either a code defined by the system, or a string value which is used a regex match on the literal string of the property value</formal> <comments>Use regex matching with care - full regex matching on every SNOMED-CT term is prohibitive, for example</comments> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.exclude</path> <definition> <short>Explicitly exclude codes</short> <formal>Exclude one or more codes from the value set</formal> <comments>usually this is used to selectively exclude codes that were included by subsumption in the inclusions</comments> <min>0</min> <max>*</max> <type> <code>@ValueSet.include</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.extension</path> <definition> <short>See Extensions</short> <formal>See Extensions</formal> <min>0</min> <max>*</max> <type> <code>Extension</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>ValueSet.text</path> <definition> <short>Text summary of value set for human interpretation</short> <formal>Text summary of value set for human interpretation</formal> <min>1</min> <max>1</max> <type> <code>Narrative</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> </resource> <text> <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="valueset-definitions.htm#ValueSet" title="Value Set - a set of defined codes from one or more code systems that may be bound to a context"><b>ValueSet</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="valueset-definitions.htm#ValueSet.id" title="Identifier for this resource that represents the value set (this element must be supported or understood)"><span style="text-decoration: underline"><b>id</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Fixed identifier for this value set resource</span><span style="color: Gray"> --></span></id> <<a class="dict" href="valueset-definitions.htm#ValueSet.name" title="A free text natural language name identifying the value set"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Informal name for this value set</span><span style="color: Gray"> --></span></name> <<a class="dict" href="valueset-definitions.htm#ValueSet.author" title="Details of the author who accepts responsibility for publishing the value set"><b>author</b></a>> <span style="color: Gray"><!-- (Organisation or individual) --></span> <<a class="dict" href="valueset-definitions.htm#ValueSet.author.name" title="The name of the author"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name of the recognised author</span><span style="color: Gray"> --></span></name> <<a class="dict" href="valueset-definitions.htm#ValueSet.author.reference" title="Some way of reaching or finding the author."><b>reference</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Author contact</span><span style="color: Gray"> --></span></reference> </author> <<a class="dict" href="valueset-definitions.htm#ValueSet.description" title="A free text natural language description of the value set - contents, reason for definition, conditions of use, etc."><b>description</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Human language description of the value set</span><span style="color: Gray"> --></span></description> <<a class="dict" href="valueset-definitions.htm#ValueSet.status" title="The status of the value set (this element must be supported or understood)"><span style="text-decoration: underline"><b>status</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">draft | testing | production | withdrawn | superseded</span><span style="color: Gray"> --></span></status> <<a class="dict" href="valueset-definitions.htm#ValueSet.date" title="The date that the value set status was last changed"><b>date</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">Date for given status</span><span style="color: Gray"> --></span></date> <<a class="dict" href="valueset-definitions.htm#ValueSet.identifier" title="The identifier that is used to identify this value set when it is referenced in a specification, model, design or an instance "><b>identifier</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Logical id to reference this value set</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="valueset-definitions.htm#ValueSet.version" title="The identifier that is used to identify this version of the value set when it is referenced in a specification, model, design, or instance"><b>version</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Logical id for this version of the value set</span><span style="color: Gray"> --></span></version> <<a class="dict" href="valueset-definitions.htm#ValueSet.restricts" title="An assertion that this value set is a restriction on another value set - that it only includes codes that are part of the other value set. The value set itself must ensure that this is true - the contents of the value set are not automatically bounded by the contents of any value set identified here. This allows profile tooling to reason about the relationships between value sets without having to determine the value set contents"><b>restricts</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Can replace these value sets when profiling</span><span style="color: Gray"> --></span></restricts> <<a class="dict" href="valueset-definitions.htm#ValueSet.import" title="Includes the contents of the referenced value set as part of the contents of this value set"><b>import</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="A value set must have an include or an import"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Import the contents of another value set</span><span style="color: Gray"> --></span></import> <<a class="dict" href="valueset-definitions.htm#ValueSet.include" title="Include one or more codes from a code system"><b>include</b></a>> <span style="color: Gray"><!-- <span style="color: deeppink" title="A value set must have an include or an import"><b>0..*</b></span> Include one or more codes from a code system --></span> <<a class="dict" href="valueset-definitions.htm#ValueSet.include.system" title="The code system from which the selected codes come from"><b>system</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">The system the codes come from</span><span style="color: Gray"> --></span></system> <<a class="dict" href="valueset-definitions.htm#ValueSet.include.version" title="The version of the code system that the codes are selected from"><b>version</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Specific version of the code system referred to</span><span style="color: Gray"> --></span></version> <<a class="dict" href="valueset-definitions.htm#ValueSet.include.mode" title="The mode of selection - whether the code itself, and/or its descendants are being selected "><b>mode</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">code | children | descendants | all</span><span style="color: Gray"> --></span></mode> <<a class="dict" href="valueset-definitions.htm#ValueSet.include.code" title="Specifies a code or concept to be included or excluded as specified by the mode from the value set"><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="A value set with only one import must also have an include and/or an exclude"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Code or concept</span><span style="color: Gray"> --></span></code> <<a class="dict" href="valueset-definitions.htm#ValueSet.include.filter" title="Select concepts by specify a matching criteria based on the properties defined by the system. If multiple filters are specified, they must all be true"><b>filter</b></a>> <span style="color: Gray"><!-- <span style="color: deeppink" title="A value set with only one import must also have an include and/or an exclude"><b>0..*</b></span> Celect codes/concepts by their properties --></span> <<a class="dict" href="valueset-definitions.htm#ValueSet.include.filter.property" title="A code that identifies a property defined in the code system"><b>property</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">A property defined by the code system </span><span style="color: Gray"> --></span></property> <<a class="dict" href="valueset-definitions.htm#ValueSet.include.filter.op" title="The kind of operation to perform as part of the filter criteria"><b>op</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">= | is_a | is_not_a | regex</span><span style="color: Gray"> --></span></op> <<a class="dict" href="valueset-definitions.htm#ValueSet.include.filter.value" title="The match value may be either a code defined by the system, or a string value which is used a regex match on the literal string of the property value"><b>value</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Code from the system, or regex criteria</span><span style="color: Gray"> --></span></value> </filter> </include> <<a class="dict" href="valueset-definitions.htm#ValueSet.exclude" title="Exclude one or more codes from the value set"><b>exclude</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="A value set must have an include or an import"><b>0..*</b></span> <span style="color: darkgreen">Content as for ValueSet.include</span> <span style="color: navy">Explicitly exclude codes</span><span style="color: Gray"> --></span></exclude> <<a class="dict" href="valueset-definitions.htm#ValueSet.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="valueset-definitions.htm#ValueSet.text" title="Text summary of value set for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of value set for human interpretation</span><span style="color: Gray"> --></span></text> </ValueSet> </pre></div> </text> </Profile> </content> <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="valueset-definitions.htm#ValueSet" title="Value Set - a set of defined codes from one or more code systems that may be bound to a context"><b>ValueSet</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="valueset-definitions.htm#ValueSet.id" title="Identifier for this resource that represents the value set (this element must be supported or understood)"><span style="text-decoration: underline"><b>id</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Fixed identifier for this value set resource</span><span style="color: Gray"> --></span></id> <<a class="dict" href="valueset-definitions.htm#ValueSet.name" title="A free text natural language name identifying the value set"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Informal name for this value set</span><span style="color: Gray"> --></span></name> <<a class="dict" href="valueset-definitions.htm#ValueSet.author" title="Details of the author who accepts responsibility for publishing the value set"><b>author</b></a>> <span style="color: Gray"><!-- (Organisation or individual) --></span> <<a class="dict" href="valueset-definitions.htm#ValueSet.author.name" title="The name of the author"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name of the recognised author</span><span style="color: Gray"> --></span></name> <<a class="dict" href="valueset-definitions.htm#ValueSet.author.reference" title="Some way of reaching or finding the author."><b>reference</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Author contact</span><span style="color: Gray"> --></span></reference> </author> <<a class="dict" href="valueset-definitions.htm#ValueSet.description" title="A free text natural language description of the value set - contents, reason for definition, conditions of use, etc."><b>description</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Human language description of the value set</span><span style="color: Gray"> --></span></description> <<a class="dict" href="valueset-definitions.htm#ValueSet.status" title="The status of the value set (this element must be supported or understood)"><span style="text-decoration: underline"><b>status</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">draft | testing | production | withdrawn | superseded</span><span style="color: Gray"> --></span></status> <<a class="dict" href="valueset-definitions.htm#ValueSet.date" title="The date that the value set status was last changed"><b>date</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">Date for given status</span><span style="color: Gray"> --></span></date> <<a class="dict" href="valueset-definitions.htm#ValueSet.identifier" title="The identifier that is used to identify this value set when it is referenced in a specification, model, design or an instance "><b>identifier</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Logical id to reference this value set</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="valueset-definitions.htm#ValueSet.version" title="The identifier that is used to identify this version of the value set when it is referenced in a specification, model, design, or instance"><b>version</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Logical id for this version of the value set</span><span style="color: Gray"> --></span></version> <<a class="dict" href="valueset-definitions.htm#ValueSet.restricts" title="An assertion that this value set is a restriction on another value set - that it only includes codes that are part of the other value set. The value set itself must ensure that this is true - the contents of the value set are not automatically bounded by the contents of any value set identified here. This allows profile tooling to reason about the relationships between value sets without having to determine the value set contents"><b>restricts</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Can replace these value sets when profiling</span><span style="color: Gray"> --></span></restricts> <<a class="dict" href="valueset-definitions.htm#ValueSet.import" title="Includes the contents of the referenced value set as part of the contents of this value set"><b>import</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="A value set must have an include or an import"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Import the contents of another value set</span><span style="color: Gray"> --></span></import> <<a class="dict" href="valueset-definitions.htm#ValueSet.include" title="Include one or more codes from a code system"><b>include</b></a>> <span style="color: Gray"><!-- <span style="color: deeppink" title="A value set must have an include or an import"><b>0..*</b></span> Include one or more codes from a code system --></span> <<a class="dict" href="valueset-definitions.htm#ValueSet.include.system" title="The code system from which the selected codes come from"><b>system</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">The system the codes come from</span><span style="color: Gray"> --></span></system> <<a class="dict" href="valueset-definitions.htm#ValueSet.include.version" title="The version of the code system that the codes are selected from"><b>version</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Specific version of the code system referred to</span><span style="color: Gray"> --></span></version> <<a class="dict" href="valueset-definitions.htm#ValueSet.include.mode" title="The mode of selection - whether the code itself, and/or its descendants are being selected "><b>mode</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">code | children | descendants | all</span><span style="color: Gray"> --></span></mode> <<a class="dict" href="valueset-definitions.htm#ValueSet.include.code" title="Specifies a code or concept to be included or excluded as specified by the mode from the value set"><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="A value set with only one import must also have an include and/or an exclude"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Code or concept</span><span style="color: Gray"> --></span></code> <<a class="dict" href="valueset-definitions.htm#ValueSet.include.filter" title="Select concepts by specify a matching criteria based on the properties defined by the system. If multiple filters are specified, they must all be true"><b>filter</b></a>> <span style="color: Gray"><!-- <span style="color: deeppink" title="A value set with only one import must also have an include and/or an exclude"><b>0..*</b></span> Celect codes/concepts by their properties --></span> <<a class="dict" href="valueset-definitions.htm#ValueSet.include.filter.property" title="A code that identifies a property defined in the code system"><b>property</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">A property defined by the code system </span><span style="color: Gray"> --></span></property> <<a class="dict" href="valueset-definitions.htm#ValueSet.include.filter.op" title="The kind of operation to perform as part of the filter criteria"><b>op</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">= | is_a | is_not_a | regex</span><span style="color: Gray"> --></span></op> <<a class="dict" href="valueset-definitions.htm#ValueSet.include.filter.value" title="The match value may be either a code defined by the system, or a string value which is used a regex match on the literal string of the property value"><b>value</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Code from the system, or regex criteria</span><span style="color: Gray"> --></span></value> </filter> </include> <<a class="dict" href="valueset-definitions.htm#ValueSet.exclude" title="Exclude one or more codes from the value set"><b>exclude</b></a>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="A value set must have an include or an import"><b>0..*</b></span> <span style="color: darkgreen">Content as for ValueSet.include</span> <span style="color: navy">Explicitly exclude codes</span><span style="color: Gray"> --></span></exclude> <<a class="dict" href="valueset-definitions.htm#ValueSet.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="valueset-definitions.htm#ValueSet.text" title="Text summary of value set for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of value set for human interpretation</span><span style="color: Gray"> --></span></text> </ValueSet> </pre></div> </summary> </entry> <entry> <title>Resource "messageheader" as a profile (to help derivation)</title> <link href="http://hl7.org/implement/standards/fhir/messageheader.profile.xml" rel="self"/> <id>http://hl7.org/fhir/profile/messageheader</id> <updated>2012-09-09T03:27:53.619+10:00</updated> <published>2012-09-09T03:27:53.619+10:00</published> <author> <name>HL7, Inc</name> <uri>http://hl7.org</uri> </author> <category scheme="http://hl7.org/fhir/sid/fhir/resource-types" term="Profile"/> <content type="text/xml"> <Profile xmlns="http://hl7.org/fhir"> <id>messageheader</id> <name>messageheader</name> <author> <name>todo (committee)</name> </author> <description>Basic Profile. A transmission requesting action on a bundle of one or more resources or a response to such a request</description> <status> <code>testing</code> <date>2012-09-09</date> </status> <resource> <type>Resource</type> <element> <path>MessageHeader</path> <definition> <short>A message that contains resources</short> <formal>A transmission requesting action on a bundle of one or more resources or a response to such a request</formal> <min>1</min> <max>1</max> <type> <code>Resource</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>MessageHeader.id</path> <definition> <short>Master Resource Id = Message Id</short> <formal>Unique identifier for this message instance</formal> <comments>must be unique within a channel, but should be globally unique. UUIDs are recommended. Only repeated if retransmitting an identical instance (when suspecting the first transmission was lost).</comments> <min>1</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>MessageHeader.instant</path> <definition> <short>Instant the message was sent</short> <formal>Instant the message was sent</formal> <min>1</min> <max>1</max> <type> <code>instant</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>MessageHeader.event</path> <definition> <short>Code for the event his message represents</short> <formal>Code that identifies the event this message represents, and connects it with the event definition in the FHIR specification</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>MessageEvent</binding> </definition> </element> <element> <path>MessageHeader.response</path> <definition> <short>If this is a reply to prior message</short> <formal>Information about the message that this message is a response to. Only present if this message is a response.</formal> <min>0</min> <max>1</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>MessageHeader.response.id</path> <definition> <short>Id of original message</short> <formal>The id of the message that this a response to</formal> <min>1</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>MessageHeader.response.code</path> <definition> <short>Type of response to the message</short> <formal>Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not</formal> <comments>This is a generic response to the request MessageHeader. Specific data for the response will be found in MessageHeader.data</comments> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>ResponseCode</binding> </definition> </element> <element> <path>MessageHeader.source</path> <definition> <short>Message Source Application</short> <formal>The source application from which this message originated</formal> <min>1</min> <max>1</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>MessageHeader.source.name</path> <definition> <short>Name of system</short> <formal>Human readable name for the target system</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>MessageHeader.source.software</path> <definition> <short>Name of software running the system</short> <formal>May include configuration or other information useful in debugging.</formal> <min>1</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>MessageHeader.source.version</path> <definition> <short>Version of software running</short> <formal>Can convey versions of multiple systems in situations where a message passes through multiple hands.</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>MessageHeader.source.contact</path> <definition> <short>Human contact for problems</short> <formal>An e-mail, phone, website or other contact point to use to resolve issues with message communications.</formal> <min>0</min> <max>1</max> <type> <code>Contact</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>MessageHeader.source.endpoint</path> <definition> <short>Actual message source address or id</short> <formal>Identifies the routing target to send acknowledgements to.</formal> <comments>The id may be a non-resolvable URI for systems that do not use standard network-based addresses</comments> <min>1</min> <max>1</max> <type> <code>uri</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>MessageHeader.destination</path> <definition> <short>Message Destination Application</short> <formal>The destination application which the message is intended for</formal> <min>1</min> <max>1</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>MessageHeader.destination.name</path> <definition> <short>Name of system</short> <formal>Human readable name for the source system</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>MessageHeader.destination.target</path> <definition> <short>Particular delivery destination within the destination</short> <formal>Identifies the target end system in situations where the initial message transmission is to an intermediary system.</formal> <min>0</min> <max>1</max> <type> <code>Resource(Device)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>MessageHeader.destination.endpoint</path> <definition> <short>Actual destination address or id</short> <formal>Indicates where the message should be routed to.</formal> <comments>The id may be a non-resolvable URI for systems that do not use standard network-based addresses</comments> <min>1</min> <max>1</max> <type> <code>uri</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>MessageHeader.enterer</path> <definition> <short>The source of the data entry</short> <formal>The person or device that performed the data entry leading to this MessageHeader. Where there is more than one candidate, pick the most proximal to the MessageHeader. Can provide other enterers in extensions</formal> <comments>Usually only for the request, but can be used in a response</comments> <min>0</min> <max>1</max> <type> <code>Resource(Agent)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>MessageHeader.author</path> <definition> <short>The source of the decision</short> <formal>The logical author of the message - the person or device that decided the described event should happen. Where there is more than one candidate, pick the most proximal to the MessageHeader. Can provide other authors in extensions</formal> <comments>Usually only for the request, but can be used in a response</comments> <min>0</min> <max>1</max> <type> <code>Resource(Agent)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>MessageHeader.receiver</path> <definition> <short>Intended "real-world" recipient for the data</short> <formal>Allows data conveyed by a message to be addressed to a particular person or department when routing to a specific application isn't sufficient.</formal> <min>0</min> <max>1</max> <type> <code>Resource(Person|Organization)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>MessageHeader.responsible</path> <definition> <short>Final responsibility for event</short> <formal>The person or organization that accepts overall responsibility for the contents of the MessageHeader. The implication is that the message event happened under the policies of the responsible party</formal> <comments>Usually only for the request, but can be used in a response</comments> <min>0</min> <max>1</max> <type> <code>Resource(Agent|Organization)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>MessageHeader.effective</path> <definition> <short>Time of effect</short> <formal>The effective time - the real world time of the event that the message represents. Usually this is just a starting time, but some message events also have an end time (do x for period y)</formal> <comments>Usually only for the request, but can be used in a response</comments> <min>0</min> <max>1</max> <type> <code>Period</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>MessageHeader.reason</path> <definition> <short>Cause of event</short> <formal>The cause of the event - a reason for the event that is a focus of this message occurred</formal> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>EventReason</binding> </definition> </element> <element> <path>MessageHeader.data</path> <definition> <short>The actual content of the message</short> <formal>The actual data of the message - a reference to the root/focus class of the event. </formal> <comments>The data is defined where the transaction type is defined. The transaction data is always included in the bundle that is the full message. Only the root resource is specified. The tree of referenced resources conveyed in the atom feed is determined by navigating the tree and consulting the "bundled" property of the profile, not by listing all resources here. Multiple repetitions are provided for merges and other situations with multiple focal targets</comments> <min>0</min> <max>*</max> <type> <code>Resource(Any)</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>MessageHeader.extension</path> <definition> <short>See Extensions</short> <formal>See Extensions</formal> <min>0</min> <max>*</max> <type> <code>Extension</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>MessageHeader.text</path> <definition> <short>Text summary of message, for human interpretation</short> <formal> </formal> <min>1</min> <max>1</max> <type> <code>Narrative</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> </resource> <text> <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="messageheader-definitions.htm#MessageHeader" title="A transmission requesting action on a bundle of one or more resources or a response to such a request"><b>MessageHeader</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.id" title="Unique identifier for this message instance (this element must be supported or understood)"><span style="text-decoration: underline"><b>id</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Resource Id = Message Id</span><span style="color: Gray"> --></span></id> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.instant" title="Instant the message was sent (this element must be supported or understood)"><span style="text-decoration: underline"><b>instant</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#instant">instant</a></span> <span style="color: navy">Instant the message was sent</span><span style="color: Gray"> --></span></instant> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.event" title="Code that identifies the event this message represents, and connects it with the event definition in the FHIR specification (this element must be supported or understood)"><span style="text-decoration: underline"><b>event</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Code for the event his message represents</span><span style="color: Gray"> --></span></event> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.response" title="Information about the message that this message is a response to. Only present if this message is a response. (this element must be supported or understood)"><span style="text-decoration: underline"><b>response</b></span></a>> <span style="color: Gray"><!-- If this is a reply to prior message --></span> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.response.id" title="The id of the message that this a response to (this element must be supported or understood)"><span style="text-decoration: underline"><b>id</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Id of original message</span><span style="color: Gray"> --></span></id> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.response.code" title="Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not (this element must be supported or understood)"><span style="text-decoration: underline"><b>code</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Type of response to the message</span><span style="color: Gray"> --></span></code> </response> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.source" title="The source application from which this message originated"><b>source</b></a>> <span style="color: Gray"><!-- Message Source Application --></span> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.source.name" title="Human readable name for the target system"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name of system</span><span style="color: Gray"> --></span></name> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.source.software" title="May include configuration or other information useful in debugging."><b>software</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name of software running the system</span><span style="color: Gray"> --></span></software> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.source.version" title="Can convey versions of multiple systems in situations where a message passes through multiple hands."><b>version</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Version of software running</span><span style="color: Gray"> --></span></version> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.source.contact" title="An e-mail, phone, website or other contact point to use to resolve issues with message communications."><b>contact</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Contact">Contact</a></span> <span style="color: navy">Human contact for problems</span><span style="color: Gray"> --></span></contact> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.source.endpoint" title="Identifies the routing target to send acknowledgements to."><b>endpoint</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Actual message source address or id</span><span style="color: Gray"> --></span></endpoint> </source> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.destination" title="The destination application which the message is intended for"><b>destination</b></a>> <span style="color: Gray"><!-- Message Destination Application --></span> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.destination.name" title="Human readable name for the source system"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name of system</span><span style="color: Gray"> --></span></name> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.destination.target" title="Identifies the target end system in situations where the initial message transmission is to an intermediary system."><b>target</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Device.htm#Device">Device</a>)</span> <span style="color: navy">Particular delivery destination within the destination</span><span style="color: Gray"> --></span></target> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.destination.endpoint" title="Indicates where the message should be routed to."><b>endpoint</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Actual destination address or id</span><span style="color: Gray"> --></span></endpoint> </destination> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.enterer" title="The person or device that performed the data entry leading to this MessageHeader. Where there is more than one candidate, pick the most proximal to the MessageHeader. Can provide other enterers in extensions"><b>enterer</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>)</span> <span style="color: navy">The source of the data entry</span><span style="color: Gray"> --></span></enterer> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.author" title="The logical author of the message - the person or device that decided the described event should happen. Where there is more than one candidate, pick the most proximal to the MessageHeader. Can provide other authors in extensions"><b>author</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>)</span> <span style="color: navy">The source of the decision</span><span style="color: Gray"> --></span></author> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.receiver" title="Allows data conveyed by a message to be addressed to a particular person or department when routing to a specific application isn't sufficient."><b>receiver</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Person.htm#Person">Person</a>|<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Intended "real-world" recipient for the data</span><span style="color: Gray"> --></span></receiver> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.responsible" title="The person or organization that accepts overall responsibility for the contents of the MessageHeader. The implication is that the message event happened under the policies of the responsible party"><b>responsible</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>|<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Final responsibility for event</span><span style="color: Gray"> --></span></responsible> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.effective" title="The effective time - the real world time of the event that the message represents. Usually this is just a starting time, but some message events also have an end time (do x for period y)"><b>effective</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Period">Period</a></span> <span style="color: navy">Time of effect</span><span style="color: Gray"> --></span></effective> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.reason" title="The cause of the event - a reason for the event that is a focus of this message occurred"><b>reason</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Cause of event</span><span style="color: Gray"> --></span></reason> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.data" title="The actual data of the message - a reference to the root/focus class of the event. (this element must be supported or understood)"><span style="text-decoration: underline"><b>data</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Any.htm#Any">Any</a>)</span> <span style="color: navy">The actual content of the message</span><span style="color: Gray"> --></span></data> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.text" title=" "><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of message, for human interpretation</span><span style="color: Gray"> --></span></text> </MessageHeader> </pre></div> </text> </Profile> </content> <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="messageheader-definitions.htm#MessageHeader" title="A transmission requesting action on a bundle of one or more resources or a response to such a request"><b>MessageHeader</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.id" title="Unique identifier for this message instance (this element must be supported or understood)"><span style="text-decoration: underline"><b>id</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Resource Id = Message Id</span><span style="color: Gray"> --></span></id> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.instant" title="Instant the message was sent (this element must be supported or understood)"><span style="text-decoration: underline"><b>instant</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#instant">instant</a></span> <span style="color: navy">Instant the message was sent</span><span style="color: Gray"> --></span></instant> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.event" title="Code that identifies the event this message represents, and connects it with the event definition in the FHIR specification (this element must be supported or understood)"><span style="text-decoration: underline"><b>event</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Code for the event his message represents</span><span style="color: Gray"> --></span></event> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.response" title="Information about the message that this message is a response to. Only present if this message is a response. (this element must be supported or understood)"><span style="text-decoration: underline"><b>response</b></span></a>> <span style="color: Gray"><!-- If this is a reply to prior message --></span> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.response.id" title="The id of the message that this a response to (this element must be supported or understood)"><span style="text-decoration: underline"><b>id</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Id of original message</span><span style="color: Gray"> --></span></id> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.response.code" title="Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not (this element must be supported or understood)"><span style="text-decoration: underline"><b>code</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Type of response to the message</span><span style="color: Gray"> --></span></code> </response> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.source" title="The source application from which this message originated"><b>source</b></a>> <span style="color: Gray"><!-- Message Source Application --></span> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.source.name" title="Human readable name for the target system"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name of system</span><span style="color: Gray"> --></span></name> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.source.software" title="May include configuration or other information useful in debugging."><b>software</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name of software running the system</span><span style="color: Gray"> --></span></software> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.source.version" title="Can convey versions of multiple systems in situations where a message passes through multiple hands."><b>version</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Version of software running</span><span style="color: Gray"> --></span></version> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.source.contact" title="An e-mail, phone, website or other contact point to use to resolve issues with message communications."><b>contact</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Contact">Contact</a></span> <span style="color: navy">Human contact for problems</span><span style="color: Gray"> --></span></contact> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.source.endpoint" title="Identifies the routing target to send acknowledgements to."><b>endpoint</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Actual message source address or id</span><span style="color: Gray"> --></span></endpoint> </source> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.destination" title="The destination application which the message is intended for"><b>destination</b></a>> <span style="color: Gray"><!-- Message Destination Application --></span> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.destination.name" title="Human readable name for the source system"><b>name</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Name of system</span><span style="color: Gray"> --></span></name> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.destination.target" title="Identifies the target end system in situations where the initial message transmission is to an intermediary system."><b>target</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Device.htm#Device">Device</a>)</span> <span style="color: navy">Particular delivery destination within the destination</span><span style="color: Gray"> --></span></target> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.destination.endpoint" title="Indicates where the message should be routed to."><b>endpoint</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Actual destination address or id</span><span style="color: Gray"> --></span></endpoint> </destination> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.enterer" title="The person or device that performed the data entry leading to this MessageHeader. Where there is more than one candidate, pick the most proximal to the MessageHeader. Can provide other enterers in extensions"><b>enterer</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>)</span> <span style="color: navy">The source of the data entry</span><span style="color: Gray"> --></span></enterer> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.author" title="The logical author of the message - the person or device that decided the described event should happen. Where there is more than one candidate, pick the most proximal to the MessageHeader. Can provide other authors in extensions"><b>author</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>)</span> <span style="color: navy">The source of the decision</span><span style="color: Gray"> --></span></author> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.receiver" title="Allows data conveyed by a message to be addressed to a particular person or department when routing to a specific application isn't sufficient."><b>receiver</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Person.htm#Person">Person</a>|<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Intended "real-world" recipient for the data</span><span style="color: Gray"> --></span></receiver> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.responsible" title="The person or organization that accepts overall responsibility for the contents of the MessageHeader. The implication is that the message event happened under the policies of the responsible party"><b>responsible</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>|<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Final responsibility for event</span><span style="color: Gray"> --></span></responsible> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.effective" title="The effective time - the real world time of the event that the message represents. Usually this is just a starting time, but some message events also have an end time (do x for period y)"><b>effective</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Period">Period</a></span> <span style="color: navy">Time of effect</span><span style="color: Gray"> --></span></effective> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.reason" title="The cause of the event - a reason for the event that is a focus of this message occurred"><b>reason</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Cause of event</span><span style="color: Gray"> --></span></reason> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.data" title="The actual data of the message - a reference to the root/focus class of the event. (this element must be supported or understood)"><span style="text-decoration: underline"><b>data</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Any.htm#Any">Any</a>)</span> <span style="color: navy">The actual content of the message</span><span style="color: Gray"> --></span></data> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="messageheader-definitions.htm#MessageHeader.text" title=" "><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of message, for human interpretation</span><span style="color: Gray"> --></span></text> </MessageHeader> </pre></div> </summary> </entry> <entry> <title>Resource "patient" as a profile (to help derivation)</title> <link href="http://hl7.org/implement/standards/fhir/patient.profile.xml" rel="self"/> <id>http://hl7.org/fhir/profile/patient</id> <updated>2012-09-09T03:27:53.619+10:00</updated> <published>2012-09-09T03:27:53.619+10:00</published> <author> <name>HL7, Inc</name> <uri>http://hl7.org</uri> </author> <category scheme="http://hl7.org/fhir/sid/fhir/resource-types" term="Profile"/> <content type="text/xml"> <Profile xmlns="http://hl7.org/fhir"> <id>patient</id> <name>patient</name> <author> <name>todo (committee)</name> </author> <description>Basic Profile. A patient is a person or animal that is receiving care</description> <status> <code>testing</code> <date>2012-09-09</date> </status> <resource> <type>Resource</type> <element> <path>Patient</path> <definition> <short>Person or animal receiving care</short> <formal>A patient is a person or animal that is receiving care</formal> <min>1</min> <max>1</max> <type> <code>Resource</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Patient.id</path> <definition> <short>Master Resource Id, always first in all resources</short> <formal>Master Resource Id, always first in all resources</formal> <min>1</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Patient.link</path> <definition> <short>Other patients linked to this resource</short> <formal>A linked patient record is a record that concerns the same patient. Records are linked after it is realised that at least one was created in error.</formal> <comments>More then two patient records may be linked. Note that there is a special transaction for linking patient records in the RESTful context, as record linking consistency must be maintained</comments> <min>0</min> <max>*</max> <type> <code>Resource(Patient)</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Patient.active</path> <definition> <short>Whether this patient record is active (in use)</short> <formal>Whether the patient record is in use, or has been removed from active use</formal> <comments>If a record is inactive, and linked to an active record, then future patient/person/record updates should occur on the other patient</comments> <min>1</min> <max>1</max> <type> <code>boolean</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Patient.subject</path> <definition> <short>The person or animal that is the patient</short> <formal>The person or animal that this patient record is about</formal> <min>1</min> <max>1</max> <type> <code>Resource(Person|Animal)</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Patient.provider</path> <definition> <short>Organization managing the patient</short> <formal>The provider for whom this is a patient record</formal> <min>1</min> <max>1</max> <type> <code>Resource(Organization)</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Patient.identifier</path> <definition> <short>An identifier for the person as this patient</short> <formal>An identifier that applies to this person as a patient</formal> <min>0</min> <max>*</max> <type> <code>HumanId</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Patient.diet</path> <definition> <short>Dietary restrictions for the patient</short> <formal>Dietary restrictions for the patient</formal> <comments>not for specifying medical diets, but for casual dietary restrictions such as vegetarian, diary-free, nut-free, etc</comments> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>PatientDiet</binding> </definition> </element> <element> <path>Patient.confidentiality</path> <definition> <short>Confidentiality of the patient records</short> <formal>Confidentiality of the patient records</formal> <comments>Confidentiality tracking also occurs at more detailed points in the medical record</comments> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>PatientConfidentiality</binding> </definition> </element> <element> <path>Patient.recordLocation</path> <definition> <short>Where the paper record is</short> <formal>The location of the paper record for the patient, if there is one</formal> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>PaperRecordLocation</binding> </definition> </element> <element> <path>Patient.extension</path> <definition> <short>See Extensions</short> <formal>See Extensions</formal> <min>0</min> <max>*</max> <type> <code>Extension</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Patient.text</path> <definition> <short>Text summary of person, for human interpretation</short> <formal>Text summary of person, for human interpretation</formal> <min>1</min> <max>1</max> <type> <code>Narrative</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> </resource> <text> <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="patient-definitions.htm#Patient" title="A patient is a person or animal that is receiving care"><b>Patient</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="patient-definitions.htm#Patient.id" title="Master Resource Id, always first in all resources"><b>id</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Resource Id, always first in all resources</span><span style="color: Gray"> --></span></id> <<a class="dict" href="patient-definitions.htm#Patient.link" title="A linked patient record is a record that concerns the same patient. Records are linked after it is realised that at least one was created in error. (this element must be supported or understood)"><span style="text-decoration: underline"><b>link</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Patient.htm#Patient">Patient</a>)</span> <span style="color: navy">Other patients linked to this resource</span><span style="color: Gray"> --></span></link> <<a class="dict" href="patient-definitions.htm#Patient.active" title="Whether the patient record is in use, or has been removed from active use (this element must be supported or understood)"><span style="text-decoration: underline"><b>active</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">Whether this patient record is active (in use)</span><span style="color: Gray"> --></span></active> <<a class="dict" href="patient-definitions.htm#Patient.subject" title="The person or animal that this patient record is about (this element must be supported or understood)"><span style="text-decoration: underline"><b>subject</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Person.htm#Person">Person</a>|<a href="Animal.htm#Animal">Animal</a>)</span> <span style="color: navy">The person or animal that is the patient</span><span style="color: Gray"> --></span></subject> <<a class="dict" href="patient-definitions.htm#Patient.provider" title="The provider for whom this is a patient record (this element must be supported or understood)"><span style="text-decoration: underline"><b>provider</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Organization managing the patient</span><span style="color: Gray"> --></span></provider> <<a class="dict" href="patient-definitions.htm#Patient.identifier" title="An identifier that applies to this person as a patient (this element must be supported or understood)"><span style="text-decoration: underline"><b>identifier</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanId">HumanId</a></span> <span style="color: navy">An identifier for the person as this patient</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="patient-definitions.htm#Patient.diet" title="Dietary restrictions for the patient"><b>diet</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Dietary restrictions for the patient</span><span style="color: Gray"> --></span></diet> <<a class="dict" href="patient-definitions.htm#Patient.confidentiality" title="Confidentiality of the patient records"><b>confidentiality</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Confidentiality of the patient records</span><span style="color: Gray"> --></span></confidentiality> <<a class="dict" href="patient-definitions.htm#Patient.recordLocation" title="The location of the paper record for the patient, if there is one"><b>recordLocation</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Where the paper record is</span><span style="color: Gray"> --></span></recordLocation> <<a class="dict" href="patient-definitions.htm#Patient.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="patient-definitions.htm#Patient.text" title="Text summary of person, for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of person, for human interpretation</span><span style="color: Gray"> --></span></text> </Patient> </pre></div> </text> </Profile> </content> <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="patient-definitions.htm#Patient" title="A patient is a person or animal that is receiving care"><b>Patient</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="patient-definitions.htm#Patient.id" title="Master Resource Id, always first in all resources"><b>id</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Resource Id, always first in all resources</span><span style="color: Gray"> --></span></id> <<a class="dict" href="patient-definitions.htm#Patient.link" title="A linked patient record is a record that concerns the same patient. Records are linked after it is realised that at least one was created in error. (this element must be supported or understood)"><span style="text-decoration: underline"><b>link</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Patient.htm#Patient">Patient</a>)</span> <span style="color: navy">Other patients linked to this resource</span><span style="color: Gray"> --></span></link> <<a class="dict" href="patient-definitions.htm#Patient.active" title="Whether the patient record is in use, or has been removed from active use (this element must be supported or understood)"><span style="text-decoration: underline"><b>active</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">Whether this patient record is active (in use)</span><span style="color: Gray"> --></span></active> <<a class="dict" href="patient-definitions.htm#Patient.subject" title="The person or animal that this patient record is about (this element must be supported or understood)"><span style="text-decoration: underline"><b>subject</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Person.htm#Person">Person</a>|<a href="Animal.htm#Animal">Animal</a>)</span> <span style="color: navy">The person or animal that is the patient</span><span style="color: Gray"> --></span></subject> <<a class="dict" href="patient-definitions.htm#Patient.provider" title="The provider for whom this is a patient record (this element must be supported or understood)"><span style="text-decoration: underline"><b>provider</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Organization managing the patient</span><span style="color: Gray"> --></span></provider> <<a class="dict" href="patient-definitions.htm#Patient.identifier" title="An identifier that applies to this person as a patient (this element must be supported or understood)"><span style="text-decoration: underline"><b>identifier</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanId">HumanId</a></span> <span style="color: navy">An identifier for the person as this patient</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="patient-definitions.htm#Patient.diet" title="Dietary restrictions for the patient"><b>diet</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Dietary restrictions for the patient</span><span style="color: Gray"> --></span></diet> <<a class="dict" href="patient-definitions.htm#Patient.confidentiality" title="Confidentiality of the patient records"><b>confidentiality</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Confidentiality of the patient records</span><span style="color: Gray"> --></span></confidentiality> <<a class="dict" href="patient-definitions.htm#Patient.recordLocation" title="The location of the paper record for the patient, if there is one"><b>recordLocation</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Where the paper record is</span><span style="color: Gray"> --></span></recordLocation> <<a class="dict" href="patient-definitions.htm#Patient.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="patient-definitions.htm#Patient.text" title="Text summary of person, for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of person, for human interpretation</span><span style="color: Gray"> --></span></text> </Patient> </pre></div> </summary> </entry> <entry> <title>Resource "assessmentscale" as a profile (to help derivation)</title> <link href="http://hl7.org/implement/standards/fhir/assessmentscale.profile.xml" rel="self"/> <id>http://hl7.org/fhir/profile/assessmentscale</id> <updated>2012-09-09T03:27:53.619+10:00</updated> <published>2012-09-09T03:27:53.619+10:00</published> <author> <name>HL7, Inc</name> <uri>http://hl7.org</uri> </author> <category scheme="http://hl7.org/fhir/sid/fhir/resource-types" term="Profile"/> <content type="text/xml"> <Profile xmlns="http://hl7.org/fhir"> <id>assessmentscale</id> <name>assessmentscale</name> <author> <name>todo (committee)</name> </author> <description>Basic Profile. Assessment scales or scores combine the findings of individual values into a total score which can be interpreted more easily against a reference population</description> <status> <code>testing</code> <date>2012-09-09</date> </status> <resource> <type>Resource</type> <element> <path>AssessmentScale</path> <definition> <short>Combined Score to help interpret patient condition</short> <formal>Assessment scales or scores combine the findings of individual values into a total score which can be interpreted more easily against a reference population</formal> <min>1</min> <max>1</max> <type> <code>Resource</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>AssessmentScale.id</path> <definition> <short>Master Id, first in all resources</short> <formal>Master Id, first in all resources</formal> <min>1</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>AssessmentScale.subject</path> <definition> <short>Who the assessment score is about</short> <formal>The patient on which the assessment was performed</formal> <min>1</min> <max>1</max> <type> <code>Resource(Patient)</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>AssessmentScale.performer</path> <definition> <short>Who performed the assessment</short> <formal>The identity of the person who performed the clinical assessment - who takes responsibility for the final assessment</formal> <comments>Many individuals may contribute to the process of the assessment, but only one person accepts final responsibility</comments> <min>1</min> <max>1</max> <type> <code>Resource(Agent|Person)</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>AssessmentScale.time</path> <definition> <short>When the assessment was finalized</short> <formal>The time that the assessment score was finalized</formal> <comments>Performing an assessment takes place over a period of time, but only the end fo that time - when the score is finalised and becomes relevant to patient care - is recorded</comments> <min>1</min> <max>1</max> <type> <code>dateTime</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>AssessmentScale.definition</path> <definition> <short>Details of how assessment was performed</short> <formal>Information of how the assessment was performed. </formal> <comments>To allow comparison between institutions. The details can be text, in place of the reference, or a reference to a formal definition</comments> <min>0</min> <max>1</max> <type> <code>Resource(AssessmentDefinition)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>AssessmentScale.interpretation</path> <definition> <short>What the value of the assessment means</short> <formal>Interpretations of the outcome of the assesment scale by the performer</formal> <min>0</min> <max>*</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>AssessmentScale.score</path> <definition> <short>The actual score</short> <formal>A group that represents the actual score value</formal> <min>1</min> <max>1</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>AssessmentScale.score.code</path> <definition> <short>Indicates the type of assessment</short> <formal>A code that identifies the assessment scale that was performed</formal> <min>1</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>AssessmentScaleType</binding> </definition> </element> <element> <path>AssessmentScale.score.value[x]</path> <definition> <short>Outcome of the assessment</short> <formal>The outcome of the assessment - some sort of score, or coded value outcome</formal> <min>0</min> <max>1</max> <type> <code>Quantity</code> </type> <type> <code>CodeableConcept</code> </type> <type> <code>Choice</code> </type> <type> <code>boolean</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>AssessmentScale.score.score</path> <definition> <short>Nested Score elements</short> <formal>Nested Scores - sub-scores that contribute to the overall score. A score is an aggregate based on a series of data</formal> <comments>There is no formal limit on the levels of nesting, but no subscores are expected to contain more than 3 levels</comments> <min>0</min> <max>*</max> <type> <code>@AssessmentScale.score</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>AssessmentScale.score.measure</path> <definition> <short>Data from which the score is derived</short> <formal>The actual data items from which the score is derived. Each score must have at least one data item on which it is based</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>AssessmentScale.score.measure.code</path> <definition> <short>What this value represents</short> <formal>Identifies the type of measure</formal> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>AssessmentScaleMeasure</binding> </definition> </element> <element> <path>AssessmentScale.score.measure.value[x]</path> <definition> <short>actual value</short> <formal>the value of the measure</formal> <min>0</min> <max>1</max> <type> <code>Quantity</code> </type> <type> <code>CodeableConcept</code> </type> <type> <code>Choice</code> </type> <type> <code>boolean</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>AssessmentScale.score.measure.time</path> <definition> <short>when the value was measured</short> <formal>when the value was measured</formal> <min>0</min> <max>1</max> <type> <code>dateTime</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>AssessmentScale.score.measure.source</path> <definition> <short>source reference for further information</short> <formal>Reference to the actual measure in it's original context where additional information may be found</formal> <comments>It's not necessary for measures to have an additional source; they may be made as part of the assessment sale directly. However it is common for scales to draw in data definitely sourced elsewhere, such as from diagnostic reports</comments> <min>0</min> <max>1</max> <type> <code>Resource(Any)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>AssessmentScale.reason</path> <definition> <short>why the assessment was performed</short> <formal>The reason that the assessment was performed</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>AssessmentScale.extension</path> <definition> <short>See Extensions</short> <formal>See Extensions</formal> <min>0</min> <max>*</max> <type> <code>Extension</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>AssessmentScale.text</path> <definition> <short>Text summary of [template] for human interpretation</short> <formal>Text summary of [template] for human interpretation</formal> <min>1</min> <max>1</max> <type> <code>Narrative</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> </resource> <text> <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale" title="Assessment scales or scores combine the findings of individual values into a total score which can be interpreted more easily against a reference population"><b>AssessmentScale</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.id" title="Master Id, first in all resources"><b>id</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Id, first in all resources</span><span style="color: Gray"> --></span></id> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.subject" title="The patient on which the assessment was performed (this element must be supported or understood)"><span style="text-decoration: underline"><b>subject</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Patient.htm#Patient">Patient</a>)</span> <span style="color: navy">Who the assessment score is about</span><span style="color: Gray"> --></span></subject> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.performer" title="The identity of the person who performed the clinical assessment - who takes responsibility for the final assessment"><b>performer</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>|<a href="Person.htm#Person">Person</a>)</span> <span style="color: navy">Who performed the assessment</span><span style="color: Gray"> --></span></performer> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.time" title="The time that the assessment score was finalized"><b>time</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">When the assessment was finalized</span><span style="color: Gray"> --></span></time> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.definition" title="Information of how the assessment was performed. "><b>definition</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="AssessmentDefinition.htm#AssessmentDefinition">AssessmentDefinition</a>)</span> <span style="color: navy">Details of how assessment was performed</span><span style="color: Gray"> --></span></definition> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.interpretation" title="Interpretations of the outcome of the assesment scale by the performer"><b>interpretation</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">What the value of the assessment means</span><span style="color: Gray"> --></span></interpretation> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.score" title="A group that represents the actual score value"><b>score</b></a>> <span style="color: Gray"><!-- The actual score --></span> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.score.code" title="A code that identifies the assessment scale that was performed (this element must be supported or understood)"><span style="text-decoration: underline"><b>code</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Indicates the type of assessment</span><span style="color: Gray"> --></span></code> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.score.value[x]" title="The outcome of the assessment - some sort of score, or coded value outcome (this element must be supported or understood)"><span style="text-decoration: underline"><b>value[x]</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Quantity">Quantity</a>|<a href="datatypes.htm#CodeableConcept">CodeableConcept</a>|<a href="datatypes.htm#Choice">Choice</a>|<a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">Outcome of the assessment</span><span style="color: Gray"> --></span></value[x]> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.score.score" title="Nested Scores - sub-scores that contribute to the overall score. A score is an aggregate based on a series of data"><b>score</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="A score may have a value and/or one (and only one) of measure or sub-scores"><b>0..*</b></span> <span style="color: darkgreen">Content as for AssessmentScale.score</span> <span style="color: navy">Nested Score elements</span><span style="color: Gray"> --></span></score> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.score.measure" title="The actual data items from which the score is derived. Each score must have at least one data item on which it is based"><b>measure</b></a>> <span style="color: Gray"><!-- <span style="color: deeppink" title="A score may have a value and/or one (and only one) of measure or sub-scores"><b>0..*</b></span> Data from which the score is derived --></span> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.score.measure.code" title="Identifies the type of measure"><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">What this value represents</span><span style="color: Gray"> --></span></code> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.score.measure.value[x]" title="the value of the measure"><b>value[x]</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Quantity">Quantity</a>|<a href="datatypes.htm#CodeableConcept">CodeableConcept</a>|<a href="datatypes.htm#Choice">Choice</a>|<a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">actual value</span><span style="color: Gray"> --></span></value[x]> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.score.measure.time" title="when the value was measured"><b>time</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">when the value was measured</span><span style="color: Gray"> --></span></time> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.score.measure.source" title="Reference to the actual measure in it's original context where additional information may be found"><b>source</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Any.htm#Any">Any</a>)</span> <span style="color: navy">source reference for further information</span><span style="color: Gray"> --></span></source> </measure> </score> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.reason" title="The reason that the assessment was performed"><b>reason</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">why the assessment was performed</span><span style="color: Gray"> --></span></reason> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.text" title="Text summary of [template] for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of [template] for human interpretation</span><span style="color: Gray"> --></span></text> </AssessmentScale> </pre></div> </text> </Profile> </content> <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale" title="Assessment scales or scores combine the findings of individual values into a total score which can be interpreted more easily against a reference population"><b>AssessmentScale</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.id" title="Master Id, first in all resources"><b>id</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Id, first in all resources</span><span style="color: Gray"> --></span></id> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.subject" title="The patient on which the assessment was performed (this element must be supported or understood)"><span style="text-decoration: underline"><b>subject</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Patient.htm#Patient">Patient</a>)</span> <span style="color: navy">Who the assessment score is about</span><span style="color: Gray"> --></span></subject> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.performer" title="The identity of the person who performed the clinical assessment - who takes responsibility for the final assessment"><b>performer</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>|<a href="Person.htm#Person">Person</a>)</span> <span style="color: navy">Who performed the assessment</span><span style="color: Gray"> --></span></performer> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.time" title="The time that the assessment score was finalized"><b>time</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">When the assessment was finalized</span><span style="color: Gray"> --></span></time> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.definition" title="Information of how the assessment was performed. "><b>definition</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="AssessmentDefinition.htm#AssessmentDefinition">AssessmentDefinition</a>)</span> <span style="color: navy">Details of how assessment was performed</span><span style="color: Gray"> --></span></definition> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.interpretation" title="Interpretations of the outcome of the assesment scale by the performer"><b>interpretation</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">What the value of the assessment means</span><span style="color: Gray"> --></span></interpretation> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.score" title="A group that represents the actual score value"><b>score</b></a>> <span style="color: Gray"><!-- The actual score --></span> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.score.code" title="A code that identifies the assessment scale that was performed (this element must be supported or understood)"><span style="text-decoration: underline"><b>code</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Indicates the type of assessment</span><span style="color: Gray"> --></span></code> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.score.value[x]" title="The outcome of the assessment - some sort of score, or coded value outcome (this element must be supported or understood)"><span style="text-decoration: underline"><b>value[x]</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Quantity">Quantity</a>|<a href="datatypes.htm#CodeableConcept">CodeableConcept</a>|<a href="datatypes.htm#Choice">Choice</a>|<a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">Outcome of the assessment</span><span style="color: Gray"> --></span></value[x]> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.score.score" title="Nested Scores - sub-scores that contribute to the overall score. A score is an aggregate based on a series of data"><b>score</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: deeppink" title="A score may have a value and/or one (and only one) of measure or sub-scores"><b>0..*</b></span> <span style="color: darkgreen">Content as for AssessmentScale.score</span> <span style="color: navy">Nested Score elements</span><span style="color: Gray"> --></span></score> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.score.measure" title="The actual data items from which the score is derived. Each score must have at least one data item on which it is based"><b>measure</b></a>> <span style="color: Gray"><!-- <span style="color: deeppink" title="A score may have a value and/or one (and only one) of measure or sub-scores"><b>0..*</b></span> Data from which the score is derived --></span> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.score.measure.code" title="Identifies the type of measure"><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">What this value represents</span><span style="color: Gray"> --></span></code> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.score.measure.value[x]" title="the value of the measure"><b>value[x]</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Quantity">Quantity</a>|<a href="datatypes.htm#CodeableConcept">CodeableConcept</a>|<a href="datatypes.htm#Choice">Choice</a>|<a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">actual value</span><span style="color: Gray"> --></span></value[x]> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.score.measure.time" title="when the value was measured"><b>time</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">when the value was measured</span><span style="color: Gray"> --></span></time> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.score.measure.source" title="Reference to the actual measure in it's original context where additional information may be found"><b>source</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Any.htm#Any">Any</a>)</span> <span style="color: navy">source reference for further information</span><span style="color: Gray"> --></span></source> </measure> </score> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.reason" title="The reason that the assessment was performed"><b>reason</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">why the assessment was performed</span><span style="color: Gray"> --></span></reason> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="assessmentscale-definitions.htm#AssessmentScale.text" title="Text summary of [template] for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of [template] for human interpretation</span><span style="color: Gray"> --></span></text> </AssessmentScale> </pre></div> </summary> </entry> <entry> <title>Resource "person" as a profile (to help derivation)</title> <link href="http://hl7.org/implement/standards/fhir/person.profile.xml" rel="self"/> <id>http://hl7.org/fhir/profile/person</id> <updated>2012-09-09T03:27:53.619+10:00</updated> <published>2012-09-09T03:27:53.619+10:00</published> <author> <name>HL7, Inc</name> <uri>http://hl7.org</uri> </author> <category scheme="http://hl7.org/fhir/sid/fhir/resource-types" term="Profile"/> <content type="text/xml"> <Profile xmlns="http://hl7.org/fhir"> <id>person</id> <name>person</name> <author> <name>todo (committee)</name> </author> <description>Basic Profile. A person who is involved in the healthcare process</description> <status> <code>testing</code> <date>2012-09-09</date> </status> <resource> <type>Resource</type> <element> <path>Person</path> <definition> <short>Person involved in healthcare</short> <formal>A person who is involved in the healthcare process</formal> <min>1</min> <max>1</max> <type> <code>Resource</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Person.id</path> <definition> <short>Master Resource Id, always first in all resources</short> <formal>Master Resource Id, always first in all resources</formal> <min>1</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Person.identifier</path> <definition> <short>A Human identifier for this person</short> <formal>Identifier for the person that is used to identify the person across multiple disparate systems and also for face to face identification of the person</formal> <min>0</min> <max>*</max> <type> <code>HumanId</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Person.name</path> <definition> <short>A name associated with the person</short> <formal>A name associated with the person</formal> <comments>Person may have multiple names with different uses or applicable periods</comments> <min>0</min> <max>*</max> <type> <code>HumanName</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Person.address</path> <definition> <short>An address for the person</short> <formal>An address for the person</formal> <comments>Person may have multiple addresses with different uses or applicable periods</comments> <min>0</min> <max>*</max> <type> <code>Address</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Person.contact</path> <definition> <short>A contact detail for the person</short> <formal>A contact detail for the person</formal> <comments>Person may have multiple contacts with different uses or applicable periods</comments> <min>0</min> <max>*</max> <type> <code>Contact</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Person.dob</path> <definition> <short>The birth date for the person</short> <formal>The birth date for the person</formal> <comments>At least a estimated year should be provided as a guess if the real dob is unknown</comments> <min>0</min> <max>1</max> <type> <code>dateTime</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>Person.gender</path> <definition> <short>Administrative Gender</short> <formal>Administrative Gender</formal> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>AdministrativeGender</binding> </definition> </element> <element> <path>Person.religion</path> <definition> <short>Religion of the person</short> <formal>The religious denomination to which a person professes affiliation</formal> <comments>Not all people have a formal religious affiliation</comments> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>Religion</binding> </definition> </element> <element> <path>Person.race</path> <definition> <short>The race of a person</short> <formal>blah balh</formal> <comments>Some places do not use this!</comments> <min>0</min> <max>*</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>Race</binding> </definition> </element> <element> <path>Person.qualification</path> <definition> <short>Qualifications, Accreditations, Certifications</short> <formal>The qualifications a person has, including formal educational achievements, accreditations, and current certifications. All these qualifications may be used to determine what roles a person may play in a healthcare environment</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Person.qualification.identifier</path> <definition> <short>Identifier for the qualification</short> <formal>The identifier of a qualification</formal> <min>0</min> <max>1</max> <type> <code>Identifier</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Person.qualification.code</path> <definition> <short>A code for the qualification</short> <formal>The type of the qualification</formal> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>Qualifications</binding> </definition> </element> <element> <path>Person.qualification.institution</path> <definition> <short>Who conferred it</short> <formal>The organisation that confered/confers the qualification</formal> <min>0</min> <max>1</max> <type> <code>Resource(Organization)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Person.qualification.period</path> <definition> <short>When the qualification is valid (date only)</short> <formal>The period for which a qualification is held</formal> <comments>Formal degrees may have a known start date, but no end date</comments> <min>0</min> <max>1</max> <type> <code>Period</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Person.language</path> <definition> <short>language (with proficiency)</short> <formal>A language spoken by the person, with proficiency</formal> <comments>If no language is specified, this *implies* that the default local language is spoken</comments> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Person.language.code</path> <definition> <short>ISO 639-3 code for language</short> <formal>A code that identifies the language</formal> <comments>So just ISO 639-3? Not allowing ENG-CA or something?</comments> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>Language</binding> </definition> </element> <element> <path>Person.language.use</path> <definition> <short>How well the language is used</short> <formal>A code the describes how well the language is spoken</formal> <comments>No differentiation is made between spoken and written functionality here</comments> <min>0</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>LanguageUse</binding> </definition> </element> <element> <path>Person.relatedPerson</path> <definition> <short>Kin, Guardians, Agents, Caregivers</short> <formal>Other persons who are related to this person. The relationship might be one of several types: kin (familial or marital), financial or legal (such as guardian), biological (e.g. donor, donation-recipient) or casual (i.e. friend).</formal> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Person.relatedPerson.identifier</path> <definition> <short>Identifier for the person</short> <formal>Identifier the related person - may be a full link to a Person resource, or some other kind of identifier</formal> <min>0</min> <max>1</max> <type> <code>HumanId</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Person.relatedPerson.role</path> <definition> <short>Type of relationship</short> <formal>Code that specifies how this person is related to the subject. A code is required.</formal> <min>1</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>PersonRelationship</binding> </definition> </element> <element> <path>Person.relatedPerson.name</path> <definition> <short>Name of the person</short> <formal>A name should be specified for the related person</formal> <min>0</min> <max>1</max> <type> <code>HumanName</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Person.relatedPerson.contact</path> <definition> <short>Contact details for the person</short> <formal>Contact details (phone, email etc) should be provided for the person</formal> <min>0</min> <max>*</max> <type> <code>Contact</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Person.extension</path> <definition> <short>See Extensions</short> <formal>See Extensions</formal> <min>0</min> <max>*</max> <type> <code>Extension</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>Person.text</path> <definition> <short>Text summary of person, for human interpretation</short> <formal>Text summary of person, for human interpretation</formal> <min>1</min> <max>1</max> <type> <code>Narrative</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> </resource> <text> <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="person-definitions.htm#Person" title="A person who is involved in the healthcare process"><b>Person</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="person-definitions.htm#Person.id" title="Master Resource Id, always first in all resources"><b>id</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Resource Id, always first in all resources</span><span style="color: Gray"> --></span></id> <<a class="dict" href="person-definitions.htm#Person.identifier" title="Identifier for the person that is used to identify the person across multiple disparate systems and also for face to face identification of the person (this element must be supported or understood)"><span style="text-decoration: underline"><b>identifier</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanId">HumanId</a></span> <span style="color: navy">A Human identifier for this person</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="person-definitions.htm#Person.name" title="A name associated with the person (this element must be supported or understood)"><span style="text-decoration: underline"><b>name</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanName">HumanName</a></span> <span style="color: navy">A name associated with the person</span><span style="color: Gray"> --></span></name> <<a class="dict" href="person-definitions.htm#Person.address" title="An address for the person"><b>address</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Address">Address</a></span> <span style="color: navy">An address for the person</span><span style="color: Gray"> --></span></address> <<a class="dict" href="person-definitions.htm#Person.contact" title="A contact detail for the person"><b>contact</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Contact">Contact</a></span> <span style="color: navy">A contact detail for the person</span><span style="color: Gray"> --></span></contact> <<a class="dict" href="person-definitions.htm#Person.dob" title="The birth date for the person (this element must be supported or understood)"><span style="text-decoration: underline"><b>dob</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">The birth date for the person</span><span style="color: Gray"> --></span></dob> <<a class="dict" href="person-definitions.htm#Person.gender" title="Administrative Gender (this element must be supported or understood)"><span style="text-decoration: underline"><b>gender</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Administrative Gender</span><span style="color: Gray"> --></span></gender> <<a class="dict" href="person-definitions.htm#Person.religion" title="The religious denomination to which a person professes affiliation"><b>religion</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Religion of the person</span><span style="color: Gray"> --></span></religion> <<a class="dict" href="person-definitions.htm#Person.race" title="blah balh"><b>race</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">The race of a person</span><span style="color: Gray"> --></span></race> <<a class="dict" href="person-definitions.htm#Person.qualification" title="The qualifications a person has, including formal educational achievements, accreditations, and current certifications. All these qualifications may be used to determine what roles a person may play in a healthcare environment"><b>qualification</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Qualifications, Accreditations, Certifications --></span> <<a class="dict" href="person-definitions.htm#Person.qualification.identifier" title="The identifier of a qualification"><b>identifier</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">Identifier for the qualification</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="person-definitions.htm#Person.qualification.code" title="The type of the qualification"><b>code</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">A code for the qualification</span><span style="color: Gray"> --></span></code> <<a class="dict" href="person-definitions.htm#Person.qualification.institution" title="The organisation that confered/confers the qualification"><b>institution</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Who conferred it</span><span style="color: Gray"> --></span></institution> <<a class="dict" href="person-definitions.htm#Person.qualification.period" title="The period for which a qualification is held"><b>period</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Period">Period</a></span> <span style="color: navy">When the qualification is valid (date only)</span><span style="color: Gray"> --></span></period> </qualification> <<a class="dict" href="person-definitions.htm#Person.language" title="A language spoken by the person, with proficiency"><b>language</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> language (with proficiency) --></span> <<a class="dict" href="person-definitions.htm#Person.language.code" title="A code that identifies the language"><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">ISO 639-3 code for language</span><span style="color: Gray"> --></span></code> <<a class="dict" href="person-definitions.htm#Person.language.use" title="A code the describes how well the language is spoken"><b>use</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">How well the language is used</span><span style="color: Gray"> --></span></use> </language> <<a class="dict" href="person-definitions.htm#Person.relatedPerson" title="Other persons who are related to this person. The relationship might be one of several types: kin (familial or marital), financial or legal (such as guardian), biological (e.g. donor, donation-recipient) or casual (i.e. friend)."><b>relatedPerson</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Kin, Guardians, Agents, Caregivers --></span> <<a class="dict" href="person-definitions.htm#Person.relatedPerson.identifier" title="Identifier the related person - may be a full link to a Person resource, or some other kind of identifier"><b>identifier</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanId">HumanId</a></span> <span style="color: navy">Identifier for the person</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="person-definitions.htm#Person.relatedPerson.role" title="Code that specifies how this person is related to the subject. A code is required."><b>role</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Type of relationship</span><span style="color: Gray"> --></span></role> <<a class="dict" href="person-definitions.htm#Person.relatedPerson.name" title="A name should be specified for the related person"><b>name</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanName">HumanName</a></span> <span style="color: navy">Name of the person</span><span style="color: Gray"> --></span></name> <<a class="dict" href="person-definitions.htm#Person.relatedPerson.contact" title="Contact details (phone, email etc) should be provided for the person"><b>contact</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Contact">Contact</a></span> <span style="color: navy">Contact details for the person</span><span style="color: Gray"> --></span></contact> </relatedPerson> <<a class="dict" href="person-definitions.htm#Person.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="person-definitions.htm#Person.text" title="Text summary of person, for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of person, for human interpretation</span><span style="color: Gray"> --></span></text> </Person> </pre></div> </text> </Profile> </content> <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="person-definitions.htm#Person" title="A person who is involved in the healthcare process"><b>Person</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="person-definitions.htm#Person.id" title="Master Resource Id, always first in all resources"><b>id</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Resource Id, always first in all resources</span><span style="color: Gray"> --></span></id> <<a class="dict" href="person-definitions.htm#Person.identifier" title="Identifier for the person that is used to identify the person across multiple disparate systems and also for face to face identification of the person (this element must be supported or understood)"><span style="text-decoration: underline"><b>identifier</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanId">HumanId</a></span> <span style="color: navy">A Human identifier for this person</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="person-definitions.htm#Person.name" title="A name associated with the person (this element must be supported or understood)"><span style="text-decoration: underline"><b>name</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanName">HumanName</a></span> <span style="color: navy">A name associated with the person</span><span style="color: Gray"> --></span></name> <<a class="dict" href="person-definitions.htm#Person.address" title="An address for the person"><b>address</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Address">Address</a></span> <span style="color: navy">An address for the person</span><span style="color: Gray"> --></span></address> <<a class="dict" href="person-definitions.htm#Person.contact" title="A contact detail for the person"><b>contact</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Contact">Contact</a></span> <span style="color: navy">A contact detail for the person</span><span style="color: Gray"> --></span></contact> <<a class="dict" href="person-definitions.htm#Person.dob" title="The birth date for the person (this element must be supported or understood)"><span style="text-decoration: underline"><b>dob</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">The birth date for the person</span><span style="color: Gray"> --></span></dob> <<a class="dict" href="person-definitions.htm#Person.gender" title="Administrative Gender (this element must be supported or understood)"><span style="text-decoration: underline"><b>gender</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Administrative Gender</span><span style="color: Gray"> --></span></gender> <<a class="dict" href="person-definitions.htm#Person.religion" title="The religious denomination to which a person professes affiliation"><b>religion</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Religion of the person</span><span style="color: Gray"> --></span></religion> <<a class="dict" href="person-definitions.htm#Person.race" title="blah balh"><b>race</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">The race of a person</span><span style="color: Gray"> --></span></race> <<a class="dict" href="person-definitions.htm#Person.qualification" title="The qualifications a person has, including formal educational achievements, accreditations, and current certifications. All these qualifications may be used to determine what roles a person may play in a healthcare environment"><b>qualification</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Qualifications, Accreditations, Certifications --></span> <<a class="dict" href="person-definitions.htm#Person.qualification.identifier" title="The identifier of a qualification"><b>identifier</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">Identifier for the qualification</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="person-definitions.htm#Person.qualification.code" title="The type of the qualification"><b>code</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">A code for the qualification</span><span style="color: Gray"> --></span></code> <<a class="dict" href="person-definitions.htm#Person.qualification.institution" title="The organisation that confered/confers the qualification"><b>institution</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Who conferred it</span><span style="color: Gray"> --></span></institution> <<a class="dict" href="person-definitions.htm#Person.qualification.period" title="The period for which a qualification is held"><b>period</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Period">Period</a></span> <span style="color: navy">When the qualification is valid (date only)</span><span style="color: Gray"> --></span></period> </qualification> <<a class="dict" href="person-definitions.htm#Person.language" title="A language spoken by the person, with proficiency"><b>language</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> language (with proficiency) --></span> <<a class="dict" href="person-definitions.htm#Person.language.code" title="A code that identifies the language"><b>code</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">ISO 639-3 code for language</span><span style="color: Gray"> --></span></code> <<a class="dict" href="person-definitions.htm#Person.language.use" title="A code the describes how well the language is spoken"><b>use</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">How well the language is used</span><span style="color: Gray"> --></span></use> </language> <<a class="dict" href="person-definitions.htm#Person.relatedPerson" title="Other persons who are related to this person. The relationship might be one of several types: kin (familial or marital), financial or legal (such as guardian), biological (e.g. donor, donation-recipient) or casual (i.e. friend)."><b>relatedPerson</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Kin, Guardians, Agents, Caregivers --></span> <<a class="dict" href="person-definitions.htm#Person.relatedPerson.identifier" title="Identifier the related person - may be a full link to a Person resource, or some other kind of identifier"><b>identifier</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanId">HumanId</a></span> <span style="color: navy">Identifier for the person</span><span style="color: Gray"> --></span></identifier> <<a class="dict" href="person-definitions.htm#Person.relatedPerson.role" title="Code that specifies how this person is related to the subject. A code is required."><b>role</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Type of relationship</span><span style="color: Gray"> --></span></role> <<a class="dict" href="person-definitions.htm#Person.relatedPerson.name" title="A name should be specified for the related person"><b>name</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanName">HumanName</a></span> <span style="color: navy">Name of the person</span><span style="color: Gray"> --></span></name> <<a class="dict" href="person-definitions.htm#Person.relatedPerson.contact" title="Contact details (phone, email etc) should be provided for the person"><b>contact</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Contact">Contact</a></span> <span style="color: navy">Contact details for the person</span><span style="color: Gray"> --></span></contact> </relatedPerson> <<a class="dict" href="person-definitions.htm#Person.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="person-definitions.htm#Person.text" title="Text summary of person, for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of person, for human interpretation</span><span style="color: Gray"> --></span></text> </Person> </pre></div> </summary> </entry> <entry> <title>Resource "labreport" as a profile (to help derivation)</title> <link href="http://hl7.org/implement/standards/fhir/labreport.profile.xml" rel="self"/> <id>http://hl7.org/fhir/profile/labreport</id> <updated>2012-09-09T03:27:53.619+10:00</updated> <published>2012-09-09T03:27:53.619+10:00</published> <author> <name>HL7, Inc</name> <uri>http://hl7.org</uri> </author> <category scheme="http://hl7.org/fhir/sid/fhir/resource-types" term="Profile"/> <content type="text/xml"> <Profile xmlns="http://hl7.org/fhir"> <id>labreport</id> <name>labreport</name> <author> <name>todo (committee)</name> </author> <description>Basic Profile. The findings and interpretation of pathology tests performed on tissues and body fluids. This is typically done in a laboratory but may be done in other environments such as at the point of care</description> <status> <code>testing</code> <date>2012-09-09</date> </status> <resource> <type>Resource</type> <element> <path>LabReport</path> <definition> <short>Report of laboratory test results</short> <formal>The findings and interpretation of pathology tests performed on tissues and body fluids. This is typically done in a laboratory but may be done in other environments such as at the point of care</formal> <comments>Not to be used for reporting on non-pathology test results e.g. diagnostic imaging, ECG or respiratory function tests. Not to be used to represent an entire cumulative report. This Pathology test result archetype represents only one of the result sets that is usually viewed as a vertical in a cumulative test report. A cumulative report is a view that is constructed from the results represented by multiple OBSERVATION archetypes. This archetype is suitable for representation of general pathology test results, but not intended to cover full synoptic reports. For these, additional resources are required to represent the data properly</comments> <min>1</min> <max>1</max> <type> <code>Resource</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>LabReport.id</path> <definition> <short>Master Resource Id, always first in all resources</short> <formal>Master Resource Id, always first in all resources</formal> <min>1</min> <max>1</max> <type> <code>id</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>LabReport.status</path> <definition> <short>registered|interim|final|amended|cancelled|withdrawn</short> <formal>The status of the pathology test result as a whole</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>LabReportStatus</binding> </definition> </element> <element> <path>LabReport.issued</path> <definition> <short>date issed for current status</short> <formal>The date and/or time that the result was issued from the source for the recorded �Test result status</formal> <comments>May be different from LabReport.updated, because that is the status of this record, not the report the record is about</comments> <min>1</min> <max>1</max> <type> <code>instant</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>LabReport.patient</path> <definition> <short>The patient the report is about</short> <formal>The patient about who the report is about</formal> <min>1</min> <max>1</max> <type> <code>Resource(Patient)</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>LabReport.admission</path> <definition> <short>Admission Context</short> <formal>The admission that this diagnostic investigation is associated with</formal> <min>0</min> <max>1</max> <type> <code>Resource(Admission)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>LabReport.laboratory</path> <definition> <short>Responsible Laboratory</short> <formal>The laboratory service that issued the report</formal> <comments>This is not necessarily the source of the atomic reports - it's the lab that takes responsibility for the clinical report</comments> <min>1</min> <max>1</max> <type> <code>Resource(Organization)</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>LabReport.reportId</path> <definition> <short>Id for external references to this report</short> <formal>The local ID assigned to the report by the order filler, usually by the Laboratory Information System (LIS).</formal> <min>0</min> <max>1</max> <type> <code>Identifier</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>LabReport.requestDetail</path> <definition> <short>What was requested</short> <formal>Details concerning a single pathology test requested.</formal> <comments>Note: Usually there is one test request for each result, however in some circumstances multiple test requests may be represented using a single Pathology test result resource</comments> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>LabReport.requestDetail.requestOrderId</path> <definition> <short>Id assigned by requester</short> <formal>The local ID assigned to the order by the order requester.</formal> <comments>Equivalent to the Placer Order Identifier</comments> <min>0</min> <max>1</max> <type> <code>Identifier</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>LabReport.requestDetail.receiverOrderId</path> <definition> <short>Receiver's Id for the request</short> <formal>The local ID assigned to the test order by the order filler, usually by the Laboratory Information System (LIS).</formal> <comments>Usually equivalent to the DICOM Accession Number and the Filler Order Identifier.</comments> <min>0</min> <max>1</max> <type> <code>Identifier</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>LabReport.requestDetail.requestTest</path> <definition> <short>Test Requested</short> <formal>Identification of pathology test requested,</formal> <comments>Useful where the test requested differs from the test actually performed.</comments> <min>0</min> <max>*</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>LabRequests</binding> </definition> </element> <element> <path>LabReport.requestDetail.requester</path> <definition> <short>Responsible for request</short> <formal>Details of the clinician or organisation requesting the laboratory test.</formal> <min>0</min> <max>1</max> <type> <code>Resource(Agent|Organization)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>LabReport.requestDetail.clinicalInfo</path> <definition> <short>Clinical information provided</short> <formal>Details of the clinical information provided to the laboratory along with the original request</formal> <min>0</min> <max>1</max> <type> <code>Resource(Any)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>LabReport.reportName</path> <definition> <short>Name for the entire report</short> <formal>Identification of the pathology test performed, sometimes including specimen type.</formal> <comments>A test result may be for a single analyte, or a group of items, including panel tests.</comments> <min>1</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>LabReportNames</binding> </definition> </element> <element> <path>LabReport.service</path> <definition> <short>Biochemistry, Haematology etc</short> <formal>The diagnostic service that performs the examination e.g. biochemistry, haematology.</formal> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>LabServices</binding> </definition> </element> <element> <path>LabReport.diagnosticTime</path> <definition> <short>Effective time of diagnostic report</short> <formal>The diagnostically relevant time for this report</formal> <comments>The diagnostically relevant time can be derived from the specimen collection times, but the specimen information is not always available, and the exact relationship is not always automatic</comments> <min>1</min> <max>1</max> <type> <code>dateTime</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>LabReport.specimen</path> <definition> <short>Specimen (incl. time of collection)</short> <formal>Details about the specimen if all individual test results are derived from the same specimen</formal> <comments>If the specimen is sufficiently specified with a code in the Test result name, then this additional data may be redundant. If there are multiple specimens, these may be represented per 'Result group'</comments> <min>0</min> <max>*</max> <type> <code>Resource(Specimen)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>LabReport.resultGroup</path> <definition> <short>Results grouped by specimen/kind/category</short> <formal>A group of results. Results may be grouped by specimen, or by some value in LabReport.resultGroup.name to describe what binds all the results together.</formal> <comments>Many (most) lab reports don't really have a meaningful group. In these cases, just create a single group with no specimen or name</comments> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>LabReport.resultGroup.name</path> <definition> <short>What defines the group</short> <formal>A code or name that describes the group of results</formal> <comments>For example, the antibody code for a goup of antibody related test, or the organism code for a group of isolate/sensitivities. Leave blank if there is no particular meaning associated with the group</comments> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>LabResultGroupNames</binding> </definition> </element> <element> <path>LabReport.resultGroup.specimen</path> <definition> <short>Specimen details</short> <formal>Details about the individual specimen to which these �Result group� test results refer, where testing of multiple specimens is required.</formal> <min>0</min> <max>1</max> <type> <code>Resource(Specimen)</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>LabReport.resultGroup.result</path> <definition> <short>A particular result</short> <formal>Specific detailed result, including both the value of the result item, and additional information that may be useful for clinical interpretation. Results include whatever specific data items pathology labs report as part of the clinical service; it is not confined to measurements.</formal> <min>1</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>LabReport.resultGroup.result.name</path> <definition> <short>Name or code of the result</short> <formal>Identifies the meaning of the value</formal> <comments>results are fundamentally a name - value pair with additional clarifying information</comments> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>LabResultNames</binding> </definition> </element> <element> <path>LabReport.resultGroup.result.value[x]</path> <definition> <short>Result. [x] = type name</short> <formal>Actual value of the result. Most result values will be numerical measurements, but others may be coded concepts, free text, or multimedia images</formal> <min>0</min> <max>1</max> <type> <code>Quantity</code> </type> <type> <code>CodeableConcept</code> </type> <type> <code>Attachment</code> </type> <type> <code>Ratio</code> </type> <type> <code>Choice</code> </type> <type> <code>Period</code> </type> <type> <code>string</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>*unbound*</binding> </definition> </element> <element> <path>LabReport.resultGroup.result.flag</path> <definition> <short>+ | ++ | +++ | - | -- | --- </short> <formal>Flag indicating the abnormal status of the result</formal> <min>0</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>LabResultFlag</binding> </definition> </element> <element> <path>LabReport.resultGroup.result.status</path> <definition> <short>Registered|Interim|Final|Amended|Cancelled|Withdrawn</short> <formal>The status of the result value</formal> <min>1</min> <max>1</max> <type> <code>code</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> <binding>LabReportStatus</binding> </definition> </element> <element> <path>LabReport.resultGroup.result.comments</path> <definition> <short>Comments about result</short> <formal>May include statements about significant, unexpected or unreliable. values, or information about the source of the value where this may be relevant to the interpretation of the result.</formal> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>LabReport.resultGroup.result.referenceRange</path> <definition> <short>Guide for interpretation</short> <formal>Guidance on how to interpret the value by comparison to a normal or recommended range</formal> <comments>Most results only have one reference range. Some non-numerical results don't have a reference range</comments> <min>0</min> <max>*</max> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>LabReport.resultGroup.result.referenceRange.meaning</path> <definition> <short>The meaning of this range</short> <formal>Code for the meaning of the reference range</formal> <min>0</min> <max>1</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>LabReferenceRanges</binding> </definition> </element> <element> <path>LabReport.resultGroup.result.referenceRange.range[x]</path> <definition> <short>Reference</short> <formal>Actual value of the reference range. May be a quantity (<20mg/L), an range (10-20 umol/L), or some text</formal> <comments>Text reference ranges are typically used in endocrinology, or for legacy data with string reference ranges</comments> <min>1</min> <max>1</max> <type> <code>Quantity</code> </type> <type> <code>Range</code> </type> <type> <code>string</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>LabReport.conclusion</path> <definition> <short>Clinical Interpretation of test results</short> <formal>Concise and clinically contextualised narrative interpretation of the pathology test results.</formal> <comments>common reports don't have a conclusion, but some do</comments> <min>0</min> <max>1</max> <type> <code>string</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>LabReport.codedDiagnosis</path> <definition> <short>Codes for the conclusion</short> <formal>Codes for the conclusion</formal> <min>0</min> <max>*</max> <type> <code>CodeableConcept</code> </type> <dataAbsentReason>true</dataAbsentReason> <mustUnderstand>false</mustUnderstand> <binding>LabDiagnosisCodes</binding> </definition> </element> <element> <path>LabReport.representation</path> <definition> <short>Entire Report as issued</short> <formal>Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they must be semantically equivalent.</formal> <comments>Possible formats: text/html, text/plain, text/rtf, application/msword, application/pdf, application/rtf, application/vnd.oasis.opendocument.text, application/vnd.openxmlformats-officedocument.wordprocessingml.document</comments> <min>0</min> <max>*</max> <type> <code>Attachment</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>true</mustUnderstand> </definition> </element> <element> <path>LabReport.extension</path> <definition> <short>See Extensions</short> <formal>See Extensions</formal> <min>0</min> <max>*</max> <type> <code>Extension</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> <element> <path>LabReport.text</path> <definition> <short>Text summary of report, for human interpretation</short> <formal>Text summary of report, for human interpretation</formal> <min>1</min> <max>1</max> <type> <code>Narrative</code> </type> <dataAbsentReason>false</dataAbsentReason> <mustUnderstand>false</mustUnderstand> </definition> </element> </resource> <text> <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="labreport-definitions.htm#LabReport" title="The findings and interpretation of pathology tests performed on tissues and body fluids. This is typically done in a laboratory but may be done in other environments such as at the point of care"><b>LabReport</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="labreport-definitions.htm#LabReport.id" title="Master Resource Id, always first in all resources"><b>id</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Resource Id, always first in all resources</span><span style="color: Gray"> --></span></id> <<a class="dict" href="labreport-definitions.htm#LabReport.status" title="The status of the pathology test result as a whole (this element must be supported or understood)"><span style="text-decoration: underline"><b>status</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">registered|interim|final|amended|cancelled|withdrawn</span><span style="color: Gray"> --></span></status> <<a class="dict" href="labreport-definitions.htm#LabReport.issued" title="The date and/or time that the result was issued from the source for the recorded �Test result status (this element must be supported or understood)"><span style="text-decoration: underline"><b>issued</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#instant">instant</a></span> <span style="color: navy">date issed for current status</span><span style="color: Gray"> --></span></issued> <<a class="dict" href="labreport-definitions.htm#LabReport.patient" title="The patient about who the report is about (this element must be supported or understood)"><span style="text-decoration: underline"><b>patient</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Patient.htm#Patient">Patient</a>)</span> <span style="color: navy">The patient the report is about</span><span style="color: Gray"> --></span></patient> <<a class="dict" href="labreport-definitions.htm#LabReport.admission" title="The admission that this diagnostic investigation is associated with"><b>admission</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Admission.htm#Admission">Admission</a>)</span> <span style="color: navy">Admission Context</span><span style="color: Gray"> --></span></admission> <<a class="dict" href="labreport-definitions.htm#LabReport.laboratory" title="The laboratory service that issued the report"><b>laboratory</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Responsible Laboratory</span><span style="color: Gray"> --></span></laboratory> <<a class="dict" href="labreport-definitions.htm#LabReport.reportId" title="The local ID assigned to the report by the order filler, usually by the Laboratory Information System (LIS)."><b>reportId</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">Id for external references to this report</span><span style="color: Gray"> --></span></reportId> <<a class="dict" href="labreport-definitions.htm#LabReport.requestDetail" title="Details concerning a single pathology test requested."><b>requestDetail</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> What was requested --></span> <<a class="dict" href="labreport-definitions.htm#LabReport.requestDetail.requestOrderId" title="The local ID assigned to the order by the order requester."><b>requestOrderId</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">Id assigned by requester</span><span style="color: Gray"> --></span></requestOrderId> <<a class="dict" href="labreport-definitions.htm#LabReport.requestDetail.receiverOrderId" title="The local ID assigned to the test order by the order filler, usually by the Laboratory Information System (LIS)."><b>receiverOrderId</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">Receiver's Id for the request</span><span style="color: Gray"> --></span></receiverOrderId> <<a class="dict" href="labreport-definitions.htm#LabReport.requestDetail.requestTest" title="Identification of pathology test requested,"><b>requestTest</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Test Requested</span><span style="color: Gray"> --></span></requestTest> <<a class="dict" href="labreport-definitions.htm#LabReport.requestDetail.requester" title="Details of the clinician or organisation requesting the laboratory test."><b>requester</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>|<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Responsible for request</span><span style="color: Gray"> --></span></requester> <<a class="dict" href="labreport-definitions.htm#LabReport.requestDetail.clinicalInfo" title="Details of the clinical information provided to the laboratory along with the original request"><b>clinicalInfo</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Any.htm#Any">Any</a>)</span> <span style="color: navy">Clinical information provided</span><span style="color: Gray"> --></span></clinicalInfo> </requestDetail> <<a class="dict" href="labreport-definitions.htm#LabReport.reportName" title="Identification of the pathology test performed, sometimes including specimen type. (this element must be supported or understood)"><span style="text-decoration: underline"><b>reportName</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Name for the entire report</span><span style="color: Gray"> --></span></reportName> <<a class="dict" href="labreport-definitions.htm#LabReport.service" title="The diagnostic service that performs the examination e.g. biochemistry, haematology."><b>service</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Biochemistry, Haematology etc</span><span style="color: Gray"> --></span></service> <<a class="dict" href="labreport-definitions.htm#LabReport.diagnosticTime" title="The diagnostically relevant time for this report (this element must be supported or understood)"><span style="text-decoration: underline"><b>diagnosticTime</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">Effective time of diagnostic report</span><span style="color: Gray"> --></span></diagnosticTime> <<a class="dict" href="labreport-definitions.htm#LabReport.specimen" title="Details about the specimen if all individual test results are derived from the same specimen"><b>specimen</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Specimen.htm#Specimen">Specimen</a>)</span> <span style="color: navy">Specimen (incl. time of collection)</span><span style="color: Gray"> --></span></specimen> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup" title="A group of results. Results may be grouped by specimen, or by some value in LabReport.resultGroup.name to describe what binds all the results together. (this element must be supported or understood)"><span style="text-decoration: underline"><b>resultGroup</b></span></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Results grouped by specimen/kind/category --></span> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.name" title="A code or name that describes the group of results (this element must be supported or understood)"><span style="text-decoration: underline"><b>name</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">What defines the group</span><span style="color: Gray"> --></span></name> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.specimen" title="Details about the individual specimen to which these �Result group� test results refer, where testing of multiple specimens is required."><b>specimen</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Specimen.htm#Specimen">Specimen</a>)</span> <span style="color: navy">Specimen details</span><span style="color: Gray"> --></span></specimen> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.result" title="Specific detailed result, including both the value of the result item, and additional information that may be useful for clinical interpretation. Results include whatever specific data items pathology labs report as part of the clinical service; it is not confined to measurements. (this element must be supported or understood)"><span style="text-decoration: underline"><b>result</b></span></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>1..*</b></span> A particular result --></span> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.result.name" title="Identifies the meaning of the value (this element must be supported or understood)"><span style="text-decoration: underline"><b>name</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Name or code of the result</span><span style="color: Gray"> --></span></name> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.result.value[x]" title="Actual value of the result. Most result values will be numerical measurements, but others may be coded concepts, free text, or multimedia images (this element must be supported or understood)"><span style="text-decoration: underline"><b>value[x]</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Quantity">Quantity</a>|<a href="datatypes.htm#CodeableConcept">CodeableConcept</a>|<a href="datatypes.htm#Attachment">Attachment</a>| <a href="datatypes.htm#Ratio">Ratio</a>|<a href="datatypes.htm#Choice">Choice</a>|<a href="datatypes.htm#Period">Period</a>|<a href="datatypes.htm#string">string</a></span> <span style="color: navy">Result. [x] = type name</span><span style="color: Gray"> --></span></value[x]> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.result.flag" title="Flag indicating the abnormal status of the result (this element must be supported or understood)"><span style="text-decoration: underline"><b>flag</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">+ | ++ | +++ | - | -- | --- </span><span style="color: Gray"> --></span></flag> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.result.status" title="The status of the result value (this element must be supported or understood)"><span style="text-decoration: underline"><b>status</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Registered|Interim|Final|Amended|Cancelled|Withdrawn</span><span style="color: Gray"> --></span></status> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.result.comments" title="May include statements about significant, unexpected or unreliable. values, or information about the source of the value where this may be relevant to the interpretation of the result. (this element must be supported or understood)"><span style="text-decoration: underline"><b>comments</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Comments about result</span><span style="color: Gray"> --></span></comments> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.result.referenceRange" title="Guidance on how to interpret the value by comparison to a normal or recommended range (this element must be supported or understood)"><span style="text-decoration: underline"><b>referenceRange</b></span></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Guide for interpretation --></span> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.result.referenceRange.meaning" title="Code for the meaning of the reference range"><b>meaning</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">The meaning of this range</span><span style="color: Gray"> --></span></meaning> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.result.referenceRange.range[x]" title="Actual value of the reference range. May be a quantity (<20mg/L), an range (10-20 umol/L), or some text"><b>range[x]</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Quantity">Quantity</a>|<a href="datatypes.htm#Range">Range</a>|<a href="datatypes.htm#string">string</a></span> <span style="color: navy">Reference</span><span style="color: Gray"> --></span></range[x]> </referenceRange> </result> </resultGroup> <<a class="dict" href="labreport-definitions.htm#LabReport.conclusion" title="Concise and clinically contextualised narrative interpretation of the pathology test results. (this element must be supported or understood)"><span style="text-decoration: underline"><b>conclusion</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Clinical Interpretation of test results</span><span style="color: Gray"> --></span></conclusion> <<a class="dict" href="labreport-definitions.htm#LabReport.codedDiagnosis" title="Codes for the conclusion"><b>codedDiagnosis</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Codes for the conclusion</span><span style="color: Gray"> --></span></codedDiagnosis> <<a class="dict" href="labreport-definitions.htm#LabReport.representation" title="Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they must be semantically equivalent. (this element must be supported or understood)"><span style="text-decoration: underline"><b>representation</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Attachment">Attachment</a></span> <span style="color: navy">Entire Report as issued</span><span style="color: Gray"> --></span></representation> <<a class="dict" href="labreport-definitions.htm#LabReport.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="labreport-definitions.htm#LabReport.text" title="Text summary of report, for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of report, for human interpretation</span><span style="color: Gray"> --></span></text> </LabReport> </pre></div> </text> </Profile> </content> <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre> <<a class="dict" href="labreport-definitions.htm#LabReport" title="The findings and interpretation of pathology tests performed on tissues and body fluids. This is typically done in a laboratory but may be done in other environments such as at the point of care"><b>LabReport</b></a> xmlns="http://hl7.org/fhir"> <<a class="dict" href="labreport-definitions.htm#LabReport.id" title="Master Resource Id, always first in all resources"><b>id</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Master Resource Id, always first in all resources</span><span style="color: Gray"> --></span></id> <<a class="dict" href="labreport-definitions.htm#LabReport.status" title="The status of the pathology test result as a whole (this element must be supported or understood)"><span style="text-decoration: underline"><b>status</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">registered|interim|final|amended|cancelled|withdrawn</span><span style="color: Gray"> --></span></status> <<a class="dict" href="labreport-definitions.htm#LabReport.issued" title="The date and/or time that the result was issued from the source for the recorded �Test result status (this element must be supported or understood)"><span style="text-decoration: underline"><b>issued</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#instant">instant</a></span> <span style="color: navy">date issed for current status</span><span style="color: Gray"> --></span></issued> <<a class="dict" href="labreport-definitions.htm#LabReport.patient" title="The patient about who the report is about (this element must be supported or understood)"><span style="text-decoration: underline"><b>patient</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Patient.htm#Patient">Patient</a>)</span> <span style="color: navy">The patient the report is about</span><span style="color: Gray"> --></span></patient> <<a class="dict" href="labreport-definitions.htm#LabReport.admission" title="The admission that this diagnostic investigation is associated with"><b>admission</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Admission.htm#Admission">Admission</a>)</span> <span style="color: navy">Admission Context</span><span style="color: Gray"> --></span></admission> <<a class="dict" href="labreport-definitions.htm#LabReport.laboratory" title="The laboratory service that issued the report"><b>laboratory</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Responsible Laboratory</span><span style="color: Gray"> --></span></laboratory> <<a class="dict" href="labreport-definitions.htm#LabReport.reportId" title="The local ID assigned to the report by the order filler, usually by the Laboratory Information System (LIS)."><b>reportId</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">Id for external references to this report</span><span style="color: Gray"> --></span></reportId> <<a class="dict" href="labreport-definitions.htm#LabReport.requestDetail" title="Details concerning a single pathology test requested."><b>requestDetail</b></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> What was requested --></span> <<a class="dict" href="labreport-definitions.htm#LabReport.requestDetail.requestOrderId" title="The local ID assigned to the order by the order requester."><b>requestOrderId</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">Id assigned by requester</span><span style="color: Gray"> --></span></requestOrderId> <<a class="dict" href="labreport-definitions.htm#LabReport.requestDetail.receiverOrderId" title="The local ID assigned to the test order by the order filler, usually by the Laboratory Information System (LIS)."><b>receiverOrderId</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">Receiver's Id for the request</span><span style="color: Gray"> --></span></receiverOrderId> <<a class="dict" href="labreport-definitions.htm#LabReport.requestDetail.requestTest" title="Identification of pathology test requested,"><b>requestTest</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Test Requested</span><span style="color: Gray"> --></span></requestTest> <<a class="dict" href="labreport-definitions.htm#LabReport.requestDetail.requester" title="Details of the clinician or organisation requesting the laboratory test."><b>requester</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>|<a href="Organization.htm#Organization">Organization</a>)</span> <span style="color: navy">Responsible for request</span><span style="color: Gray"> --></span></requester> <<a class="dict" href="labreport-definitions.htm#LabReport.requestDetail.clinicalInfo" title="Details of the clinical information provided to the laboratory along with the original request"><b>clinicalInfo</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Any.htm#Any">Any</a>)</span> <span style="color: navy">Clinical information provided</span><span style="color: Gray"> --></span></clinicalInfo> </requestDetail> <<a class="dict" href="labreport-definitions.htm#LabReport.reportName" title="Identification of the pathology test performed, sometimes including specimen type. (this element must be supported or understood)"><span style="text-decoration: underline"><b>reportName</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Name for the entire report</span><span style="color: Gray"> --></span></reportName> <<a class="dict" href="labreport-definitions.htm#LabReport.service" title="The diagnostic service that performs the examination e.g. biochemistry, haematology."><b>service</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Biochemistry, Haematology etc</span><span style="color: Gray"> --></span></service> <<a class="dict" href="labreport-definitions.htm#LabReport.diagnosticTime" title="The diagnostically relevant time for this report (this element must be supported or understood)"><span style="text-decoration: underline"><b>diagnosticTime</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#dateTime">dateTime</a></span> <span style="color: navy">Effective time of diagnostic report</span><span style="color: Gray"> --></span></diagnosticTime> <<a class="dict" href="labreport-definitions.htm#LabReport.specimen" title="Details about the specimen if all individual test results are derived from the same specimen"><b>specimen</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Specimen.htm#Specimen">Specimen</a>)</span> <span style="color: navy">Specimen (incl. time of collection)</span><span style="color: Gray"> --></span></specimen> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup" title="A group of results. Results may be grouped by specimen, or by some value in LabReport.resultGroup.name to describe what binds all the results together. (this element must be supported or understood)"><span style="text-decoration: underline"><b>resultGroup</b></span></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Results grouped by specimen/kind/category --></span> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.name" title="A code or name that describes the group of results (this element must be supported or understood)"><span style="text-decoration: underline"><b>name</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">What defines the group</span><span style="color: Gray"> --></span></name> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.specimen" title="Details about the individual specimen to which these �Result group� test results refer, where testing of multiple specimens is required."><b>specimen</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Specimen.htm#Specimen">Specimen</a>)</span> <span style="color: navy">Specimen details</span><span style="color: Gray"> --></span></specimen> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.result" title="Specific detailed result, including both the value of the result item, and additional information that may be useful for clinical interpretation. Results include whatever specific data items pathology labs report as part of the clinical service; it is not confined to measurements. (this element must be supported or understood)"><span style="text-decoration: underline"><b>result</b></span></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>1..*</b></span> A particular result --></span> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.result.name" title="Identifies the meaning of the value (this element must be supported or understood)"><span style="text-decoration: underline"><b>name</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Name or code of the result</span><span style="color: Gray"> --></span></name> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.result.value[x]" title="Actual value of the result. Most result values will be numerical measurements, but others may be coded concepts, free text, or multimedia images (this element must be supported or understood)"><span style="text-decoration: underline"><b>value[x]</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Quantity">Quantity</a>|<a href="datatypes.htm#CodeableConcept">CodeableConcept</a>|<a href="datatypes.htm#Attachment">Attachment</a>| <a href="datatypes.htm#Ratio">Ratio</a>|<a href="datatypes.htm#Choice">Choice</a>|<a href="datatypes.htm#Period">Period</a>|<a href="datatypes.htm#string">string</a></span> <span style="color: navy">Result. [x] = type name</span><span style="color: Gray"> --></span></value[x]> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.result.flag" title="Flag indicating the abnormal status of the result (this element must be supported or understood)"><span style="text-decoration: underline"><b>flag</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">+ | ++ | +++ | - | -- | --- </span><span style="color: Gray"> --></span></flag> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.result.status" title="The status of the result value (this element must be supported or understood)"><span style="text-decoration: underline"><b>status</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Registered|Interim|Final|Amended|Cancelled|Withdrawn</span><span style="color: Gray"> --></span></status> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.result.comments" title="May include statements about significant, unexpected or unreliable. values, or information about the source of the value where this may be relevant to the interpretation of the result. (this element must be supported or understood)"><span style="text-decoration: underline"><b>comments</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Comments about result</span><span style="color: Gray"> --></span></comments> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.result.referenceRange" title="Guidance on how to interpret the value by comparison to a normal or recommended range (this element must be supported or understood)"><span style="text-decoration: underline"><b>referenceRange</b></span></a>> <span style="color: Gray"><!-- <span style="color: brown"><b>0..*</b></span> Guide for interpretation --></span> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.result.referenceRange.meaning" title="Code for the meaning of the reference range"><b>meaning</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">The meaning of this range</span><span style="color: Gray"> --></span></meaning> <<a class="dict" href="labreport-definitions.htm#LabReport.resultGroup.result.referenceRange.range[x]" title="Actual value of the reference range. May be a quantity (<20mg/L), an range (10-20 umol/L), or some text"><b>range[x]</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Quantity">Quantity</a>|<a href="datatypes.htm#Range">Range</a>|<a href="datatypes.htm#string">string</a></span> <span style="color: navy">Reference</span><span style="color: Gray"> --></span></range[x]> </referenceRange> </result> </resultGroup> <<a class="dict" href="labreport-definitions.htm#LabReport.conclusion" title="Concise and clinically contextualised narrative interpretation of the pathology test results. (this element must be supported or understood)"><span style="text-decoration: underline"><b>conclusion</b></span></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#string">string</a></span> <span style="color: navy">Clinical Interpretation of test results</span><span style="color: Gray"> --></span></conclusion> <<a class="dict" href="labreport-definitions.htm#LabReport.codedDiagnosis" title="Codes for the conclusion"><b>codedDiagnosis</b></a> <span style="color: red" title="dataAbsentReason attribute is allowed">d?</span>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Codes for the conclusion</span><span style="color: Gray"> --></span></codedDiagnosis> <<a class="dict" href="labreport-definitions.htm#LabReport.representation" title="Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they must be semantically equivalent. (this element must be supported or understood)"><span style="text-decoration: underline"><b>representation</b></span></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Attachment">Attachment</a></span> <span style="color: navy">Entire Report as issued</span><span style="color: Gray"> --></span></representation> <<a class="dict" href="labreport-definitions.htm#LabReport.extension" title="See Extensions"><b>extension</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <a href="extensibility.htm"><span style="color: navy">See Extensions</span></a> <span style="color: Gray"> --></span></extension> <<a class="dict" href="labreport-definitions.htm#LabReport.text" title="Text summary of report, for human interpretation"><b>text</b></a>><span style="color: Gray"><!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Narrative">Narrative</a></span> <span style="color: navy">Text summary of report, for human interpretation</span><span style="color: Gray"> --></span></text> </LabReport> </pre></div> </summary> </entry> </feed>