This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). 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>
  <updated>2012-12-04T00:03:21.605+11:00</updated>
  <id>http://hl7.org/fhir/profile/resources</id>
  <link href="http://hl7.org/implement/standards/fhir/profiles-resources.xml" rel="self"/>
  <entry>
    <title>Resource &quot;provenance&quot; as a profile (to help derivation)</title>
    <link href="http://hl7.org/implement/standards/fhir/provenance.profile.xml" rel="self"/>
    <id>http://hl7.org/fhir/profile/provenance</id>
    <updated>2012-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>provenance</name>
        <author>
          <name>todo (committee)</name>
        </author>
        <description>Basic Profile. Provenance information associated with another resource that can be used to help determine its reliability or trace where the information in it came from. The focus of the provenance resource is record keeping, audit and traceability, not clinical meaning</description>
        <status>
          <code>testing</code>
          <date>2012-12-04</date>
        </status>
        <resource>
          <type>Resource</type>
          <element>
            <path>Provenance</path>
            <definition>
              <short>Who, What, When for another resource</short>
              <formal>Provenance information associated with another resource that can be used to help determine its reliability or trace where the information in it came from. The focus of the provenance resource is record keeping, audit and traceability, not clinical meaning</formal>
              <comments>Some parties may be duplicated between the target resource and its provenance.  For instance, the prescriber is usually (but not always) the author of the prescription resource. This resource is defined with close consideration for W3C Provenance</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Provenance.target</path>
            <definition>
              <short>Target resource (usually version specific)</short>
              <formal>The resource that this provenance information pertains to</formal>
              <comments>The target reference is usually version specific, but may not be, if a version has not been assigned or if the provenance information is part of the set of resources being maintained (i.e. a document)</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource(Any)</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Provenance.activity</path>
            <definition>
              <short>Activity that created resource</short>
              <formal>The activity that was being undertaken that led to the creation of the resource being referenced</formal>
              <min>1</min>
              <max>1</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Provenance.activity.period</path>
            <definition>
              <short>When the activity occurred</short>
              <formal>The period during which the activity occurred</formal>
              <comments>The period can be a little arbitrary; where possible, the time should correspond to human assessment of the activity time</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Period</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Provenance.activity.recorded</path>
            <definition>
              <short>When the activity was recorded / updated</short>
              <formal>The instant of time at which the activity was recorded</formal>
              <comments>This can be a little different from the time stamp on the resource if there is a delay between recording the event and updating the provenance and target resource</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>instant</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Provenance.activity.reason</path>
            <definition>
              <short>Reason the activity is occurring</short>
              <formal>The reason that the activity was taking place</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Provenance.activity.location</path>
            <definition>
              <short>Where the activity occurred, if relevant</short>
              <formal>Where the activity occurred, if relevant</formal>
              <min>0</min>
              <max>1</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Provenance.activity.location.type</path>
            <definition>
              <short>Type of location (Classification)</short>
              <formal>The type of location - a classification of the kind of location at which the activity took place</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>ProvenanceLocationType</binding>
            </definition>
          </element>
          <element>
            <path>Provenance.activity.location.id</path>
            <definition>
              <short>An identifier for the location</short>
              <formal>An identifier for the location</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Identifier</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Provenance.activity.location.description</path>
            <definition>
              <short>Human description of location</short>
              <formal>Human readable description of location at which the activity occurred</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Provenance.activity.location.coords</path>
            <definition>
              <short>Geospatial coordinates of the location. What format?</short>
              <formal>Geospatial coordinates of the location</formal>
              <comments>Todo:  what format should this be in?</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Provenance.activity.policy</path>
            <definition>
              <short>Policy or plan the activity was defined by</short>
              <formal>Policy or plan the activity was defined by</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>uri</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Provenance.party</path>
            <definition>
              <short>Person, organization, records, etc. involved in creating resource</short>
              <formal>An entity that is involved in the provenance of the target resource</formal>
              <min>0</min>
              <max>*</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Provenance.party.role</path>
            <definition>
              <short>author | overseer | enterer | attester | source | cc: +</short>
              <formal>The role that the participant played</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>ProvenanceParticipantRole</binding>
            </definition>
          </element>
          <element>
            <path>Provenance.party.type</path>
            <definition>
              <short>Resource | Person | Application | Record | Document +</short>
              <formal>The type of the participant</formal>
              <comments>If the type is &quot;resource&quot; then the resource itself was the participant. If the type is a type of resource, then the entity identified by the resource is the participant</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>ProvenanceParticipantType</binding>
            </definition>
          </element>
          <element>
            <path>Provenance.party.id</path>
            <definition>
              <short>Identity of participant (urn or url)</short>
              <formal>Identity of participant. May be a logical or physical uri and maybe absolute or relative</formal>
              <comments>identity may be a reference to a resource or to something else, depending on the type</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>uri</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Provenance.party.description</path>
            <definition>
              <short>Human description of participant</short>
              <formal>Human readable description of the participant</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Provenance.signature</path>
            <definition>
              <short>Digital Signature of resource</short>
              <formal>A digital signature on the target resource. The signature should reference a participant by xml:id</formal>
              <comments>json? Xml? </comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Provenance.extension</path>
            <definition>
              <short>See Extensions</short>
              <formal>See Extensions</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Extension</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Provenance.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="provenance-definitions.htm#Provenance" title="Provenance information associated with another resource that can be used to help determine its reliability or trace where the information in it came from. The focus of the provenance resource is record keeping, audit and traceability, not clinical meaning"><b>Provenance</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="provenance-definitions.htm#Provenance.target" title="The resource that this provenance information pertains to (this element must be supported or understood)"><span style="text-decoration: underline"><b>target</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Any</a>)</span> <span style="color: navy">Target resource (usually version specific)</span><span style="color: Gray"> --&gt;</span>&lt;/target&gt;
 &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity" title="The activity that was being undertaken that led to the creation of the resource being referenced"><b>activity</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> Activity that created resource --&gt;</span>
  &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity.period" title="The period during which the activity occurred"><b>period</b></a>&gt;<span style="color: Gray">&lt;!--</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 activity occurred</span><span style="color: Gray"> --&gt;</span>&lt;/period&gt;
  &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity.recorded" title="The instant of time at which the activity was recorded"><b>recorded</b></a>&gt;<span style="color: Gray">&lt;!--</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">When the activity was recorded / updated</span><span style="color: Gray"> --&gt;</span>&lt;/recorded&gt;
  &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity.reason" title="The reason that the activity was taking place"><b>reason</b></a>&gt;<span style="color: Gray">&lt;!--</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 the activity is occurring</span><span style="color: Gray"> --&gt;</span>&lt;/reason&gt;
  &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity.location" title="Where the activity occurred, if relevant"><b>location</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> Where the activity occurred, if relevant --&gt;</span>
   &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity.location.type" title="The type of location - a classification of the kind of location at which the activity took place"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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 location (Classification)</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
   &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity.location.id" title="An identifier for the location"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</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">An identifier for the location</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
   &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity.location.description" title="Human readable description of location at which the activity occurred"><b>description</b></a>&gt;<span style="color: Gray">&lt;!--</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 description of location</span><span style="color: Gray"> --&gt;</span>&lt;/description&gt;
   &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity.location.coords" title="Geospatial coordinates of the location"><b>coords</b></a>&gt;<span style="color: Gray">&lt;!--</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">Geospatial coordinates of the location. What format?</span><span style="color: Gray"> --&gt;</span>&lt;/coords&gt;
  &lt;/location&gt;
  &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity.policy" title="Policy or plan the activity was defined by"><b>policy</b></a>&gt;<span style="color: Gray">&lt;!--</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">Policy or plan the activity was defined by</span><span style="color: Gray"> --&gt;</span>&lt;/policy&gt;
 &lt;/activity&gt;
 &lt;<a class="dict" href="provenance-definitions.htm#Provenance.party" title="An entity that is involved in the provenance of the target resource"><b>party</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Person, organization, records, etc. involved in creating resource --&gt;</span>
  &lt;<a class="dict" href="provenance-definitions.htm#Provenance.party.role" title="The role that the participant played"><b>role</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">author | overseer | enterer | attester | source | cc: +</span><span style="color: Gray"> --&gt;</span>&lt;/role&gt;
  &lt;<a class="dict" href="provenance-definitions.htm#Provenance.party.type" title="The type of the participant"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">Resource | Person | Application | Record | Document +</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
  &lt;<a class="dict" href="provenance-definitions.htm#Provenance.party.id" title="Identity of participant. May be a logical or physical uri and maybe absolute or relative"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</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">Identity of participant (urn or url)</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;<a class="dict" href="provenance-definitions.htm#Provenance.party.description" title="Human readable description of the participant"><b>description</b></a>&gt;<span style="color: Gray">&lt;!--</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 description of participant</span><span style="color: Gray"> --&gt;</span>&lt;/description&gt;
 &lt;/party&gt;
 &lt;<a class="dict" href="provenance-definitions.htm#Provenance.signature" title="A digital signature on the target resource. The signature should reference a participant by xml:id"><b>signature</b></a>&gt;<span style="color: Gray">&lt;!--</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">Digital Signature of resource</span><span style="color: Gray"> --&gt;</span>&lt;/signature&gt;
 &lt;<a class="dict" href="provenance-definitions.htm#Provenance.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="provenance-definitions.htm#Provenance.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Provenance&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="provenance-definitions.htm#Provenance" title="Provenance information associated with another resource that can be used to help determine its reliability or trace where the information in it came from. The focus of the provenance resource is record keeping, audit and traceability, not clinical meaning"><b>Provenance</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="provenance-definitions.htm#Provenance.target" title="The resource that this provenance information pertains to (this element must be supported or understood)"><span style="text-decoration: underline"><b>target</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Any</a>)</span> <span style="color: navy">Target resource (usually version specific)</span><span style="color: Gray"> --&gt;</span>&lt;/target&gt;
 &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity" title="The activity that was being undertaken that led to the creation of the resource being referenced"><b>activity</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> Activity that created resource --&gt;</span>
  &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity.period" title="The period during which the activity occurred"><b>period</b></a>&gt;<span style="color: Gray">&lt;!--</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 activity occurred</span><span style="color: Gray"> --&gt;</span>&lt;/period&gt;
  &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity.recorded" title="The instant of time at which the activity was recorded"><b>recorded</b></a>&gt;<span style="color: Gray">&lt;!--</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">When the activity was recorded / updated</span><span style="color: Gray"> --&gt;</span>&lt;/recorded&gt;
  &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity.reason" title="The reason that the activity was taking place"><b>reason</b></a>&gt;<span style="color: Gray">&lt;!--</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 the activity is occurring</span><span style="color: Gray"> --&gt;</span>&lt;/reason&gt;
  &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity.location" title="Where the activity occurred, if relevant"><b>location</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> Where the activity occurred, if relevant --&gt;</span>
   &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity.location.type" title="The type of location - a classification of the kind of location at which the activity took place"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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 location (Classification)</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
   &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity.location.id" title="An identifier for the location"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</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">An identifier for the location</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
   &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity.location.description" title="Human readable description of location at which the activity occurred"><b>description</b></a>&gt;<span style="color: Gray">&lt;!--</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 description of location</span><span style="color: Gray"> --&gt;</span>&lt;/description&gt;
   &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity.location.coords" title="Geospatial coordinates of the location"><b>coords</b></a>&gt;<span style="color: Gray">&lt;!--</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">Geospatial coordinates of the location. What format?</span><span style="color: Gray"> --&gt;</span>&lt;/coords&gt;
  &lt;/location&gt;
  &lt;<a class="dict" href="provenance-definitions.htm#Provenance.activity.policy" title="Policy or plan the activity was defined by"><b>policy</b></a>&gt;<span style="color: Gray">&lt;!--</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">Policy or plan the activity was defined by</span><span style="color: Gray"> --&gt;</span>&lt;/policy&gt;
 &lt;/activity&gt;
 &lt;<a class="dict" href="provenance-definitions.htm#Provenance.party" title="An entity that is involved in the provenance of the target resource"><b>party</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Person, organization, records, etc. involved in creating resource --&gt;</span>
  &lt;<a class="dict" href="provenance-definitions.htm#Provenance.party.role" title="The role that the participant played"><b>role</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">author | overseer | enterer | attester | source | cc: +</span><span style="color: Gray"> --&gt;</span>&lt;/role&gt;
  &lt;<a class="dict" href="provenance-definitions.htm#Provenance.party.type" title="The type of the participant"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">Resource | Person | Application | Record | Document +</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
  &lt;<a class="dict" href="provenance-definitions.htm#Provenance.party.id" title="Identity of participant. May be a logical or physical uri and maybe absolute or relative"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</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">Identity of participant (urn or url)</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;<a class="dict" href="provenance-definitions.htm#Provenance.party.description" title="Human readable description of the participant"><b>description</b></a>&gt;<span style="color: Gray">&lt;!--</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 description of participant</span><span style="color: Gray"> --&gt;</span>&lt;/description&gt;
 &lt;/party&gt;
 &lt;<a class="dict" href="provenance-definitions.htm#Provenance.signature" title="A digital signature on the target resource. The signature should reference a participant by xml:id"><b>signature</b></a>&gt;<span style="color: Gray">&lt;!--</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">Digital Signature of resource</span><span style="color: Gray"> --&gt;</span>&lt;/signature&gt;
 &lt;<a class="dict" href="provenance-definitions.htm#Provenance.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="provenance-definitions.htm#Provenance.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Provenance&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;device&quot; as a profile (to help derivation)</title>
    <link href="http://hl7.org/implement/standards/fhir/device.profile.xml" rel="self"/>
    <id>http://hl7.org/fhir/profile/device</id>
    <updated>2012-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>device</name>
        <author>
          <name>todo (committee)</name>
        </author>
        <description>Basic Profile. This resource identifies a manufactured entity that is used in the provision of healthcare. The device may be a machine, an insert, a computer, an application, etc</description>
        <status>
          <code>testing</code>
          <date>2012-12-04</date>
        </status>
        <resource>
          <type>Resource</type>
          <element>
            <path>Device</path>
            <definition>
              <short>Identifies a manufactured Device involved in healthcare</short>
              <formal>This resource identifies a manufactured entity that is used in the provision of healthcare. The device may be a machine, an insert, a computer, an application, etc</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Device.type</path>
            <definition>
              <short>What kind of device this is</short>
              <formal>Describes what kind of device that this </formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>DeviceKind</binding>
            </definition>
          </element>
          <element>
            <path>Device.manufacturer</path>
            <definition>
              <short>Name of device manufacturer</short>
              <formal>The name of the manufacturer</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Device.model</path>
            <definition>
              <short>model id assigned by the manufacturer</short>
              <formal>The &quot;model&quot; - an identifier assigned by the manufacturer to identify the product by it's type. This number is shared by the all devices sold as the same type</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Device.version</path>
            <definition>
              <short>version number (i.e. software)</short>
              <formal>The version of the device, if the device has multiple releases under the same model, or if the device is software or carries firmware</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Device.serialNumber</path>
            <definition>
              <short>Serial number assigned by the manufacturer</short>
              <formal>The serial number assigned by the organisation when the device was manufactured</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Device.owner</path>
            <definition>
              <short>organization responsible for device</short>
              <formal>The organization that is responsible for the provision and ongoing maintenance of the device</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Resource(Organization)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Device.assignedId</path>
            <definition>
              <short>identifier assigned by the owner</short>
              <formal>The identifier assigned to the device by the organisation that owns/manages the device</formal>
              <comments>Often fixed to the device as a barcode. May include names given to the device in local usage</comments>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Identifier</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Device.location</path>
            <definition>
              <short>Where the resource is found</short>
              <formal>The resource may be found in a literal location (i.e. GPS coordinates), a logical place (i.e. &quot;in/with the patient&quot;), or a coded location</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Resource(Location)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Device.contact</path>
            <definition>
              <short>details for human/organization for support</short>
              <formal>Contact details for an organization or a particular human that is responsible for the device</formal>
              <comments>used for troubleshooting etc</comments>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Contact</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Device.address</path>
            <definition>
              <short>network address to contact device</short>
              <formal>A network address on which the device may be contacted directly</formal>
              <comments>if the device is running a FHIR server, the network address should  be the root URL from which a conformance statement may be retrieved</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Contact</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Device.extension</path>
            <definition>
              <short>See Extensions</short>
              <formal>See Extensions</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Extension</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Device.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="device-definitions.htm#Device" title="This resource identifies a manufactured entity that is used in the provision of healthcare. The device may be a machine, an insert, a computer, an application, etc"><b>Device</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.type" title="Describes what kind of device that this  (this element must be supported or understood)"><span style="text-decoration: underline"><b>type</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">What kind of device this is</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.manufacturer" title="The name of the manufacturer"><b>manufacturer</b></a>&gt;<span style="color: Gray">&lt;!--</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 device manufacturer</span><span style="color: Gray"> --&gt;</span>&lt;/manufacturer&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.model" title="The "model" - an identifier assigned by the manufacturer to identify the product by it's type. This number is shared by the all devices sold as the same type"><b>model</b></a>&gt;<span style="color: Gray">&lt;!--</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">model id assigned by the manufacturer</span><span style="color: Gray"> --&gt;</span>&lt;/model&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.version" title="The version of the device, if the device has multiple releases under the same model, or if the device is software or carries firmware"><b>version</b></a>&gt;<span style="color: Gray">&lt;!--</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 (i.e. software)</span><span style="color: Gray"> --&gt;</span>&lt;/version&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.serialNumber" title="The serial number assigned by the organisation when the device was manufactured"><b>serialNumber</b></a>&gt;<span style="color: Gray">&lt;!--</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">Serial number assigned by the manufacturer</span><span style="color: Gray"> --&gt;</span>&lt;/serialNumber&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.owner" title="The organization that is responsible for the provision and ongoing maintenance of the device"><b>owner</b></a>&gt;<span style="color: Gray">&lt;!--</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">organization responsible for device</span><span style="color: Gray"> --&gt;</span>&lt;/owner&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.assignedId" title="The identifier assigned to the device by the organisation that owns/manages the device"><b>assignedId</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">identifier assigned by the owner</span><span style="color: Gray"> --&gt;</span>&lt;/assignedId&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.location" title="The resource may be found in a literal location (i.e. GPS coordinates), a logical place (i.e. "in/with the patient"), or a coded location"><b>location</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Location</a>)</span> <span style="color: navy">Where the resource is found</span><span style="color: Gray"> --&gt;</span>&lt;/location&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.contact" title="Contact details for an organization or a particular human that is responsible for the device"><b>contact</b></a>&gt;<span style="color: Gray">&lt;!--</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">details for human/organization for support</span><span style="color: Gray"> --&gt;</span>&lt;/contact&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.address" title="A network address on which the device may be contacted directly"><b>address</b></a>&gt;<span style="color: Gray">&lt;!--</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">network address to contact device</span><span style="color: Gray"> --&gt;</span>&lt;/address&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Device&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="device-definitions.htm#Device" title="This resource identifies a manufactured entity that is used in the provision of healthcare. The device may be a machine, an insert, a computer, an application, etc"><b>Device</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.type" title="Describes what kind of device that this  (this element must be supported or understood)"><span style="text-decoration: underline"><b>type</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">What kind of device this is</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.manufacturer" title="The name of the manufacturer"><b>manufacturer</b></a>&gt;<span style="color: Gray">&lt;!--</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 device manufacturer</span><span style="color: Gray"> --&gt;</span>&lt;/manufacturer&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.model" title="The "model" - an identifier assigned by the manufacturer to identify the product by it's type. This number is shared by the all devices sold as the same type"><b>model</b></a>&gt;<span style="color: Gray">&lt;!--</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">model id assigned by the manufacturer</span><span style="color: Gray"> --&gt;</span>&lt;/model&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.version" title="The version of the device, if the device has multiple releases under the same model, or if the device is software or carries firmware"><b>version</b></a>&gt;<span style="color: Gray">&lt;!--</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 (i.e. software)</span><span style="color: Gray"> --&gt;</span>&lt;/version&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.serialNumber" title="The serial number assigned by the organisation when the device was manufactured"><b>serialNumber</b></a>&gt;<span style="color: Gray">&lt;!--</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">Serial number assigned by the manufacturer</span><span style="color: Gray"> --&gt;</span>&lt;/serialNumber&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.owner" title="The organization that is responsible for the provision and ongoing maintenance of the device"><b>owner</b></a>&gt;<span style="color: Gray">&lt;!--</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">organization responsible for device</span><span style="color: Gray"> --&gt;</span>&lt;/owner&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.assignedId" title="The identifier assigned to the device by the organisation that owns/manages the device"><b>assignedId</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">identifier assigned by the owner</span><span style="color: Gray"> --&gt;</span>&lt;/assignedId&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.location" title="The resource may be found in a literal location (i.e. GPS coordinates), a logical place (i.e. "in/with the patient"), or a coded location"><b>location</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Location</a>)</span> <span style="color: navy">Where the resource is found</span><span style="color: Gray"> --&gt;</span>&lt;/location&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.contact" title="Contact details for an organization or a particular human that is responsible for the device"><b>contact</b></a>&gt;<span style="color: Gray">&lt;!--</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">details for human/organization for support</span><span style="color: Gray"> --&gt;</span>&lt;/contact&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.address" title="A network address on which the device may be contacted directly"><b>address</b></a>&gt;<span style="color: Gray">&lt;!--</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">network address to contact device</span><span style="color: Gray"> --&gt;</span>&lt;/address&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="device-definitions.htm#Device.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Device&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;animal&quot; 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-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>animal</name>
        <author>
          <name>todo (committee)</name>
        </author>
        <description>Basic Profile. An animal (non-human) that has relevance to the care process</description>
        <status>
          <code>testing</code>
          <date>2012-12-04</date>
        </status>
        <resource>
          <type>Resource</type>
          <element>
            <path>Animal</path>
            <definition>
              <short>Animal involved in healthcare</short>
              <formal>An animal (non-human) that has relevance to the care process</formal>
              <comments>Animals differ from Persons 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>
              <mustUnderstand>false</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>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Animal.name</path>
            <definition>
              <short>A name associated with the animal</short>
              <formal>A label assigned by humans to this specific individual animal</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>HumanName</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Animal.dob</path>
            <definition>
              <short>The birth date for the animal</short>
              <formal>The year, date or date-time on which the animal was born</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>dateTime</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Animal.species</path>
            <definition>
              <short>E.g. Dog, Cow</short>
              <formal>Identifies the high level categorization of the kind of animal</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>AnimalSpecies</binding>
            </definition>
          </element>
          <element>
            <path>Animal.breed</path>
            <definition>
              <short>E.g. Poodle, Angus</short>
              <formal>Identifies the detailed categorization of the kind of animal.</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>AnimalBreed</binding>
            </definition>
          </element>
          <element>
            <path>Animal.gender</path>
            <definition>
              <short>E.g. Male, Female</short>
              <formal>Gender for the Animal</formal>
              <comments>Note that some animals have additional genders not encountered in humans</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>AnimalGender</binding>
            </definition>
          </element>
          <element>
            <path>Animal.genderStatus</path>
            <definition>
              <short>E.g. Neutered, Intact</short>
              <formal>Indicates the current state of the animal's reproductive organs</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>AnimalGenderStatus</binding>
            </definition>
          </element>
          <element>
            <path>Animal.relatedEntity</path>
            <definition>
              <short>Kin, owner, care giver, etc.</short>
              <formal>People and animals that hold a relevant relationship to the animal</formal>
              <min>0</min>
              <max>*</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Animal.relatedEntity.identifier</path>
            <definition>
              <short>Identifier for the entity</short>
              <formal>Human-displayable identifier associated with the referenced entity</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>HumanId</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Animal.relatedEntity.role</path>
            <definition>
              <short>Type of relationship</short>
              <formal>Identifies how the referenced entity is related to the animal</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Animal.relatedEntity.address</path>
            <definition>
              <short>Physical or postal address</short>
              <formal>Indicates where the related entity can be found or reached</formal>
              <comments>Usually for human related entities, but could be the address of a related animal</comments>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Address</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Animal.relatedEntity.contact</path>
            <definition>
              <short>Phone, e-mail, etc.</short>
              <formal>Indicates how the related entity can be contacted</formal>
              <comments>Usually for human related entities</comments>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Contact</code>
              </type>
              <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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Animal.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal> </formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="animal-definitions.htm#Animal" title="An animal (non-human) that has relevance to the care process"><b>Animal</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identifier&gt;
 &lt;<a class="dict" href="animal-definitions.htm#Animal.name" title="A label assigned by humans to this specific individual animal (this element must be supported or understood)"><span style="text-decoration: underline"><b>name</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Name use cannot be "maiden""><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"> --&gt;</span>&lt;/name&gt;
 &lt;<a class="dict" href="animal-definitions.htm#Animal.dob" title="The year, date or date-time on which the animal was born (this element must be supported or understood)"><span style="text-decoration: underline"><b>dob</b></span></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/dob&gt;
 &lt;<a class="dict" href="animal-definitions.htm#Animal.species" title="Identifies the high level categorization of the kind of animal (this element must be supported or understood)"><span style="text-decoration: underline"><b>species</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">E.g. Dog, Cow</span><span style="color: Gray"> --&gt;</span>&lt;/species&gt;
 &lt;<a class="dict" href="animal-definitions.htm#Animal.breed" title="Identifies the detailed categorization of the kind of animal. (this element must be supported or understood)"><span style="text-decoration: underline"><b>breed</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">E.g. Poodle, Angus</span><span style="color: Gray"> --&gt;</span>&lt;/breed&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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">E.g. Male, Female</span><span style="color: Gray"> --&gt;</span>&lt;/gender&gt;
 &lt;<a class="dict" href="animal-definitions.htm#Animal.genderStatus" title="Indicates the current state of the animal's reproductive organs"><b>genderStatus</b></a>&gt;<span style="color: Gray">&lt;!--</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">E.g. Neutered, Intact</span><span style="color: Gray"> --&gt;</span>&lt;/genderStatus&gt;
 &lt;<a class="dict" href="animal-definitions.htm#Animal.relatedEntity" title="People and animals that hold a relevant relationship to the animal"><b>relatedEntity</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Kin, owner, care giver, etc. --&gt;</span>
  &lt;<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.identifier" title="Human-displayable identifier associated with the referenced entity"><b>identifier</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identifier&gt;
  &lt;<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.role" title="Identifies how the referenced entity is related to the animal"><b>role</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/role&gt;
  &lt;<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.name" title="Name of the related entity"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.address" title="Indicates where the related entity can be found or reached"><b>address</b></a>&gt;<span style="color: Gray">&lt;!--</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">Physical or postal address</span><span style="color: Gray"> --&gt;</span>&lt;/address&gt;
  &lt;<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.contact" title="Indicates how the related entity can be contacted"><b>contact</b></a>&gt;<span style="color: Gray">&lt;!--</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">Phone, e-mail, etc.</span><span style="color: Gray"> --&gt;</span>&lt;/contact&gt;
 &lt;/relatedEntity&gt;
 &lt;<a class="dict" href="animal-definitions.htm#Animal.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="animal-definitions.htm#Animal.text" title=" "><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Animal&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="animal-definitions.htm#Animal" title="An animal (non-human) that has relevance to the care process"><b>Animal</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identifier&gt;
 &lt;<a class="dict" href="animal-definitions.htm#Animal.name" title="A label assigned by humans to this specific individual animal (this element must be supported or understood)"><span style="text-decoration: underline"><b>name</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Name use cannot be "maiden""><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"> --&gt;</span>&lt;/name&gt;
 &lt;<a class="dict" href="animal-definitions.htm#Animal.dob" title="The year, date or date-time on which the animal was born (this element must be supported or understood)"><span style="text-decoration: underline"><b>dob</b></span></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/dob&gt;
 &lt;<a class="dict" href="animal-definitions.htm#Animal.species" title="Identifies the high level categorization of the kind of animal (this element must be supported or understood)"><span style="text-decoration: underline"><b>species</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">E.g. Dog, Cow</span><span style="color: Gray"> --&gt;</span>&lt;/species&gt;
 &lt;<a class="dict" href="animal-definitions.htm#Animal.breed" title="Identifies the detailed categorization of the kind of animal. (this element must be supported or understood)"><span style="text-decoration: underline"><b>breed</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">E.g. Poodle, Angus</span><span style="color: Gray"> --&gt;</span>&lt;/breed&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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">E.g. Male, Female</span><span style="color: Gray"> --&gt;</span>&lt;/gender&gt;
 &lt;<a class="dict" href="animal-definitions.htm#Animal.genderStatus" title="Indicates the current state of the animal's reproductive organs"><b>genderStatus</b></a>&gt;<span style="color: Gray">&lt;!--</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">E.g. Neutered, Intact</span><span style="color: Gray"> --&gt;</span>&lt;/genderStatus&gt;
 &lt;<a class="dict" href="animal-definitions.htm#Animal.relatedEntity" title="People and animals that hold a relevant relationship to the animal"><b>relatedEntity</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Kin, owner, care giver, etc. --&gt;</span>
  &lt;<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.identifier" title="Human-displayable identifier associated with the referenced entity"><b>identifier</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identifier&gt;
  &lt;<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.role" title="Identifies how the referenced entity is related to the animal"><b>role</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/role&gt;
  &lt;<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.name" title="Name of the related entity"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.address" title="Indicates where the related entity can be found or reached"><b>address</b></a>&gt;<span style="color: Gray">&lt;!--</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">Physical or postal address</span><span style="color: Gray"> --&gt;</span>&lt;/address&gt;
  &lt;<a class="dict" href="animal-definitions.htm#Animal.relatedEntity.contact" title="Indicates how the related entity can be contacted"><b>contact</b></a>&gt;<span style="color: Gray">&lt;!--</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">Phone, e-mail, etc.</span><span style="color: Gray"> --&gt;</span>&lt;/contact&gt;
 &lt;/relatedEntity&gt;
 &lt;<a class="dict" href="animal-definitions.htm#Animal.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="animal-definitions.htm#Animal.text" title=" "><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Animal&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;organization&quot; 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-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <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-12-04</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>
              <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>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Organization.name</path>
            <definition>
              <short>Name used for the organization</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>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>true</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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Organization.telecom</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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Organization.type</path>
            <definition>
              <short>Kind of organization</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>
              <mustUnderstand>false</mustUnderstand>
              <binding>OrganizationType</binding>
            </definition>
          </element>
          <element>
            <path>Organization.status</path>
            <definition>
              <short>The status of this organization's record</short>
              <formal>Indication of whether this organization's record is still active.</formal>
              <comments>Default is &quot;active&quot;.</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>RecordStatus</binding>
            </definition>
          </element>
          <element>
            <path>Organization.accreditation</path>
            <definition>
              <short>Formal certifications that convey authority</short>
              <formal>The qualifications/certifications an organization has, including format educational achievements, accreditations, and current certifications. All these qualifications may be used to determine what roles the organization may play in a healthcare environment</formal>
              <min>0</min>
              <max>*</max>
              <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>
              <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>
              <mustUnderstand>false</mustUnderstand>
              <binding>OrganizationAccreditation</binding>
            </definition>
          </element>
          <element>
            <path>Organization.accreditation.institution</path>
            <definition>
              <short>Who conferred accreditation</short>
              <formal>The organization that conferred/confers the accreditation</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Resource(Organization)</code>
              </type>
              <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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Organization.relatedOrganization</path>
            <definition>
              <short>Sub-, super-, and partner organizations</short>
              <formal>Other organizations that are related to this organization. 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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Organization.relatedOrganization.organization</path>
            <definition>
              <short>The related organization</short>
              <formal>The organization that is related to this organization</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource(Organization)</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Organization.relatedOrganization.type</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>
              <mustUnderstand>false</mustUnderstand>
              <binding>OrganizationRelationship</binding>
            </definition>
          </element>
          <element>
            <path>Organization.contactPerson</path>
            <definition>
              <short>Contact person for the organization</short>
              <formal>Contact details for a person acting as a contact for the organization</formal>
              <min>0</min>
              <max>*</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Organization.contactPerson.type</path>
            <definition>
              <short>The type of contact person</short>
              <formal>Indicates a purpose for which the person can be contacted.</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>ContactPersonType</binding>
            </definition>
          </element>
          <element>
            <path>Organization.contactPerson.address</path>
            <definition>
              <short>Contact person's address</short>
              <formal>Address to use when contacting the contact person for this organization</formal>
              <comments>The use code home is not to be used. </comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Address</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Organization.contactPerson.telecom</path>
            <definition>
              <short>Contact person's telecom details</short>
              <formal>Telecom details for the contact person at this organization</formal>
              <comments>The use code home is not to be used.</comments>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Contact</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Organization.contactPerson.name</path>
            <definition>
              <short>Name of the contact person</short>
              <formal>Name of the contact person</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>HumanName</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Organization.contactPerson.person</path>
            <definition>
              <short>The person that is the contact person</short>
              <formal>Link to the actual person that is a contact person for the organization</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Resource(Person)</code>
              </type>
              <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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Organization.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<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=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identifier&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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">Name used for the organization</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
 &lt;<a class="dict" href="organization-definitions.htm#Organization.address" title="An address for the organization"><b>address</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/address&gt;
 &lt;<a class="dict" href="organization-definitions.htm#Organization.telecom" title="A contact detail for the organization"><b>telecom</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/telecom&gt;
 &lt;<a class="dict" href="organization-definitions.htm#Organization.type" title="The kind of organization that this is"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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 organization</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
 &lt;<a class="dict" href="organization-definitions.htm#Organization.status" title="Indication of whether this organization's record is still active. (this element must be supported or understood)"><span style="text-decoration: underline"><b>status</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">The status of this organization's record</span><span style="color: Gray"> --&gt;</span>&lt;/status&gt;
 &lt;<a class="dict" href="organization-definitions.htm#Organization.accreditation" title="The qualifications/certifications an organization has, including format educational achievements, accreditations, and current certifications. All these qualifications may be used to determine what roles the organization may play in a healthcare environment"><b>accreditation</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Formal certifications that convey authority --&gt;</span>
  &lt;<a class="dict" href="organization-definitions.htm#Organization.accreditation.identifier" title="The identifier of the accreditation"><b>identifier</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identifier&gt;
  &lt;<a class="dict" href="organization-definitions.htm#Organization.accreditation.code" title="The type of the accreditation"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/code&gt;
  &lt;<a class="dict" href="organization-definitions.htm#Organization.accreditation.institution" title="The organization that conferred/confers the accreditation"><b>institution</b></a>&gt;<span style="color: Gray">&lt;!--</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 accreditation</span><span style="color: Gray"> --&gt;</span>&lt;/institution&gt;
  &lt;<a class="dict" href="organization-definitions.htm#Organization.accreditation.period" title="The period for which the accreditation is held"><b>period</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/period&gt;
 &lt;/accreditation&gt;
 &lt;<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization" title="Other organizations that are related to this organization. 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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Sub-, super-, and partner organizations --&gt;</span>
  &lt;<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization.organization" title="The organization that is related to this organization (this element must be supported or understood)"><span style="text-decoration: underline"><b>organization</b></span></a>&gt;<span style="color: Gray">&lt;!--</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 related organization</span><span style="color: Gray"> --&gt;</span>&lt;/organization&gt;
  &lt;<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization.type" title="Code that specifies how this organization is related to the subject. A code is required."><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/type&gt;
 &lt;/relatedOrganization&gt;
 &lt;<a class="dict" href="organization-definitions.htm#Organization.contactPerson" title="Contact details for a person acting as a contact for the organization"><b>contactPerson</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Contact person for the organization --&gt;</span>
  &lt;<a class="dict" href="organization-definitions.htm#Organization.contactPerson.type" title="Indicates a purpose for which the person can be contacted."><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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 type of contact person</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
  &lt;<a class="dict" href="organization-definitions.htm#Organization.contactPerson.address" title="Address to use when contacting the contact person for this organization"><b>address</b></a>&gt;<span style="color: Gray">&lt;!--</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">Contact person's address</span><span style="color: Gray"> --&gt;</span>&lt;/address&gt;
  &lt;<a class="dict" href="organization-definitions.htm#Organization.contactPerson.telecom" title="Telecom details for the contact person at this organization"><b>telecom</b></a>&gt;<span style="color: Gray">&lt;!--</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 person's telecom details</span><span style="color: Gray"> --&gt;</span>&lt;/telecom&gt;
  &lt;<a class="dict" href="organization-definitions.htm#Organization.contactPerson.name" title="Name of the contact person"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Either supply a name for a contactperson or a reference to a Person resource"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanName">HumanName</a></span> <span style="color: navy">Name of the contact person</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="organization-definitions.htm#Organization.contactPerson.person" title="Link to the actual person that is a contact person for the organization"><b>person</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Either supply a name for a contactperson or a reference to a Person resource"><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">The person that is the contact person</span><span style="color: Gray"> --&gt;</span>&lt;/person&gt;
 &lt;/contactPerson&gt;
 &lt;<a class="dict" href="organization-definitions.htm#Organization.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="organization-definitions.htm#Organization.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Organization&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<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=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identifier&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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">Name used for the organization</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
 &lt;<a class="dict" href="organization-definitions.htm#Organization.address" title="An address for the organization"><b>address</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/address&gt;
 &lt;<a class="dict" href="organization-definitions.htm#Organization.telecom" title="A contact detail for the organization"><b>telecom</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/telecom&gt;
 &lt;<a class="dict" href="organization-definitions.htm#Organization.type" title="The kind of organization that this is"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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 organization</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
 &lt;<a class="dict" href="organization-definitions.htm#Organization.status" title="Indication of whether this organization's record is still active. (this element must be supported or understood)"><span style="text-decoration: underline"><b>status</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">The status of this organization's record</span><span style="color: Gray"> --&gt;</span>&lt;/status&gt;
 &lt;<a class="dict" href="organization-definitions.htm#Organization.accreditation" title="The qualifications/certifications an organization has, including format educational achievements, accreditations, and current certifications. All these qualifications may be used to determine what roles the organization may play in a healthcare environment"><b>accreditation</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Formal certifications that convey authority --&gt;</span>
  &lt;<a class="dict" href="organization-definitions.htm#Organization.accreditation.identifier" title="The identifier of the accreditation"><b>identifier</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identifier&gt;
  &lt;<a class="dict" href="organization-definitions.htm#Organization.accreditation.code" title="The type of the accreditation"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/code&gt;
  &lt;<a class="dict" href="organization-definitions.htm#Organization.accreditation.institution" title="The organization that conferred/confers the accreditation"><b>institution</b></a>&gt;<span style="color: Gray">&lt;!--</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 accreditation</span><span style="color: Gray"> --&gt;</span>&lt;/institution&gt;
  &lt;<a class="dict" href="organization-definitions.htm#Organization.accreditation.period" title="The period for which the accreditation is held"><b>period</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/period&gt;
 &lt;/accreditation&gt;
 &lt;<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization" title="Other organizations that are related to this organization. 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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Sub-, super-, and partner organizations --&gt;</span>
  &lt;<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization.organization" title="The organization that is related to this organization (this element must be supported or understood)"><span style="text-decoration: underline"><b>organization</b></span></a>&gt;<span style="color: Gray">&lt;!--</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 related organization</span><span style="color: Gray"> --&gt;</span>&lt;/organization&gt;
  &lt;<a class="dict" href="organization-definitions.htm#Organization.relatedOrganization.type" title="Code that specifies how this organization is related to the subject. A code is required."><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/type&gt;
 &lt;/relatedOrganization&gt;
 &lt;<a class="dict" href="organization-definitions.htm#Organization.contactPerson" title="Contact details for a person acting as a contact for the organization"><b>contactPerson</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Contact person for the organization --&gt;</span>
  &lt;<a class="dict" href="organization-definitions.htm#Organization.contactPerson.type" title="Indicates a purpose for which the person can be contacted."><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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 type of contact person</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
  &lt;<a class="dict" href="organization-definitions.htm#Organization.contactPerson.address" title="Address to use when contacting the contact person for this organization"><b>address</b></a>&gt;<span style="color: Gray">&lt;!--</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">Contact person's address</span><span style="color: Gray"> --&gt;</span>&lt;/address&gt;
  &lt;<a class="dict" href="organization-definitions.htm#Organization.contactPerson.telecom" title="Telecom details for the contact person at this organization"><b>telecom</b></a>&gt;<span style="color: Gray">&lt;!--</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 person's telecom details</span><span style="color: Gray"> --&gt;</span>&lt;/telecom&gt;
  &lt;<a class="dict" href="organization-definitions.htm#Organization.contactPerson.name" title="Name of the contact person"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Either supply a name for a contactperson or a reference to a Person resource"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanName">HumanName</a></span> <span style="color: navy">Name of the contact person</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="organization-definitions.htm#Organization.contactPerson.person" title="Link to the actual person that is a contact person for the organization"><b>person</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Either supply a name for a contactperson or a reference to a Person resource"><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">The person that is the contact person</span><span style="color: Gray"> --&gt;</span>&lt;/person&gt;
 &lt;/contactPerson&gt;
 &lt;<a class="dict" href="organization-definitions.htm#Organization.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="organization-definitions.htm#Organization.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Organization&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;prescription&quot; 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-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <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-12-04</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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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 &quot;1&quot;</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>integer</code>
              </type>
              <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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Prescription.dispense.dispenser</path>
            <definition>
              <short>Person to fulfill the requested dispense</short>
              <formal>Person to fulfill the requested dispense</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Resource(Agent|Organization)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Prescription.medicine</path>
            <definition>
              <short>Prescribed medicine</short>
              <formal>The one single medicine, vaccine or other product prescribed in this prescription.</formal>
              <min>1</min>
              <max>1</max>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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, dose amounts and additional usage instructions.</formal>
              <min>1</min>
              <max>1</max>
              <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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Prescription.administrationRequest.totalPeriodicDose</path>
            <definition>
              <short>Total periodic dose</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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Prescription.administrationRequest.start</path>
            <definition>
              <short>Start date for administration</short>
              <formal>First moment on which medication should be taken</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>dateTime</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Prescription.administrationRequest.end</path>
            <definition>
              <short>End date for administration</short>
              <formal>Last moment on which medication should be taken</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>dateTime</code>
              </type>
              <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>
              <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>
              <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 &gt;1 dosage instruction to support administration of varying doses, resulting in 1 instruction per fixed dose.</comments>
              <min>1</min>
              <max>*</max>
              <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>
              <mustUnderstand>false</mustUnderstand>
              <binding>AdministrationPrecondition</binding>
            </definition>
          </element>
          <element>
            <path>Prescription.administrationRequest.dosageInstruction.prn</path>
            <definition>
              <short>As required : Yes|No</short>
              <formal>As required (from Latin Pro Re Nate): Specifies whether administration is given to a fixed schedule (No) or only when the the state and symptoms of the patient at the time require it (Yes).</formal>
              <comments>Default is &quot;false&quot;</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>boolean</code>
              </type>
              <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>
              <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>
              <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, &quot;2-3 tablets per 4 hours&quot;</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Quantity</code>
              </type>
              <type>
                <code>Range</code>
              </type>
              <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>
              <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 parallel</formal>
              <comments>Will submit proposal to change Schedule type.</comments>
              <min>1</min>
              <max>*</max>
              <type>
                <code>Schedule</code>
              </type>
              <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>
              <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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Prescription.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<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=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identifier&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/status&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/patient&gt;
 &lt;<a class="dict" href="prescription-definitions.htm#Prescription.prescriber" title="The clinician or doctor prescribing the medication"><b>prescriber</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/prescriber&gt;
 &lt;<a class="dict" href="prescription-definitions.htm#Prescription.prescribed" title="Date/time on which the prescription was written"><b>prescribed</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/prescribed&gt;
 &lt;<a class="dict" href="prescription-definitions.htm#Prescription.dispense" title="Details of the dispense as requested by the prescriber"><b>dispense</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> Details of included dispense request --&gt;</span>
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.dispense.repeats" title="Requested number of repeats"><b>repeats</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/repeats&gt;
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.dispense.quantity" title="Requested quantity per repeat"><b>quantity</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/quantity&gt;
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.dispense.dispenser" title="Person to fulfill the requested dispense"><b>dispenser</b></a>&gt;<span style="color: Gray">&lt;!--</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 fulfill the requested dispense</span><span style="color: Gray"> --&gt;</span>&lt;/dispenser&gt;
 &lt;/dispense&gt;
 &lt;<a class="dict" href="prescription-definitions.htm#Prescription.medicine" title="The one single medicine, vaccine or other product prescribed in this prescription."><b>medicine</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> Prescribed medicine --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identification&gt;
  &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Active substance --&gt;</span>
   &lt;<a class="dict" href="prescription-definitions.htm#Prescription.medicine.activeIngredient.identification" title="Coded representation of active ingredient"><b>identification</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identification&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/quantity[x]&gt;
  &lt;/activeIngredient&gt;
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.medicine.inactiveIngredient" title="Ingredients in the medication that are not active"><b>inactiveIngredient</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Inactive substance --&gt;</span>
   &lt;<a class="dict" href="prescription-definitions.htm#Prescription.medicine.inactiveIngredient.identification" title="Coded representation of the inactive ingredient"><b>identification</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identification&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/quantity[x]&gt;
  &lt;/inactiveIngredient&gt;
 &lt;/medicine&gt;
 &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest" title="Instructions for the use of the medication. Includes details about the timing schedule, dose amounts and additional usage instructions."><b>administrationRequest</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> Instructions for use --&gt;</span>
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.description" title="Textual description of the use of the medication."><b>description</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/description&gt;
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.totalPeriodicDose" title="Total dose per day/week or other period when more specific information is missing or cannot be expressed using the timing specifications."><b>totalPeriodicDose</b></a>&gt;<span style="color: Gray">&lt;!--</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 dose</span><span style="color: Gray"> --&gt;</span>&lt;/totalPeriodicDose&gt;
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.start" title="First moment on which medication should be taken"><b>start</b></a>&gt;<span style="color: Gray">&lt;!--</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">Start date for administration</span><span style="color: Gray"> --&gt;</span>&lt;/start&gt;
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.end" title="Last moment on which medication should be taken"><b>end</b></a>&gt;<span style="color: Gray">&lt;!--</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">End date for administration</span><span style="color: Gray"> --&gt;</span>&lt;/end&gt;
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.duration" title="Total duration of administration"><b>duration</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/duration&gt;
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.numberOfAdministrations" title="Maximum number of separate administrations before the instruction ends."><b>numberOfAdministrations</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/numberOfAdministrations&gt;
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction" title="Specification of dose and schedule for administration"><b>dosageInstruction</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..*</b></span> Dosage instruction --&gt;</span>
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/precondition&gt;
   &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.prn" title="As required (from Latin Pro Re Nate): Specifies whether administration is given to a fixed schedule (No) or only when the the state and symptoms of the patient at the time require it (Yes)."><b>prn</b></a>&gt;<span style="color: Gray">&lt;!--</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">As required : Yes|No</span><span style="color: Gray"> --&gt;</span>&lt;/prn&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/additionalInstruction&gt;
   &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.route" title="Route of administration (oral, nasal, intravenous)"><b>route</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/route&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/dose[x]&gt;
   &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.rate" title="Flow-rate for IV"><b>rate</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/rate&gt;
   &lt;<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 parallel"><b>schedule</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Schedule">Schedule</a></span> <span style="color: navy">Schedule for administration</span><span style="color: Gray"> --&gt;</span>&lt;/schedule&gt;
  &lt;/dosageInstruction&gt;
 &lt;/administrationRequest&gt;
 &lt;<a class="dict" href="prescription-definitions.htm#Prescription.reason" title="Diagnosis which is the reason for prescribing this medicine"><b>reason</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/reason&gt;
 &lt;<a class="dict" href="prescription-definitions.htm#Prescription.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="prescription-definitions.htm#Prescription.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Prescription&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<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=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identifier&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/status&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/patient&gt;
 &lt;<a class="dict" href="prescription-definitions.htm#Prescription.prescriber" title="The clinician or doctor prescribing the medication"><b>prescriber</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/prescriber&gt;
 &lt;<a class="dict" href="prescription-definitions.htm#Prescription.prescribed" title="Date/time on which the prescription was written"><b>prescribed</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/prescribed&gt;
 &lt;<a class="dict" href="prescription-definitions.htm#Prescription.dispense" title="Details of the dispense as requested by the prescriber"><b>dispense</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> Details of included dispense request --&gt;</span>
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.dispense.repeats" title="Requested number of repeats"><b>repeats</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/repeats&gt;
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.dispense.quantity" title="Requested quantity per repeat"><b>quantity</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/quantity&gt;
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.dispense.dispenser" title="Person to fulfill the requested dispense"><b>dispenser</b></a>&gt;<span style="color: Gray">&lt;!--</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 fulfill the requested dispense</span><span style="color: Gray"> --&gt;</span>&lt;/dispenser&gt;
 &lt;/dispense&gt;
 &lt;<a class="dict" href="prescription-definitions.htm#Prescription.medicine" title="The one single medicine, vaccine or other product prescribed in this prescription."><b>medicine</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> Prescribed medicine --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identification&gt;
  &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Active substance --&gt;</span>
   &lt;<a class="dict" href="prescription-definitions.htm#Prescription.medicine.activeIngredient.identification" title="Coded representation of active ingredient"><b>identification</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identification&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/quantity[x]&gt;
  &lt;/activeIngredient&gt;
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.medicine.inactiveIngredient" title="Ingredients in the medication that are not active"><b>inactiveIngredient</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Inactive substance --&gt;</span>
   &lt;<a class="dict" href="prescription-definitions.htm#Prescription.medicine.inactiveIngredient.identification" title="Coded representation of the inactive ingredient"><b>identification</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identification&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/quantity[x]&gt;
  &lt;/inactiveIngredient&gt;
 &lt;/medicine&gt;
 &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest" title="Instructions for the use of the medication. Includes details about the timing schedule, dose amounts and additional usage instructions."><b>administrationRequest</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> Instructions for use --&gt;</span>
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.description" title="Textual description of the use of the medication."><b>description</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/description&gt;
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.totalPeriodicDose" title="Total dose per day/week or other period when more specific information is missing or cannot be expressed using the timing specifications."><b>totalPeriodicDose</b></a>&gt;<span style="color: Gray">&lt;!--</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 dose</span><span style="color: Gray"> --&gt;</span>&lt;/totalPeriodicDose&gt;
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.start" title="First moment on which medication should be taken"><b>start</b></a>&gt;<span style="color: Gray">&lt;!--</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">Start date for administration</span><span style="color: Gray"> --&gt;</span>&lt;/start&gt;
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.end" title="Last moment on which medication should be taken"><b>end</b></a>&gt;<span style="color: Gray">&lt;!--</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">End date for administration</span><span style="color: Gray"> --&gt;</span>&lt;/end&gt;
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.duration" title="Total duration of administration"><b>duration</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/duration&gt;
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.numberOfAdministrations" title="Maximum number of separate administrations before the instruction ends."><b>numberOfAdministrations</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/numberOfAdministrations&gt;
  &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction" title="Specification of dose and schedule for administration"><b>dosageInstruction</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..*</b></span> Dosage instruction --&gt;</span>
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/precondition&gt;
   &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.prn" title="As required (from Latin Pro Re Nate): Specifies whether administration is given to a fixed schedule (No) or only when the the state and symptoms of the patient at the time require it (Yes)."><b>prn</b></a>&gt;<span style="color: Gray">&lt;!--</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">As required : Yes|No</span><span style="color: Gray"> --&gt;</span>&lt;/prn&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/additionalInstruction&gt;
   &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.route" title="Route of administration (oral, nasal, intravenous)"><b>route</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/route&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/dose[x]&gt;
   &lt;<a class="dict" href="prescription-definitions.htm#Prescription.administrationRequest.dosageInstruction.rate" title="Flow-rate for IV"><b>rate</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/rate&gt;
   &lt;<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 parallel"><b>schedule</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Schedule">Schedule</a></span> <span style="color: navy">Schedule for administration</span><span style="color: Gray"> --&gt;</span>&lt;/schedule&gt;
  &lt;/dosageInstruction&gt;
 &lt;/administrationRequest&gt;
 &lt;<a class="dict" href="prescription-definitions.htm#Prescription.reason" title="Diagnosis which is the reason for prescribing this medicine"><b>reason</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/reason&gt;
 &lt;<a class="dict" href="prescription-definitions.htm#Prescription.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="prescription-definitions.htm#Prescription.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Prescription&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;group&quot; as a profile (to help derivation)</title>
    <link href="http://hl7.org/implement/standards/fhir/group.profile.xml" rel="self"/>
    <id>http://hl7.org/fhir/profile/group</id>
    <updated>2012-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>group</name>
        <author>
          <name>todo (committee)</name>
        </author>
        <description>Basic Profile. Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively and are not formally or legally recognized.  I.e. A collection of entities that isn't an Organization</description>
        <status>
          <code>testing</code>
          <date>2012-12-04</date>
        </status>
        <resource>
          <type>Resource</type>
          <element>
            <path>Group</path>
            <definition>
              <short>Group of multiple entities</short>
              <formal>Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively and are not formally or legally recognized.  I.e. A collection of entities that isn't an Organization</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Group.identifier</path>
            <definition>
              <short>Unique id</short>
              <formal>A unique business identifier for this group</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Identifier</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Group.type</path>
            <definition>
              <short>Group Classification</short>
              <formal>Identifies the broad classification of the kind of resources the group includes</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>GroupType</binding>
            </definition>
          </element>
          <element>
            <path>Group.actual</path>
            <definition>
              <short>Descriptive or actual</short>
              <formal>If true, indicates that the resource refers to a specific group of real individuals.  If false, the group defines a set of intended individuals</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>boolean</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Group.code</path>
            <definition>
              <short>Kind of Group members</short>
              <formal>Provides a specific type of resource the group includes.  E.g. &quot;cow&quot;, &quot;syringe&quot;, etc.</formal>
              <comments>This would generally be omitted for Person resources</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>GroupCode</binding>
            </definition>
          </element>
          <element>
            <path>Group.name</path>
            <definition>
              <short>Label for Group</short>
              <formal>A label assigned to the group for human identification and communication</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Group.quantity</path>
            <definition>
              <short>Number of members</short>
              <formal>A count of the number of resource instances that are part of the group</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>integer</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Group.characteristic</path>
            <definition>
              <short>Trait of group members</short>
              <formal>Identifies the traits shared by members of the group</formal>
              <min>0</min>
              <max>*</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Group.characteristic.type</path>
            <definition>
              <short>Kind of characteristic</short>
              <formal>Identifies the kind of trait being asserted</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>GroupCharacteristicType</binding>
            </definition>
          </element>
          <element>
            <path>Group.characteristic.value[x]</path>
            <definition>
              <short>Value held by characteristic</short>
              <formal>The value of the trait that holds (or does not hold - see 'exclude') for members of the group</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <type>
                <code>string</code>
              </type>
              <type>
                <code>boolean</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>GroupCharacteristicValue</binding>
            </definition>
          </element>
          <element>
            <path>Group.characteristic.exclude</path>
            <definition>
              <short>Group includes or excludes</short>
              <formal>If true, indicates the characteristic is one that is NOT held by members of the group</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>boolean</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Group.member</path>
            <definition>
              <short>Who is in group</short>
              <formal>Identifies the resource instances that are members of the group.</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Resource(Person|Animal|Device|Medication|Food)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Group.extension</path>
            <definition>
              <short>See Extensions</short>
              <formal>See Extensions</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Extension</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Group.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="group-definitions.htm#Group" title="Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively and are not formally or legally recognized.  I.e. A collection of entities that isn't an Organization"><b>Group</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.identifier" title="A unique business identifier for this group"><b>identifier</b></a>&gt;<span style="color: Gray">&lt;!--</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">Unique id</span><span style="color: Gray"> --&gt;</span>&lt;/identifier&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.type" title="Identifies the broad classification of the kind of resources the group includes (this element must be supported or understood)"><span style="text-decoration: underline"><b>type</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Can only have a code for non-Person groups"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Group Classification</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.actual" title="If true, indicates that the resource refers to a specific group of real individuals.  If false, the group defines a set of intended individuals (this element must be supported or understood)"><span style="text-decoration: underline"><b>actual</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Can only have members if group is "actual""><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">Descriptive or actual</span><span style="color: Gray"> --&gt;</span>&lt;/actual&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.code" title="Provides a specific type of resource the group includes.  E.g. "cow", "syringe", etc."><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Can only have a code for non-Person groups"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Kind of Group members</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.name" title="A label assigned to the group for human identification and communication"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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">Label for Group</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.quantity" title="A count of the number of resource instances that are part of the group"><b>quantity</b></a>&gt;<span style="color: Gray">&lt;!--</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 members</span><span style="color: Gray"> --&gt;</span>&lt;/quantity&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.characteristic" title="Identifies the traits shared by members of the group"><b>characteristic</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Trait of group members --&gt;</span>
  &lt;<a class="dict" href="group-definitions.htm#Group.characteristic.type" title="Identifies the kind of trait being asserted (this element must be supported or understood)"><span style="text-decoration: underline"><b>type</b></span></a>&gt;<span style="color: Gray">&lt;!--</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 characteristic</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
  &lt;<a class="dict" href="group-definitions.htm#Group.characteristic.value[x]" title="The value of the trait that holds (or does not hold - see 'exclude') for members of the group (this element must be supported or understood)"><span style="text-decoration: underline"><b>value[x]</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a>|<a href="datatypes.htm#string">string</a>|<a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">Value held by characteristic</span><span style="color: Gray"> --&gt;</span>&lt;/value[x]&gt;
  &lt;<a class="dict" href="group-definitions.htm#Group.characteristic.exclude" title="If true, indicates the characteristic is one that is NOT held by members of the group (this element must be supported or understood)"><span style="text-decoration: underline"><b>exclude</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">Group includes or excludes</span><span style="color: Gray"> --&gt;</span>&lt;/exclude&gt;
 &lt;/characteristic&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.member" title="Identifies the resource instances that are members of the group."><b>member</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Can only have members if group is "actual""><b>0..*</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>|<a href="Device.htm#Device">Device</a>|<a href="resources.htm">Medication</a>|<a href="resources.htm">Food</a>)</span> <span style="color: navy">Who is in group</span><span style="color: Gray"> --&gt;</span>&lt;/member&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Group&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="group-definitions.htm#Group" title="Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively and are not formally or legally recognized.  I.e. A collection of entities that isn't an Organization"><b>Group</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.identifier" title="A unique business identifier for this group"><b>identifier</b></a>&gt;<span style="color: Gray">&lt;!--</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">Unique id</span><span style="color: Gray"> --&gt;</span>&lt;/identifier&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.type" title="Identifies the broad classification of the kind of resources the group includes (this element must be supported or understood)"><span style="text-decoration: underline"><b>type</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Can only have a code for non-Person groups"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#code">code</a></span> <span style="color: navy">Group Classification</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.actual" title="If true, indicates that the resource refers to a specific group of real individuals.  If false, the group defines a set of intended individuals (this element must be supported or understood)"><span style="text-decoration: underline"><b>actual</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Can only have members if group is "actual""><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">Descriptive or actual</span><span style="color: Gray"> --&gt;</span>&lt;/actual&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.code" title="Provides a specific type of resource the group includes.  E.g. "cow", "syringe", etc."><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Can only have a code for non-Person groups"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Kind of Group members</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.name" title="A label assigned to the group for human identification and communication"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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">Label for Group</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.quantity" title="A count of the number of resource instances that are part of the group"><b>quantity</b></a>&gt;<span style="color: Gray">&lt;!--</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 members</span><span style="color: Gray"> --&gt;</span>&lt;/quantity&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.characteristic" title="Identifies the traits shared by members of the group"><b>characteristic</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Trait of group members --&gt;</span>
  &lt;<a class="dict" href="group-definitions.htm#Group.characteristic.type" title="Identifies the kind of trait being asserted (this element must be supported or understood)"><span style="text-decoration: underline"><b>type</b></span></a>&gt;<span style="color: Gray">&lt;!--</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 characteristic</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
  &lt;<a class="dict" href="group-definitions.htm#Group.characteristic.value[x]" title="The value of the trait that holds (or does not hold - see 'exclude') for members of the group (this element must be supported or understood)"><span style="text-decoration: underline"><b>value[x]</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a>|<a href="datatypes.htm#string">string</a>|<a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">Value held by characteristic</span><span style="color: Gray"> --&gt;</span>&lt;/value[x]&gt;
  &lt;<a class="dict" href="group-definitions.htm#Group.characteristic.exclude" title="If true, indicates the characteristic is one that is NOT held by members of the group (this element must be supported or understood)"><span style="text-decoration: underline"><b>exclude</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">Group includes or excludes</span><span style="color: Gray"> --&gt;</span>&lt;/exclude&gt;
 &lt;/characteristic&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.member" title="Identifies the resource instances that are members of the group."><b>member</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Can only have members if group is "actual""><b>0..*</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>|<a href="Device.htm#Device">Device</a>|<a href="resources.htm">Medication</a>|<a href="resources.htm">Food</a>)</span> <span style="color: navy">Who is in group</span><span style="color: Gray"> --&gt;</span>&lt;/member&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="group-definitions.htm#Group.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Group&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;valueset&quot; 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-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <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-12-04</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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>ValueSet.name</path>
            <definition>
              <short>Informal name for this value set</short>
              <formal>A free text natural language name describing the value set</formal>
              <comments>Not expected to be unique</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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 &quot;abstract&quot; 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>
              <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>
              <mustUnderstand>false</mustUnderstand>
              <binding>!</binding>
            </definition>
          </element>
          <element>
            <path>ValueSet.include.filter</path>
            <definition>
              <short>Select 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>
              <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>
              <mustUnderstand>false</mustUnderstand>
              <binding>!</binding>
            </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>
              <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>
              <mustUnderstand>false</mustUnderstand>
              <binding>!</binding>
            </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>
              <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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>ValueSet.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<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=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="valueset-definitions.htm#ValueSet.name" title="A free text natural language name describing the value set"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
 &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> (Organisation or individual) --&gt;</span>
  &lt;<a class="dict" href="valueset-definitions.htm#ValueSet.author.name" title="The name of the author"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="valueset-definitions.htm#ValueSet.author.reference" title="Some way of reaching or finding the author."><b>reference</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/reference&gt;
 &lt;/author&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/description&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/status&gt;
 &lt;<a class="dict" href="valueset-definitions.htm#ValueSet.date" title="The date that the value set status was last changed"><b>date</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/date&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identifier&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/version&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/restricts&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/import&gt;
 &lt;<a class="dict" href="valueset-definitions.htm#ValueSet.include" title="Include one or more codes from a code system"><b>include</b></a>&gt;  <span style="color: Gray">&lt;!-- <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 --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/system&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/version&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/mode&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/code&gt;
  &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <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> Select codes/concepts by their properties --&gt;</span>
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/property&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/op&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/value&gt;
  &lt;/filter&gt;
 &lt;/include&gt;
 &lt;<a class="dict" href="valueset-definitions.htm#ValueSet.exclude" title="Exclude one or more codes from the value set"><b>exclude</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/exclude&gt;
 &lt;<a class="dict" href="valueset-definitions.htm#ValueSet.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="valueset-definitions.htm#ValueSet.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/ValueSet&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<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=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="valueset-definitions.htm#ValueSet.name" title="A free text natural language name describing the value set"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
 &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> (Organisation or individual) --&gt;</span>
  &lt;<a class="dict" href="valueset-definitions.htm#ValueSet.author.name" title="The name of the author"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="valueset-definitions.htm#ValueSet.author.reference" title="Some way of reaching or finding the author."><b>reference</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/reference&gt;
 &lt;/author&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/description&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/status&gt;
 &lt;<a class="dict" href="valueset-definitions.htm#ValueSet.date" title="The date that the value set status was last changed"><b>date</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/date&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identifier&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/version&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/restricts&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/import&gt;
 &lt;<a class="dict" href="valueset-definitions.htm#ValueSet.include" title="Include one or more codes from a code system"><b>include</b></a>&gt;  <span style="color: Gray">&lt;!-- <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 --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/system&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/version&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/mode&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/code&gt;
  &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <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> Select codes/concepts by their properties --&gt;</span>
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/property&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/op&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/value&gt;
  &lt;/filter&gt;
 &lt;/include&gt;
 &lt;<a class="dict" href="valueset-definitions.htm#ValueSet.exclude" title="Exclude one or more codes from the value set"><b>exclude</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/exclude&gt;
 &lt;<a class="dict" href="valueset-definitions.htm#ValueSet.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="valueset-definitions.htm#ValueSet.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/ValueSet&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;coverage&quot; as a profile (to help derivation)</title>
    <link href="http://hl7.org/implement/standards/fhir/coverage.profile.xml" rel="self"/>
    <id>http://hl7.org/fhir/profile/coverage</id>
    <updated>2012-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>coverage</name>
        <author>
          <name>todo (committee)</name>
        </author>
        <description>Basic Profile. Financial instrument by which payment information for health care</description>
        <status>
          <code>testing</code>
          <date>2012-12-04</date>
        </status>
        <resource>
          <type>Resource</type>
          <element>
            <path>Coverage</path>
            <definition>
              <short>Insurance or medical plan</short>
              <formal>Financial instrument by which payment information for health care</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Coverage.issuer</path>
            <definition>
              <short>An identifier for the plan issuer</short>
              <formal>The program or plan underwriter or payor.</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource(Organization)</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Coverage.period</path>
            <definition>
              <short>Coverage start and end dates</short>
              <formal>Time period during which the coverage is in force. A missing start date indicates the start date isn't known, a missing end date means the coverage is continuing to be in force.</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Period</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Coverage.type</path>
            <definition>
              <short>Type of coverage</short>
              <formal>The type of coverage: social program, medical plan, accident coverage (workers compensation, auto), group health. </formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>ActCoverageTypeCode</binding>
            </definition>
          </element>
          <element>
            <path>Coverage.identifier</path>
            <definition>
              <short>The primary coverage ID</short>
              <formal>The main, may be the only, identifier for the coverage - often referred to as a Subscriber Id, Certificate number or Personal Health Number or Case ID.</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Identifier</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Coverage.plan</path>
            <definition>
              <short>An identifier for the plan</short>
              <formal>Identifies a style or collective of coverage issues by the underwriter, for example may be used to identify a class of coverage or employer group. May also be referred to as a Policy or Group ID.</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Identifier</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Coverage.subplan</path>
            <definition>
              <short>An identifier for the subsection of the plan</short>
              <formal>Identifies a sub-style or sub-collective of coverage issues by the underwriter, for example may be used to identify a specific employer group within a class of employers. May be referred to as a Section or Division ID.</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Identifier</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Coverage.dependent</path>
            <definition>
              <short>The dependent number</short>
              <formal>A unique identifier for a dependent under the coverage.</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>integer</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Coverage.sequence</path>
            <definition>
              <short>The plan instance or sequence counter</short>
              <formal>An optional counter for a particular instance of the identified coverage which increments upon each renewal.</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>integer</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Coverage.planHolder</path>
            <definition>
              <short>Planholder information</short>
              <formal>Planholder information</formal>
              <min>1</min>
              <max>1</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Coverage.planHolder.name</path>
            <definition>
              <short>PolicyHolder name</short>
              <formal>The name of the PolicyHolder</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>HumanName</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Coverage.planHolder.address</path>
            <definition>
              <short>PolicyHolder address</short>
              <formal>The mailing address, typically home, of the PolicyHolder</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Address</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Coverage.planHolder.birthdate</path>
            <definition>
              <short>PolicyHolder date of birth</short>
              <formal>The date of birth of the PolicyHolder</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>date</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Coverage.extension</path>
            <definition>
              <short>See Extensions</short>
              <formal>See Extensions</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Extension</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Coverage.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="coverage-definitions.htm#Coverage" title="Financial instrument by which payment information for health care"><b>Coverage</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.issuer" title="The program or plan underwriter or payor. (this element must be supported or understood)"><span style="text-decoration: underline"><b>issuer</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">An identifier for the plan issuer</span><span style="color: Gray"> --&gt;</span>&lt;/issuer&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.period" title="Time period during which the coverage is in force. A missing start date indicates the start date isn't known, a missing end date means the coverage is continuing to be in force. (this element must be supported or understood)"><span style="text-decoration: underline"><b>period</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">Coverage start and end dates</span><span style="color: Gray"> --&gt;</span>&lt;/period&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.type" title="The type of coverage: social program, medical plan, accident coverage (workers compensation, auto), group health.  (this element must be supported or understood)"><span style="text-decoration: underline"><b>type</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">Type of coverage</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.identifier" title="The main, may be the only, identifier for the coverage - often referred to as a Subscriber Id, Certificate number or Personal Health Number or Case ID. (this element must be supported or understood)"><span style="text-decoration: underline"><b>identifier</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">The primary coverage ID</span><span style="color: Gray"> --&gt;</span>&lt;/identifier&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.plan" title="Identifies a style or collective of coverage issues by the underwriter, for example may be used to identify a class of coverage or employer group. May also be referred to as a Policy or Group ID. (this element must be supported or understood)"><span style="text-decoration: underline"><b>plan</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">An identifier for the plan</span><span style="color: Gray"> --&gt;</span>&lt;/plan&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.subplan" title="Identifies a sub-style or sub-collective of coverage issues by the underwriter, for example may be used to identify a specific employer group within a class of employers. May be referred to as a Section or Division ID. (this element must be supported or understood)"><span style="text-decoration: underline"><b>subplan</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">An identifier for the subsection of the plan</span><span style="color: Gray"> --&gt;</span>&lt;/subplan&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.dependent" title="A unique identifier for a dependent under the coverage. (this element must be supported or understood)"><span style="text-decoration: underline"><b>dependent</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">The dependent number</span><span style="color: Gray"> --&gt;</span>&lt;/dependent&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.sequence" title="An optional counter for a particular instance of the identified coverage which increments upon each renewal. (this element must be supported or understood)"><span style="text-decoration: underline"><b>sequence</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">The plan instance or sequence counter</span><span style="color: Gray"> --&gt;</span>&lt;/sequence&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.planHolder" title="Planholder information"><b>planHolder</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> Planholder information --&gt;</span>
  &lt;<a class="dict" href="coverage-definitions.htm#Coverage.planHolder.name" title="The name of the PolicyHolder (this element must be supported or understood)"><span style="text-decoration: underline"><b>name</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanName">HumanName</a></span> <span style="color: navy">PolicyHolder name</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="coverage-definitions.htm#Coverage.planHolder.address" title="The mailing address, typically home, of the PolicyHolder (this element must be supported or understood)"><span style="text-decoration: underline"><b>address</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Address">Address</a></span> <span style="color: navy">PolicyHolder address</span><span style="color: Gray"> --&gt;</span>&lt;/address&gt;
  &lt;<a class="dict" href="coverage-definitions.htm#Coverage.planHolder.birthdate" title="The date of birth of the PolicyHolder (this element must be supported or understood)"><span style="text-decoration: underline"><b>birthdate</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#date">date</a></span> <span style="color: navy">PolicyHolder date of birth</span><span style="color: Gray"> --&gt;</span>&lt;/birthdate&gt;
 &lt;/planHolder&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Coverage&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="coverage-definitions.htm#Coverage" title="Financial instrument by which payment information for health care"><b>Coverage</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.issuer" title="The program or plan underwriter or payor. (this element must be supported or understood)"><span style="text-decoration: underline"><b>issuer</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">An identifier for the plan issuer</span><span style="color: Gray"> --&gt;</span>&lt;/issuer&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.period" title="Time period during which the coverage is in force. A missing start date indicates the start date isn't known, a missing end date means the coverage is continuing to be in force. (this element must be supported or understood)"><span style="text-decoration: underline"><b>period</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">Coverage start and end dates</span><span style="color: Gray"> --&gt;</span>&lt;/period&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.type" title="The type of coverage: social program, medical plan, accident coverage (workers compensation, auto), group health.  (this element must be supported or understood)"><span style="text-decoration: underline"><b>type</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">Type of coverage</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.identifier" title="The main, may be the only, identifier for the coverage - often referred to as a Subscriber Id, Certificate number or Personal Health Number or Case ID. (this element must be supported or understood)"><span style="text-decoration: underline"><b>identifier</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">The primary coverage ID</span><span style="color: Gray"> --&gt;</span>&lt;/identifier&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.plan" title="Identifies a style or collective of coverage issues by the underwriter, for example may be used to identify a class of coverage or employer group. May also be referred to as a Policy or Group ID. (this element must be supported or understood)"><span style="text-decoration: underline"><b>plan</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">An identifier for the plan</span><span style="color: Gray"> --&gt;</span>&lt;/plan&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.subplan" title="Identifies a sub-style or sub-collective of coverage issues by the underwriter, for example may be used to identify a specific employer group within a class of employers. May be referred to as a Section or Division ID. (this element must be supported or understood)"><span style="text-decoration: underline"><b>subplan</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">An identifier for the subsection of the plan</span><span style="color: Gray"> --&gt;</span>&lt;/subplan&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.dependent" title="A unique identifier for a dependent under the coverage. (this element must be supported or understood)"><span style="text-decoration: underline"><b>dependent</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">The dependent number</span><span style="color: Gray"> --&gt;</span>&lt;/dependent&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.sequence" title="An optional counter for a particular instance of the identified coverage which increments upon each renewal. (this element must be supported or understood)"><span style="text-decoration: underline"><b>sequence</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">The plan instance or sequence counter</span><span style="color: Gray"> --&gt;</span>&lt;/sequence&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.planHolder" title="Planholder information"><b>planHolder</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> Planholder information --&gt;</span>
  &lt;<a class="dict" href="coverage-definitions.htm#Coverage.planHolder.name" title="The name of the PolicyHolder (this element must be supported or understood)"><span style="text-decoration: underline"><b>name</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanName">HumanName</a></span> <span style="color: navy">PolicyHolder name</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="coverage-definitions.htm#Coverage.planHolder.address" title="The mailing address, typically home, of the PolicyHolder (this element must be supported or understood)"><span style="text-decoration: underline"><b>address</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Address">Address</a></span> <span style="color: navy">PolicyHolder address</span><span style="color: Gray"> --&gt;</span>&lt;/address&gt;
  &lt;<a class="dict" href="coverage-definitions.htm#Coverage.planHolder.birthdate" title="The date of birth of the PolicyHolder (this element must be supported or understood)"><span style="text-decoration: underline"><b>birthdate</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#date">date</a></span> <span style="color: navy">PolicyHolder date of birth</span><span style="color: Gray"> --&gt;</span>&lt;/birthdate&gt;
 &lt;/planHolder&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="coverage-definitions.htm#Coverage.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Coverage&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;test&quot; as a profile (to help derivation)</title>
    <link href="http://hl7.org/implement/standards/fhir/test.profile.xml" rel="self"/>
    <id>http://hl7.org/fhir/profile/test</id>
    <updated>2012-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>test</name>
        <author>
          <name>todo (committee)</name>
        </author>
        <description>Basic Profile. [Template] Master Definition</description>
        <status>
          <code>testing</code>
          <date>2012-12-04</date>
        </status>
        <resource>
          <type>Resource</type>
          <element>
            <path>Test</path>
            <definition>
              <short>Test's Resource</short>
              <formal>[Template] Master Definition</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Test.stringErr</path>
            <definition>
              <short>Strings with invalid content</short>
              <formal>Strings with invalid content</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Test.stringCorr</path>
            <definition>
              <short>Strings with correct content</short>
              <formal>Strings with correct content</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Test.booleanErr</path>
            <definition>
              <short>Booleans with invalid content</short>
              <formal>Booleans with invalid content</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>boolean</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Test.booleanCorr</path>
            <definition>
              <short>Booleans with correct content</short>
              <formal>Booleans with correct content</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>boolean</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Test.integerErr</path>
            <definition>
              <short>Integers with invalid content</short>
              <formal>Integers with invalid content</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>integer</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Test.integerCorr</path>
            <definition>
              <short>Integers with correct content</short>
              <formal>Integers with correct content</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>integer</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Test.decimalErr</path>
            <definition>
              <short>Decimals with invalid content</short>
              <formal>Decimals with invalid content</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>decimal</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Test.decimalCorr</path>
            <definition>
              <short>Decimals with correct content</short>
              <formal>Decimals with correct content</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>decimal</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Test.b64Err</path>
            <definition>
              <short>Binaries with invalid content</short>
              <formal>Binaries with invalid content</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>base64Binary</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Test.b64Corr</path>
            <definition>
              <short>Binaries with correct content</short>
              <formal>Binaries with correct content</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>base64Binary</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Test.instantErr</path>
            <definition>
              <short>Instants with invalid content</short>
              <formal>Instants with invalid content</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>instant</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Test.instantCorr</path>
            <definition>
              <short>Instants with correct content</short>
              <formal>Instants with correct content</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>instant</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Test.uriErr</path>
            <definition>
              <short>Uri's with invalid content</short>
              <formal>Uri's with invalid content</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>uri</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Test.uriCorr</path>
            <definition>
              <short>Uri's with correct content</short>
              <formal>Uri's with correct content</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>uri</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Test.extension</path>
            <definition>
              <short>See Extensions</short>
              <formal>See Extensions</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Extension</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Test.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="test-definitions.htm#Test" title="[Template] Master Definition"><b>Test</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.stringErr" title="Strings with invalid content"><b>stringErr</b></a>&gt;<span style="color: Gray">&lt;!--</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">Strings with invalid content</span><span style="color: Gray"> --&gt;</span>&lt;/stringErr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.stringCorr" title="Strings with correct content"><b>stringCorr</b></a>&gt;<span style="color: Gray">&lt;!--</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">Strings with correct content</span><span style="color: Gray"> --&gt;</span>&lt;/stringCorr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.booleanErr" title="Booleans with invalid content"><b>booleanErr</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">Booleans with invalid content</span><span style="color: Gray"> --&gt;</span>&lt;/booleanErr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.booleanCorr" title="Booleans with correct content"><b>booleanCorr</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">Booleans with correct content</span><span style="color: Gray"> --&gt;</span>&lt;/booleanCorr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.integerErr" title="Integers with invalid content"><b>integerErr</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#integer">integer</a></span> <span style="color: navy">Integers with invalid content</span><span style="color: Gray"> --&gt;</span>&lt;/integerErr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.integerCorr" title="Integers with correct content"><b>integerCorr</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#integer">integer</a></span> <span style="color: navy">Integers with correct content</span><span style="color: Gray"> --&gt;</span>&lt;/integerCorr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.decimalErr" title="Decimals with invalid content"><b>decimalErr</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#decimal">decimal</a></span> <span style="color: navy">Decimals with invalid content</span><span style="color: Gray"> --&gt;</span>&lt;/decimalErr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.decimalCorr" title="Decimals with correct content"><b>decimalCorr</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#decimal">decimal</a></span> <span style="color: navy">Decimals with correct content</span><span style="color: Gray"> --&gt;</span>&lt;/decimalCorr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.b64Err" title="Binaries with invalid content"><b>b64Err</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#base64Binary">base64Binary</a></span> <span style="color: navy">Binaries with invalid content</span><span style="color: Gray"> --&gt;</span>&lt;/b64Err&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.b64Corr" title="Binaries with correct content"><b>b64Corr</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#base64Binary">base64Binary</a></span> <span style="color: navy">Binaries with correct content</span><span style="color: Gray"> --&gt;</span>&lt;/b64Corr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.instantErr" title="Instants with invalid content"><b>instantErr</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#instant">instant</a></span> <span style="color: navy">Instants with invalid content</span><span style="color: Gray"> --&gt;</span>&lt;/instantErr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.instantCorr" title="Instants with correct content"><b>instantCorr</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#instant">instant</a></span> <span style="color: navy">Instants with correct content</span><span style="color: Gray"> --&gt;</span>&lt;/instantCorr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.uriErr" title="Uri's with invalid content"><b>uriErr</b></a>&gt;<span style="color: Gray">&lt;!--</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">Uri's with invalid content</span><span style="color: Gray"> --&gt;</span>&lt;/uriErr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.uriCorr" title="Uri's with correct content"><b>uriCorr</b></a>&gt;<span style="color: Gray">&lt;!--</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">Uri's with correct content</span><span style="color: Gray"> --&gt;</span>&lt;/uriCorr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Test&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="test-definitions.htm#Test" title="[Template] Master Definition"><b>Test</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.stringErr" title="Strings with invalid content"><b>stringErr</b></a>&gt;<span style="color: Gray">&lt;!--</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">Strings with invalid content</span><span style="color: Gray"> --&gt;</span>&lt;/stringErr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.stringCorr" title="Strings with correct content"><b>stringCorr</b></a>&gt;<span style="color: Gray">&lt;!--</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">Strings with correct content</span><span style="color: Gray"> --&gt;</span>&lt;/stringCorr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.booleanErr" title="Booleans with invalid content"><b>booleanErr</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">Booleans with invalid content</span><span style="color: Gray"> --&gt;</span>&lt;/booleanErr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.booleanCorr" title="Booleans with correct content"><b>booleanCorr</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">Booleans with correct content</span><span style="color: Gray"> --&gt;</span>&lt;/booleanCorr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.integerErr" title="Integers with invalid content"><b>integerErr</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#integer">integer</a></span> <span style="color: navy">Integers with invalid content</span><span style="color: Gray"> --&gt;</span>&lt;/integerErr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.integerCorr" title="Integers with correct content"><b>integerCorr</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#integer">integer</a></span> <span style="color: navy">Integers with correct content</span><span style="color: Gray"> --&gt;</span>&lt;/integerCorr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.decimalErr" title="Decimals with invalid content"><b>decimalErr</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#decimal">decimal</a></span> <span style="color: navy">Decimals with invalid content</span><span style="color: Gray"> --&gt;</span>&lt;/decimalErr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.decimalCorr" title="Decimals with correct content"><b>decimalCorr</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#decimal">decimal</a></span> <span style="color: navy">Decimals with correct content</span><span style="color: Gray"> --&gt;</span>&lt;/decimalCorr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.b64Err" title="Binaries with invalid content"><b>b64Err</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#base64Binary">base64Binary</a></span> <span style="color: navy">Binaries with invalid content</span><span style="color: Gray"> --&gt;</span>&lt;/b64Err&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.b64Corr" title="Binaries with correct content"><b>b64Corr</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#base64Binary">base64Binary</a></span> <span style="color: navy">Binaries with correct content</span><span style="color: Gray"> --&gt;</span>&lt;/b64Corr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.instantErr" title="Instants with invalid content"><b>instantErr</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#instant">instant</a></span> <span style="color: navy">Instants with invalid content</span><span style="color: Gray"> --&gt;</span>&lt;/instantErr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.instantCorr" title="Instants with correct content"><b>instantCorr</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#instant">instant</a></span> <span style="color: navy">Instants with correct content</span><span style="color: Gray"> --&gt;</span>&lt;/instantCorr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.uriErr" title="Uri's with invalid content"><b>uriErr</b></a>&gt;<span style="color: Gray">&lt;!--</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">Uri's with invalid content</span><span style="color: Gray"> --&gt;</span>&lt;/uriErr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.uriCorr" title="Uri's with correct content"><b>uriCorr</b></a>&gt;<span style="color: Gray">&lt;!--</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">Uri's with correct content</span><span style="color: Gray"> --&gt;</span>&lt;/uriCorr&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="test-definitions.htm#Test.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Test&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;medicationadministration&quot; as a profile (to help derivation)</title>
    <link href="http://hl7.org/implement/standards/fhir/medicationadministration.profile.xml" rel="self"/>
    <id>http://hl7.org/fhir/profile/medicationadministration</id>
    <updated>2012-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>medicationadministration</name>
        <author>
          <name>todo (committee)</name>
        </author>
        <description>Basic Profile. Describes the event of a patient being given a dose of a medication.  This may be as simple as swallowing a tablet or it may be a long running infusion.

Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care provider</description>
        <status>
          <code>testing</code>
          <date>2012-12-04</date>
        </status>
        <resource>
          <type>Resource</type>
          <element>
            <path>MedicationAdministration</path>
            <definition>
              <short>Administration of medication to a patient</short>
              <formal>Describes the event of a patient being given a dose of a medication.  This may be as simple as swallowing a tablet or it may be a long running infusion.

Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care provider</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>MedicationAdministration.administrationEventStatus</path>
            <definition>
              <short>Administration event status</short>
              <formal>Will generally be set to show that the administration has been completed.  For some long running administrations such as infusions it is possible for an administration to be started but not completed or it may be paused while some other process is under way.</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>MedicationAdministrationStatus</binding>
            </definition>
          </element>
          <element>
            <path>MedicationAdministration.isNegated</path>
            <definition>
              <short>Is event negated</short>
              <formal>Set this to true if the record is saying that the medication was NOT administered.</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>boolean</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>MedicationAdministration.negatedReason</path>
            <definition>
              <short>Reason event is negated</short>
              <formal>A code indicating why the administration has been negated.

Use only if isNegated is set to TRUE</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>MedicationAdministrationNegationReason</binding>
            </definition>
          </element>
          <element>
            <path>MedicationAdministration.effectiveTime</path>
            <definition>
              <short>Effective time</short>
              <formal>An interval of time during which the administration takes place.  For many administrations, such as swallowing a tablet the lower and upper values of the interval will be the same.</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Period</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>MedicationAdministration.method</path>
            <definition>
              <short>Administration method</short>
              <formal>A coded value indicating the method by which the medication is introduced into or onto the body. Most commonly used for injections.  Examples:  Slow Push; Deep IV.

Terminologies used often pre-coordinate this term with the route and or form of administration.</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>MedicationAdministrationMethod</binding>
            </definition>
          </element>
          <element>
            <path>MedicationAdministration.approachSite</path>
            <definition>
              <short>Approach site</short>
              <formal>A coded value indicating the location on the body where the medication is introduced into or onto the body.   Where the code system indicates laterality by means of a separate coded concept this must be post-coordinated with the code indicating the location.</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>MedicationAdministrationSite</binding>
            </definition>
          </element>
          <element>
            <path>MedicationAdministration.route</path>
            <definition>
              <short>Route of administration</short>
              <formal>A coded value indicating the path in or on the body by which the medication is introduced into or onto the body.  Where the code system indicates laterality by means of a separate coded concept this must be post-coordinated with the code indicating the route.</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>RouteOfAdministration</binding>
            </definition>
          </element>
          <element>
            <path>MedicationAdministration.administeredDose</path>
            <definition>
              <short>Administered dose</short>
              <formal>The amount of a medication administered to the patient as a single amount.</formal>
              <comments>(??Need to check work for Puffs.)</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Quantity</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>MedicationAdministration.doseRate</path>
            <definition>
              <short>Dose rate</short>
              <formal>The amount of a medication administered to the patient over a period of time.

Example 250ml/30min</formal>
              <comments>(??Need to check work for Puffs.)</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Quantity</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>MedicationAdministration.id</path>
            <definition>
              <short>id</short>
              <formal>External identifier - FHIR will generate its own internal IDs (probably URLs) which do not need to be explicitly managed by the resource.  The identifier here is one that would be used by another non-FHIR system - for example an automated medication pump would provide a record each time it operated; an administration while the patient was off the ward might be made with a different system and entered after the event.  Particularly important if these records have to be updated.</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>HumanId</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>MedicationAdministration.prescription</path>
            <definition>
              <short>Prescription</short>
              <formal>A link to a resource that provides the original request, instruction and authority to perform the administration.</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource(Prescription)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>MedicationAdministration.patient</path>
            <definition>
              <short>Patient</short>
              <formal>A link to a resource representing the person to whom the medication was given.</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource(Patient)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>MedicationAdministration.medication</path>
            <definition>
              <short>Medication</short>
              <formal>This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications.</formal>
              <min>1</min>
              <max>*</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>AMedicinesTerminology</binding>
            </definition>
          </element>
          <element>
            <path>MedicationAdministration.encounter</path>
            <definition>
              <short>Encounter</short>
              <formal>An identifier or a link to a resource that identifies the particular occurrence of contact between patient and health care provider.</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>HumanId</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>MedicationAdministration.administrationDevice</path>
            <definition>
              <short>Administration device</short>
              <formal>An identifier or a link to a resource that identifies a device used in administering the medication to the patient.</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Resource(Device)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>MedicationAdministration.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>MedicationAdministration.extension</path>
            <definition>
              <short>Extensions to the MedicationAdministration resource</short>
              <formal>Extensions to the MedicationAdministration resource</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Extension</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration" title="Describes the event of a patient being given a dose of a medication.  This may be as simple as swallowing a tablet or it may be a long running infusion.  Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care provider"><b>MedicationAdministration</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.administrationEventStatus" title="Will generally be set to show that the administration has been completed.  For some long running administrations such as infusions it is possible for an administration to be started but not completed or it may be paused while some other process is under way."><b>administrationEventStatus</b></a>&gt;<span style="color: Gray">&lt;!--</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">Administration event status</span><span style="color: Gray"> --&gt;</span>&lt;/administrationEventStatus&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.isNegated" title="Set this to true if the record is saying that the medication was NOT administered."><b>isNegated</b></a>&gt;<span style="color: Gray">&lt;!--</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">Is event negated</span><span style="color: Gray"> --&gt;</span>&lt;/isNegated&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.negatedReason" title="A code indicating why the administration has been negated.  Use only if isNegated is set to TRUE"><b>negatedReason</b></a>&gt;<span style="color: Gray">&lt;!--</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">Reason event is negated</span><span style="color: Gray"> --&gt;</span>&lt;/negatedReason&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.effectiveTime" title="An interval of time during which the administration takes place.  For many administrations, such as swallowing a tablet the lower and upper values of the interval will be the same."><b>effectiveTime</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Period">Period</a></span> <span style="color: navy">Effective time</span><span style="color: Gray"> --&gt;</span>&lt;/effectiveTime&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.method" title="A coded value indicating the method by which the medication is introduced into or onto the body. Most commonly used for injections.  Examples:  Slow Push; Deep IV.  Terminologies used often pre-coordinate this term with the route and or form of administration."><b>method</b></a>&gt;<span style="color: Gray">&lt;!--</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">Administration method</span><span style="color: Gray"> --&gt;</span>&lt;/method&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.approachSite" title="A coded value indicating the location on the body where the medication is introduced into or onto the body.   Where the code system indicates laterality by means of a separate coded concept this must be post-coordinated with the code indicating the location."><b>approachSite</b></a>&gt;<span style="color: Gray">&lt;!--</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">Approach site</span><span style="color: Gray"> --&gt;</span>&lt;/approachSite&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.route" title="A coded value indicating the path in or on the body by which the medication is introduced into or onto the body.  Where the code system indicates laterality by means of a separate coded concept this must be post-coordinated with the code indicating the route."><b>route</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/route&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.administeredDose" title="The amount of a medication administered to the patient as a single amount."><b>administeredDose</b></a>&gt;<span style="color: Gray">&lt;!--</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">Administered dose</span><span style="color: Gray"> --&gt;</span>&lt;/administeredDose&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.doseRate" title="The amount of a medication administered to the patient over a period of time.  Example 250ml/30min"><b>doseRate</b></a>&gt;<span style="color: Gray">&lt;!--</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">Dose rate</span><span style="color: Gray"> --&gt;</span>&lt;/doseRate&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.id" title="External identifier - FHIR will generate its own internal IDs (probably URLs) which do not need to be explicitly managed by the resource.  The identifier here is one that would be used by another non-FHIR system - for example an automated medication pump would provide a record each time it operated; an administration while the patient was off the ward might be made with a different system and entered after the event.  Particularly important if these records have to be updated."><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</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">id</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.prescription" title="A link to a resource that provides the original request, instruction and authority to perform the administration."><b>prescription</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Prescription.htm#Prescription">Prescription</a>)</span> <span style="color: navy">Prescription</span><span style="color: Gray"> --&gt;</span>&lt;/prescription&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.patient" title="A link to a resource representing the person to whom the medication was given."><b>patient</b></a>&gt;<span style="color: Gray">&lt;!--</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</span><span style="color: Gray"> --&gt;</span>&lt;/patient&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.medication" title="This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications."><b>medication</b></a>&gt;<span style="color: Gray">&lt;!--</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">Medication</span><span style="color: Gray"> --&gt;</span>&lt;/medication&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.encounter" title="An identifier or a link to a resource that identifies the particular occurrence of contact between patient and health care provider."><b>encounter</b></a>&gt;<span style="color: Gray">&lt;!--</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">Encounter</span><span style="color: Gray"> --&gt;</span>&lt;/encounter&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.administrationDevice" title="An identifier or a link to a resource that identifies a device used in administering the medication to the patient."><b>administrationDevice</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</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">Administration device</span><span style="color: Gray"> --&gt;</span>&lt;/administrationDevice&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.extension" title="Extensions to the MedicationAdministration resource"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <span style="color: navy">Extensions to the MedicationAdministration resource</span><span style="color: Gray"> --&gt;</span>&lt;/extension&gt;
&lt;/MedicationAdministration&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration" title="Describes the event of a patient being given a dose of a medication.  This may be as simple as swallowing a tablet or it may be a long running infusion.  Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care provider"><b>MedicationAdministration</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.administrationEventStatus" title="Will generally be set to show that the administration has been completed.  For some long running administrations such as infusions it is possible for an administration to be started but not completed or it may be paused while some other process is under way."><b>administrationEventStatus</b></a>&gt;<span style="color: Gray">&lt;!--</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">Administration event status</span><span style="color: Gray"> --&gt;</span>&lt;/administrationEventStatus&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.isNegated" title="Set this to true if the record is saying that the medication was NOT administered."><b>isNegated</b></a>&gt;<span style="color: Gray">&lt;!--</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">Is event negated</span><span style="color: Gray"> --&gt;</span>&lt;/isNegated&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.negatedReason" title="A code indicating why the administration has been negated.  Use only if isNegated is set to TRUE"><b>negatedReason</b></a>&gt;<span style="color: Gray">&lt;!--</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">Reason event is negated</span><span style="color: Gray"> --&gt;</span>&lt;/negatedReason&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.effectiveTime" title="An interval of time during which the administration takes place.  For many administrations, such as swallowing a tablet the lower and upper values of the interval will be the same."><b>effectiveTime</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Period">Period</a></span> <span style="color: navy">Effective time</span><span style="color: Gray"> --&gt;</span>&lt;/effectiveTime&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.method" title="A coded value indicating the method by which the medication is introduced into or onto the body. Most commonly used for injections.  Examples:  Slow Push; Deep IV.  Terminologies used often pre-coordinate this term with the route and or form of administration."><b>method</b></a>&gt;<span style="color: Gray">&lt;!--</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">Administration method</span><span style="color: Gray"> --&gt;</span>&lt;/method&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.approachSite" title="A coded value indicating the location on the body where the medication is introduced into or onto the body.   Where the code system indicates laterality by means of a separate coded concept this must be post-coordinated with the code indicating the location."><b>approachSite</b></a>&gt;<span style="color: Gray">&lt;!--</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">Approach site</span><span style="color: Gray"> --&gt;</span>&lt;/approachSite&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.route" title="A coded value indicating the path in or on the body by which the medication is introduced into or onto the body.  Where the code system indicates laterality by means of a separate coded concept this must be post-coordinated with the code indicating the route."><b>route</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/route&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.administeredDose" title="The amount of a medication administered to the patient as a single amount."><b>administeredDose</b></a>&gt;<span style="color: Gray">&lt;!--</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">Administered dose</span><span style="color: Gray"> --&gt;</span>&lt;/administeredDose&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.doseRate" title="The amount of a medication administered to the patient over a period of time.  Example 250ml/30min"><b>doseRate</b></a>&gt;<span style="color: Gray">&lt;!--</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">Dose rate</span><span style="color: Gray"> --&gt;</span>&lt;/doseRate&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.id" title="External identifier - FHIR will generate its own internal IDs (probably URLs) which do not need to be explicitly managed by the resource.  The identifier here is one that would be used by another non-FHIR system - for example an automated medication pump would provide a record each time it operated; an administration while the patient was off the ward might be made with a different system and entered after the event.  Particularly important if these records have to be updated."><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</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">id</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.prescription" title="A link to a resource that provides the original request, instruction and authority to perform the administration."><b>prescription</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Prescription.htm#Prescription">Prescription</a>)</span> <span style="color: navy">Prescription</span><span style="color: Gray"> --&gt;</span>&lt;/prescription&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.patient" title="A link to a resource representing the person to whom the medication was given."><b>patient</b></a>&gt;<span style="color: Gray">&lt;!--</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</span><span style="color: Gray"> --&gt;</span>&lt;/patient&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.medication" title="This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications."><b>medication</b></a>&gt;<span style="color: Gray">&lt;!--</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">Medication</span><span style="color: Gray"> --&gt;</span>&lt;/medication&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.encounter" title="An identifier or a link to a resource that identifies the particular occurrence of contact between patient and health care provider."><b>encounter</b></a>&gt;<span style="color: Gray">&lt;!--</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">Encounter</span><span style="color: Gray"> --&gt;</span>&lt;/encounter&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.administrationDevice" title="An identifier or a link to a resource that identifies a device used in administering the medication to the patient."><b>administrationDevice</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</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">Administration device</span><span style="color: Gray"> --&gt;</span>&lt;/administrationDevice&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
 &lt;<a class="dict" href="medicationadministration-definitions.htm#MedicationAdministration.extension" title="Extensions to the MedicationAdministration resource"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="extensibility.htm#Extension">Extension</a></span> <span style="color: navy">Extensions to the MedicationAdministration resource</span><span style="color: Gray"> --&gt;</span>&lt;/extension&gt;
&lt;/MedicationAdministration&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;securityevent&quot; as a profile (to help derivation)</title>
    <link href="http://hl7.org/implement/standards/fhir/securityevent.profile.xml" rel="self"/>
    <id>http://hl7.org/fhir/profile/securityevent</id>
    <updated>2012-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>securityevent</name>
        <author>
          <name>todo (committee)</name>
        </author>
        <description>Basic Profile. A record of an event </description>
        <status>
          <code>testing</code>
          <date>2012-12-04</date>
        </status>
        <resource>
          <type>Resource</type>
          <element>
            <path>SecurityEvent</path>
            <definition>
              <short>A record of an event happening in an application</short>
              <formal>A record of an event </formal>
              <comments>Based on ATNA (RFC 3881)</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.event</path>
            <definition>
              <short>what was done</short>
              <formal>identifies the name, action type, time, and disposition of the audited event</formal>
              <min>1</min>
              <max>1</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.event.id</path>
            <definition>
              <short>Identifier for a specific audited event</short>
              <formal>Identifier for a specific audited event</formal>
              <comments>e.g., a menu item, program, rule, policy, function code, application name, or URL. It identifies the performed function</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.event.action</path>
            <definition>
              <short>type of action performed during the event</short>
              <formal>Indicator for type of action performed during the event that generated the audit</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>SecurityEventEventAction</binding>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.event.dateTime</path>
            <definition>
              <short>time when the event occurred on source</short>
              <formal>The time when the event occurred on the source</formal>
              <comments>In a distributed system, some sort of common time base, e.g., an NTP [RFC1305] server, is a good implementation tactic</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>instant</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.event.outcome</path>
            <definition>
              <short>whether the event succeeded or failed</short>
              <formal>Indicates whether the event succeeded or failed</formal>
              <comments>In some cases a &quot;success&quot; may be partial, for example, an incomplete or interrupted transfer of a radiological study. For the purpose of establishing accountability, these distinctions are not relevant</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>SecurityEventEventOutcome</binding>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.event.code</path>
            <definition>
              <short>Identifier for the category of event</short>
              <formal>Identifier for the category of event</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.participant</path>
            <definition>
              <short>a person, or a hardware device or software process</short>
              <formal>a person, or a hardware device or software process</formal>
              <comments>There may be more than one user per event, for example, in cases of actions initiated by one user for other users, or in events that involve more than one user, hardware device, or system process. However, only one user may be the initiator/requestor for the event</comments>
              <min>0</min>
              <max>*</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.participant.userId</path>
            <definition>
              <short>Unique identifier for the user</short>
              <formal>Unique identifier for the user actively participating in the event</formal>
              <comments>a unique value within the Audit Source ID. For node-based authentication -- where only the system hardware or process, but not a human user, is identified -- User ID would be the node name</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.participant.otherUserId</path>
            <definition>
              <short>User identifier from authentication system</short>
              <formal>User identifier text string from authentication system. This identifier would be one known to a common authentication system (e.g., single sign-on), if available</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.participant.name</path>
            <definition>
              <short>human-meaningful name for the user</short>
              <formal>human-meaningful name for the user</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.participant.requestor</path>
            <definition>
              <short>Whether user is initiator</short>
              <formal>Indicator that the user is or is not the requestor, or initiator, for the event being audited.</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>boolean</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.participant.role</path>
            <definition>
              <short>role(s) the user plays (from RBAC)</short>
              <formal>Specification of the role(s) the user plays when performing the event, as assigned in role-based access control security</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.participant.network</path>
            <definition>
              <short>logical network location for application activity</short>
              <formal>logical network location for application activity</formal>
              <min>0</min>
              <max>1</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.participant.network.type</path>
            <definition>
              <short>the type of network access point</short>
              <formal>An identifier for the type of network access point that originated the audit event</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>SecurityEventParticipantNetworkType</binding>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.participant.network.id</path>
            <definition>
              <short>identifier for the network access point of the user device</short>
              <formal>An identifier for the network access point of the user device for the audit event</formal>
              <comments>This could be a device id, IP address, or some other identifier associated with a device</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.source</path>
            <definition>
              <short>application systems and processes</short>
              <formal>application systems and processes</formal>
              <comments>Since multi-tier, distributed, or composite applications make source identification ambiguous, this collection of fields may repeat for each application or process actively involved in the event. For example, multiple value-sets can identify participating web servers, application processes, and database server threads in an n-tier distributed application. Passive event participants, e.g., low-level network transports, need not be identified</comments>
              <min>0</min>
              <max>*</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.source.site</path>
            <definition>
              <short>Logical source location within the enterprise</short>
              <formal>Logical source location within the healthcare enterprise network</formal>
              <comments>a hospital or other provider location within a multi-entity provider group</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.source.id</path>
            <definition>
              <short>the id of source where event originated</short>
              <formal>Identifier of the source where the event originated</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.source.type</path>
            <definition>
              <short>the type of source where event originated</short>
              <formal>Code specifying the type of source where event originated</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>SecurityEventSourceType</binding>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.object</path>
            <definition>
              <short>specific instances of data or objects that have been accessed </short>
              <formal>specific instances of data or objects that have been accessed</formal>
              <comments>required unless the values for Event Identification, Active Participant Identification, and Audit Source Identification are sufficient to document the entire auditable event. Because events may have more than one participant object, this group can be a repeating set of values.</comments>
              <min>0</min>
              <max>*</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.object.type</path>
            <definition>
              <short>object type being audited</short>
              <formal>object type being audited</formal>
              <comments>This value is distinct from the user's role or any user relationship to the participant object</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>SecurityEventObjectType</binding>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.object.role</path>
            <definition>
              <short>functional application role of Object</short>
              <formal>Code representing the functional application role of Participant Object being audited</formal>
              <comments>See Rfc 3881 for rules concerning matches between role and type</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>SecurityEventObjectRole</binding>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.object.lifecycle</path>
            <definition>
              <short>life-cycle stage for the object</short>
              <formal>Identifier for the data life-cycle stage for the participant object</formal>
              <comments>This can be used to provide an audit trail for data, over time, as it passes through the system</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>SecurityEventObjectLifecycle</binding>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.object.idType</path>
            <definition>
              <short>Describes the identifier</short>
              <formal>Describes the identifier that is contained in Participant Object ID</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>SecurityEventObjectIdType</binding>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.object.id</path>
            <definition>
              <short>Identifies a specific instance of object</short>
              <formal>Identifies a specific instance of the participant object</formal>
              <comments>Value format depends on Participant Object Type Code and the Participant Object ID Type Code</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.object.sensitivity</path>
            <definition>
              <short>policy-defined sensitivity for the object</short>
              <formal>Denotes policy-defined sensitivity for the Participant Object ID such as VIP, HIV status, mental health status, or similar topics</formal>
              <comments>Values are institution- and implementation-defined text strings</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.object.name</path>
            <definition>
              <short>instance-specific descriptor for Object</short>
              <formal>An instance-specific descriptor of the Participant Object ID audited, such as a person's name</formal>
              <comments>This field may be used in a query/report to identify audit events for a specific person, e.g., where multiple synonymous Participant Object IDs (patient number, medical record number, encounter number, etc.) have been used</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.object.query</path>
            <definition>
              <short>actual query for object</short>
              <formal>The actual query for a query-type participant object</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>base64Binary</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.extension</path>
            <definition>
              <short>See Extensions</short>
              <formal>See Extensions</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Extension</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>SecurityEvent.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent" title="A record of an event "><b>SecurityEvent</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.event" title="identifies the name, action type, time, and disposition of the audited event"><b>event</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> what was done --&gt;</span>
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.event.id" title="Identifier for a specific audited event"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">Identifier for a specific audited event</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.event.action" title="Indicator for type of action performed during the event that generated the audit"><b>action</b></a>&gt;<span style="color: Gray">&lt;!--</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">type of action performed during the event</span><span style="color: Gray"> --&gt;</span>&lt;/action&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.event.dateTime" title="The time when the event occurred on the source"><b>dateTime</b></a>&gt;<span style="color: Gray">&lt;!--</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">time when the event occurred on source</span><span style="color: Gray"> --&gt;</span>&lt;/dateTime&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.event.outcome" title="Indicates whether the event succeeded or failed"><b>outcome</b></a>&gt;<span style="color: Gray">&lt;!--</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">whether the event succeeded or failed</span><span style="color: Gray"> --&gt;</span>&lt;/outcome&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.event.code" title="Identifier for the category of event"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</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">Identifier for the category of event</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
 &lt;/event&gt;
 &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.participant" title="a person, or a hardware device or software process"><b>participant</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> a person, or a hardware device or software process --&gt;</span>
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.participant.userId" title="Unique identifier for the user actively participating in the event"><b>userId</b></a>&gt;<span style="color: Gray">&lt;!--</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">Unique identifier for the user</span><span style="color: Gray"> --&gt;</span>&lt;/userId&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.participant.otherUserId" title="User identifier text string from authentication system. This identifier would be one known to a common authentication system (e.g., single sign-on), if available"><b>otherUserId</b></a>&gt;<span style="color: Gray">&lt;!--</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">User identifier from authentication system</span><span style="color: Gray"> --&gt;</span>&lt;/otherUserId&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.participant.name" title="human-meaningful name for the user"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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-meaningful name for the user</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.participant.requestor" title="Indicator that the user is or is not the requestor, or initiator, for the event being audited."><b>requestor</b></a>&gt;<span style="color: Gray">&lt;!--</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 user is initiator</span><span style="color: Gray"> --&gt;</span>&lt;/requestor&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.participant.role" title="Specification of the role(s) the user plays when performing the event, as assigned in role-based access control security"><b>role</b></a>&gt;<span style="color: Gray">&lt;!--</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">role(s) the user plays (from RBAC)</span><span style="color: Gray"> --&gt;</span>&lt;/role&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.participant.network" title="logical network location for application activity"><b>network</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> logical network location for application activity --&gt;</span>
   &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.participant.network.type" title="An identifier for the type of network access point that originated the audit event"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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">the type of network access point</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
   &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.participant.network.id" title="An identifier for the network access point of the user device for the audit event"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</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">identifier for the network access point of the user device</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;/network&gt;
 &lt;/participant&gt;
 &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.source" title="application systems and processes"><b>source</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> application systems and processes --&gt;</span>
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.source.site" title="Logical source location within the healthcare enterprise network"><b>site</b></a>&gt;<span style="color: Gray">&lt;!--</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">Logical source location within the enterprise</span><span style="color: Gray"> --&gt;</span>&lt;/site&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.source.id" title="Identifier of the source where the event originated"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</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 id of source where event originated</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.source.type" title="Code specifying the type of source where event originated"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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">the type of source where event originated</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
 &lt;/source&gt;
 &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.object" title="specific instances of data or objects that have been accessed"><b>object</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> specific instances of data or objects that have been accessed  --&gt;</span>
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.object.type" title="object type being audited"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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">object type being audited</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.object.role" title="Code representing the functional application role of Participant Object being audited"><b>role</b></a>&gt;<span style="color: Gray">&lt;!--</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">functional application role of Object</span><span style="color: Gray"> --&gt;</span>&lt;/role&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.object.lifecycle" title="Identifier for the data life-cycle stage for the participant object"><b>lifecycle</b></a>&gt;<span style="color: Gray">&lt;!--</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">life-cycle stage for the object</span><span style="color: Gray"> --&gt;</span>&lt;/lifecycle&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.object.idType" title="Describes the identifier that is contained in Participant Object ID"><b>idType</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">Describes the identifier</span><span style="color: Gray"> --&gt;</span>&lt;/idType&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.object.id" title="Identifies a specific instance of the participant object"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</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">Identifies a specific instance of object</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.object.sensitivity" title="Denotes policy-defined sensitivity for the Participant Object ID such as VIP, HIV status, mental health status, or similar topics"><b>sensitivity</b></a>&gt;<span style="color: Gray">&lt;!--</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">policy-defined sensitivity for the object</span><span style="color: Gray"> --&gt;</span>&lt;/sensitivity&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.object.name" title="An instance-specific descriptor of the Participant Object ID audited, such as a person's name"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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">instance-specific descriptor for Object</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.object.query" title="The actual query for a query-type participant object"><b>query</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#base64Binary">base64Binary</a></span> <span style="color: navy">actual query for object</span><span style="color: Gray"> --&gt;</span>&lt;/query&gt;
 &lt;/object&gt;
 &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/SecurityEvent&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent" title="A record of an event "><b>SecurityEvent</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.event" title="identifies the name, action type, time, and disposition of the audited event"><b>event</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> what was done --&gt;</span>
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.event.id" title="Identifier for a specific audited event"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">Identifier for a specific audited event</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.event.action" title="Indicator for type of action performed during the event that generated the audit"><b>action</b></a>&gt;<span style="color: Gray">&lt;!--</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">type of action performed during the event</span><span style="color: Gray"> --&gt;</span>&lt;/action&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.event.dateTime" title="The time when the event occurred on the source"><b>dateTime</b></a>&gt;<span style="color: Gray">&lt;!--</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">time when the event occurred on source</span><span style="color: Gray"> --&gt;</span>&lt;/dateTime&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.event.outcome" title="Indicates whether the event succeeded or failed"><b>outcome</b></a>&gt;<span style="color: Gray">&lt;!--</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">whether the event succeeded or failed</span><span style="color: Gray"> --&gt;</span>&lt;/outcome&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.event.code" title="Identifier for the category of event"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</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">Identifier for the category of event</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
 &lt;/event&gt;
 &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.participant" title="a person, or a hardware device or software process"><b>participant</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> a person, or a hardware device or software process --&gt;</span>
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.participant.userId" title="Unique identifier for the user actively participating in the event"><b>userId</b></a>&gt;<span style="color: Gray">&lt;!--</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">Unique identifier for the user</span><span style="color: Gray"> --&gt;</span>&lt;/userId&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.participant.otherUserId" title="User identifier text string from authentication system. This identifier would be one known to a common authentication system (e.g., single sign-on), if available"><b>otherUserId</b></a>&gt;<span style="color: Gray">&lt;!--</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">User identifier from authentication system</span><span style="color: Gray"> --&gt;</span>&lt;/otherUserId&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.participant.name" title="human-meaningful name for the user"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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-meaningful name for the user</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.participant.requestor" title="Indicator that the user is or is not the requestor, or initiator, for the event being audited."><b>requestor</b></a>&gt;<span style="color: Gray">&lt;!--</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 user is initiator</span><span style="color: Gray"> --&gt;</span>&lt;/requestor&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.participant.role" title="Specification of the role(s) the user plays when performing the event, as assigned in role-based access control security"><b>role</b></a>&gt;<span style="color: Gray">&lt;!--</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">role(s) the user plays (from RBAC)</span><span style="color: Gray"> --&gt;</span>&lt;/role&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.participant.network" title="logical network location for application activity"><b>network</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> logical network location for application activity --&gt;</span>
   &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.participant.network.type" title="An identifier for the type of network access point that originated the audit event"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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">the type of network access point</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
   &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.participant.network.id" title="An identifier for the network access point of the user device for the audit event"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</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">identifier for the network access point of the user device</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;/network&gt;
 &lt;/participant&gt;
 &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.source" title="application systems and processes"><b>source</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> application systems and processes --&gt;</span>
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.source.site" title="Logical source location within the healthcare enterprise network"><b>site</b></a>&gt;<span style="color: Gray">&lt;!--</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">Logical source location within the enterprise</span><span style="color: Gray"> --&gt;</span>&lt;/site&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.source.id" title="Identifier of the source where the event originated"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</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 id of source where event originated</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.source.type" title="Code specifying the type of source where event originated"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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">the type of source where event originated</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
 &lt;/source&gt;
 &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.object" title="specific instances of data or objects that have been accessed"><b>object</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> specific instances of data or objects that have been accessed  --&gt;</span>
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.object.type" title="object type being audited"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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">object type being audited</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.object.role" title="Code representing the functional application role of Participant Object being audited"><b>role</b></a>&gt;<span style="color: Gray">&lt;!--</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">functional application role of Object</span><span style="color: Gray"> --&gt;</span>&lt;/role&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.object.lifecycle" title="Identifier for the data life-cycle stage for the participant object"><b>lifecycle</b></a>&gt;<span style="color: Gray">&lt;!--</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">life-cycle stage for the object</span><span style="color: Gray"> --&gt;</span>&lt;/lifecycle&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.object.idType" title="Describes the identifier that is contained in Participant Object ID"><b>idType</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">Describes the identifier</span><span style="color: Gray"> --&gt;</span>&lt;/idType&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.object.id" title="Identifies a specific instance of the participant object"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</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">Identifies a specific instance of object</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.object.sensitivity" title="Denotes policy-defined sensitivity for the Participant Object ID such as VIP, HIV status, mental health status, or similar topics"><b>sensitivity</b></a>&gt;<span style="color: Gray">&lt;!--</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">policy-defined sensitivity for the object</span><span style="color: Gray"> --&gt;</span>&lt;/sensitivity&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.object.name" title="An instance-specific descriptor of the Participant Object ID audited, such as a person's name"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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">instance-specific descriptor for Object</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.object.query" title="The actual query for a query-type participant object"><b>query</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#base64Binary">base64Binary</a></span> <span style="color: navy">actual query for object</span><span style="color: Gray"> --&gt;</span>&lt;/query&gt;
 &lt;/object&gt;
 &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="securityevent-definitions.htm#SecurityEvent.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/SecurityEvent&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;issuereport&quot; as a profile (to help derivation)</title>
    <link href="http://hl7.org/implement/standards/fhir/issuereport.profile.xml" rel="self"/>
    <id>http://hl7.org/fhir/profile/issuereport</id>
    <updated>2012-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>issuereport</name>
        <author>
          <name>todo (committee)</name>
        </author>
        <description>Basic Profile. Error, warning or information messages that result from a system action</description>
        <status>
          <code>testing</code>
          <date>2012-12-04</date>
        </status>
        <resource>
          <type>Resource</type>
          <element>
            <path>IssueReport</path>
            <definition>
              <short>Information about the success/failure of an action</short>
              <formal>Error, warning or information messages that result from a system action</formal>
              <comments>Can result from the failure of a REST call or be part of the response message returned from a request message.  If sent with extensions overriding particular issues, might even appear as part of a request message.</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>IssueReport.issue</path>
            <definition>
              <short>A single issue associated with the action</short>
              <formal>An error, warning or information message that results from a system action</formal>
              <min>1</min>
              <max>*</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>IssueReport.issue.severity</path>
            <definition>
              <short>Error, Warning or Information</short>
              <formal>Indicates whether the issue indicates a variation from successful processing</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>IssueSeverity</binding>
            </definition>
          </element>
          <element>
            <path>IssueReport.issue.type</path>
            <definition>
              <short>Error or warning code</short>
              <formal>A code indicating the type of error, warning or information message.</formal>
              <comments>Codes should only be defined at a level of granularity that reasonably allows distinct actions to be taken by the receiving system.  If the response behavior of all systems is the same for two codes, the codes might as well be merged.  The human-meaningful content of the issue is conveyed in .text.</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>IssueType</binding>
            </definition>
          </element>
          <element>
            <path>IssueReport.issue.details</path>
            <definition>
              <short>Additional description of the issue</short>
              <formal>Additional description of the issue</formal>
              <comments>typically this field is used to provide details human readable information about the error</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>IssueReport.issue.location</path>
            <definition>
              <short>XPath of element(s) related to issue</short>
              <formal>A simple XPath limited to element names, repetition indicators and the default child access that identifies one of the elements in the request message that caused this issue to be raised.</formal>
              <comments>The root of the XPath is the Atom feed for documents &amp; messages, the request resource when responding to RESTful commands.  Each XPath must resolve to a single node.  The XPath syntax is used whether the referenced instance Is expressed in XML or JSON.</comments>
              <min>0</min>
              <max>*</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>IssueReport.extension</path>
            <definition>
              <short>See Extensions</short>
              <formal>See Extensions</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Extension</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>IssueReport.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="issuereport-definitions.htm#IssueReport" title="Error, warning or information messages that result from a system action"><b>IssueReport</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="issuereport-definitions.htm#IssueReport.issue" title="An error, warning or information message that results from a system action"><b>issue</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..*</b></span> A single issue associated with the action --&gt;</span>
  &lt;<a class="dict" href="issuereport-definitions.htm#IssueReport.issue.severity" title="Indicates whether the issue indicates a variation from successful processing (this element must be supported or understood)"><span style="text-decoration: underline"><b>severity</b></span></a>&gt;<span style="color: Gray">&lt;!--</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 or Information</span><span style="color: Gray"> --&gt;</span>&lt;/severity&gt;
  &lt;<a class="dict" href="issuereport-definitions.htm#IssueReport.issue.type" title="A code indicating the type of error, warning or information message."><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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">Error or warning code</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
  &lt;<a class="dict" href="issuereport-definitions.htm#IssueReport.issue.details" title="Additional description of the issue"><b>details</b></a>&gt;<span style="color: Gray">&lt;!--</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">Additional description of the issue</span><span style="color: Gray"> --&gt;</span>&lt;/details&gt;
  &lt;<a class="dict" href="issuereport-definitions.htm#IssueReport.issue.location" title="A simple XPath limited to element names, repetition indicators and the default child access that identifies one of the elements in the request message that caused this issue to be raised."><b>location</b></a>&gt;<span style="color: Gray">&lt;!--</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">XPath of element(s) related to issue</span><span style="color: Gray"> --&gt;</span>&lt;/location&gt;
 &lt;/issue&gt;
 &lt;<a class="dict" href="issuereport-definitions.htm#IssueReport.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="issuereport-definitions.htm#IssueReport.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/IssueReport&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="issuereport-definitions.htm#IssueReport" title="Error, warning or information messages that result from a system action"><b>IssueReport</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="issuereport-definitions.htm#IssueReport.issue" title="An error, warning or information message that results from a system action"><b>issue</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..*</b></span> A single issue associated with the action --&gt;</span>
  &lt;<a class="dict" href="issuereport-definitions.htm#IssueReport.issue.severity" title="Indicates whether the issue indicates a variation from successful processing (this element must be supported or understood)"><span style="text-decoration: underline"><b>severity</b></span></a>&gt;<span style="color: Gray">&lt;!--</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 or Information</span><span style="color: Gray"> --&gt;</span>&lt;/severity&gt;
  &lt;<a class="dict" href="issuereport-definitions.htm#IssueReport.issue.type" title="A code indicating the type of error, warning or information message."><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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">Error or warning code</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
  &lt;<a class="dict" href="issuereport-definitions.htm#IssueReport.issue.details" title="Additional description of the issue"><b>details</b></a>&gt;<span style="color: Gray">&lt;!--</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">Additional description of the issue</span><span style="color: Gray"> --&gt;</span>&lt;/details&gt;
  &lt;<a class="dict" href="issuereport-definitions.htm#IssueReport.issue.location" title="A simple XPath limited to element names, repetition indicators and the default child access that identifies one of the elements in the request message that caused this issue to be raised."><b>location</b></a>&gt;<span style="color: Gray">&lt;!--</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">XPath of element(s) related to issue</span><span style="color: Gray"> --&gt;</span>&lt;/location&gt;
 &lt;/issue&gt;
 &lt;<a class="dict" href="issuereport-definitions.htm#IssueReport.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="issuereport-definitions.htm#IssueReport.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/IssueReport&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;list&quot; as a profile (to help derivation)</title>
    <link href="http://hl7.org/implement/standards/fhir/list.profile.xml" rel="self"/>
    <id>http://hl7.org/fhir/profile/list</id>
    <updated>2012-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>list</name>
        <author>
          <name>todo (committee)</name>
        </author>
        <description>Basic Profile. A set of information summarized from a list of other resources</description>
        <status>
          <code>testing</code>
          <date>2012-12-04</date>
        </status>
        <resource>
          <type>Resource</type>
          <element>
            <path>List</path>
            <definition>
              <short>Information summarized from a list of other resources</short>
              <formal>A set of information summarized from a list of other resources</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>List.code</path>
            <definition>
              <short>What the purpose of this list is</short>
              <formal>This code defines the purpose of the list - why it was created</formal>
              <comments>If there is no code, the purpose of the list is implied where it is used, such as in a document section using Document.section.code</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>ListCode</binding>
            </definition>
          </element>
          <element>
            <path>List.source</path>
            <definition>
              <short>Source of the list</short>
              <formal>The entity responsible for deciding what the contents of the list were</formal>
              <comments>The primary and important source is the entity that made the decisions what items are in the list. This may be software or user</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Resource(Person|Agent|Device)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>List.date</path>
            <definition>
              <short>When the list was prepared</short>
              <formal>The date that the list was prepared</formal>
              <comments>The actual important date is the date of currency of the resources that were summarized, but it is usually assumed that these are current when the preparation occurs</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>dateTime</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>List.ordered</path>
            <definition>
              <short>Whether list is ordered or not</short>
              <formal>Whether the list is ordered or not</formal>
              <comments>Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>boolean</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>List.entry</path>
            <definition>
              <short>Entries in the list</short>
              <formal>Entries in this list</formal>
              <comments>If there are no entries in the list, an emptyReason SHOULD be provided</comments>
              <min>0</min>
              <max>*</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>List.entry.status</path>
            <definition>
              <short>added | retained | updated| deleted</short>
              <formal>Status of an entry in this list.</formal>
              <comments>If no status is provided, it must be known that the status of deleted does not apply. A deleted entry should be displayed in narrative as deleted</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>ListEntryStatus</binding>
            </definition>
          </element>
          <element>
            <path>List.entry.item</path>
            <definition>
              <short>Actual entry</short>
              <formal>A reference to the actual resource from which data was derived</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource(Any)</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>List.emptyReason</path>
            <definition>
              <short>Why list is empty</short>
              <formal>If the list is empty, why the list is empty</formal>
              <comments>The various reasons for an empty list make a significant interpretation to its interpretation</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>ListEmptyReason</binding>
            </definition>
          </element>
          <element>
            <path>List.extension</path>
            <definition>
              <short>See Extensions</short>
              <formal>See Extensions</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Extension</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>List.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="list-definitions.htm#List" title="A set of information summarized from a list of other resources"><b>List</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="list-definitions.htm#List.code" title="This code defines the purpose of the list - why it was created"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</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 the purpose of this list is</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
 &lt;<a class="dict" href="list-definitions.htm#List.source" title="The entity responsible for deciding what the contents of the list were"><b>source</b></a>&gt;<span style="color: Gray">&lt;!--</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="Agent.htm#Agent">Agent</a>|<a href="Device.htm#Device">Device</a>)</span> <span style="color: navy">Source of the list</span><span style="color: Gray"> --&gt;</span>&lt;/source&gt;
 &lt;<a class="dict" href="list-definitions.htm#List.date" title="The date that the list was prepared"><b>date</b></a>&gt;<span style="color: Gray">&lt;!--</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 list was prepared</span><span style="color: Gray"> --&gt;</span>&lt;/date&gt;
 &lt;<a class="dict" href="list-definitions.htm#List.ordered" title="Whether the list is ordered or not"><b>ordered</b></a>&gt;<span style="color: Gray">&lt;!--</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">Whether list is ordered or not</span><span style="color: Gray"> --&gt;</span>&lt;/ordered&gt;
 &lt;<a class="dict" href="list-definitions.htm#List.entry" title="Entries in this list"><b>entry</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: deeppink" title="A list can only have an emptyReason if it is empty"><b>0..*</b></span> Entries in the list --&gt;</span>
  &lt;<a class="dict" href="list-definitions.htm#List.entry.status" title="Status of an entry in this list. (this element must be supported or understood)"><span style="text-decoration: underline"><b>status</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">added | retained | updated| deleted</span><span style="color: Gray"> --&gt;</span>&lt;/status&gt;
  &lt;<a class="dict" href="list-definitions.htm#List.entry.item" title="A reference to the actual resource from which data was derived (this element must be supported or understood)"><span style="text-decoration: underline"><b>item</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Any</a>)</span> <span style="color: navy">Actual entry</span><span style="color: Gray"> --&gt;</span>&lt;/item&gt;
 &lt;/entry&gt;
 &lt;<a class="dict" href="list-definitions.htm#List.emptyReason" title="If the list is empty, why the list is empty"><b>emptyReason</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="A list can only have an emptyReason if it is empty"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Why list is empty</span><span style="color: Gray"> --&gt;</span>&lt;/emptyReason&gt;
 &lt;<a class="dict" href="list-definitions.htm#List.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="list-definitions.htm#List.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/List&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="list-definitions.htm#List" title="A set of information summarized from a list of other resources"><b>List</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="list-definitions.htm#List.code" title="This code defines the purpose of the list - why it was created"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</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 the purpose of this list is</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
 &lt;<a class="dict" href="list-definitions.htm#List.source" title="The entity responsible for deciding what the contents of the list were"><b>source</b></a>&gt;<span style="color: Gray">&lt;!--</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="Agent.htm#Agent">Agent</a>|<a href="Device.htm#Device">Device</a>)</span> <span style="color: navy">Source of the list</span><span style="color: Gray"> --&gt;</span>&lt;/source&gt;
 &lt;<a class="dict" href="list-definitions.htm#List.date" title="The date that the list was prepared"><b>date</b></a>&gt;<span style="color: Gray">&lt;!--</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 list was prepared</span><span style="color: Gray"> --&gt;</span>&lt;/date&gt;
 &lt;<a class="dict" href="list-definitions.htm#List.ordered" title="Whether the list is ordered or not"><b>ordered</b></a>&gt;<span style="color: Gray">&lt;!--</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">Whether list is ordered or not</span><span style="color: Gray"> --&gt;</span>&lt;/ordered&gt;
 &lt;<a class="dict" href="list-definitions.htm#List.entry" title="Entries in this list"><b>entry</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: deeppink" title="A list can only have an emptyReason if it is empty"><b>0..*</b></span> Entries in the list --&gt;</span>
  &lt;<a class="dict" href="list-definitions.htm#List.entry.status" title="Status of an entry in this list. (this element must be supported or understood)"><span style="text-decoration: underline"><b>status</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">added | retained | updated| deleted</span><span style="color: Gray"> --&gt;</span>&lt;/status&gt;
  &lt;<a class="dict" href="list-definitions.htm#List.entry.item" title="A reference to the actual resource from which data was derived (this element must be supported or understood)"><span style="text-decoration: underline"><b>item</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Any</a>)</span> <span style="color: navy">Actual entry</span><span style="color: Gray"> --&gt;</span>&lt;/item&gt;
 &lt;/entry&gt;
 &lt;<a class="dict" href="list-definitions.htm#List.emptyReason" title="If the list is empty, why the list is empty"><b>emptyReason</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="A list can only have an emptyReason if it is empty"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">Why list is empty</span><span style="color: Gray"> --&gt;</span>&lt;/emptyReason&gt;
 &lt;<a class="dict" href="list-definitions.htm#List.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="list-definitions.htm#List.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/List&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;labreport&quot; 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-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <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-12-04</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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <mustUnderstand>true</mustUnderstand>
            </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>
              <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>
              <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>
              <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>
              <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>
              <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 (&lt;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>
              <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>
              <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>
              <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>
              <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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>LabReport.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<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=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/status&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/issued&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/patient&gt;
 &lt;<a class="dict" href="labreport-definitions.htm#LabReport.admission" title="The admission that this diagnostic investigation is associated with"><b>admission</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Admission</a>)</span> <span style="color: navy">Admission Context</span><span style="color: Gray"> --&gt;</span>&lt;/admission&gt;
 &lt;<a class="dict" href="labreport-definitions.htm#LabReport.laboratory" title="The laboratory service that issued the report"><b>laboratory</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/laboratory&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/reportId&gt;
 &lt;<a class="dict" href="labreport-definitions.htm#LabReport.requestDetail" title="Details concerning a single pathology test requested."><b>requestDetail</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> What was requested --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/requestOrderId&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/receiverOrderId&gt;
  &lt;<a class="dict" href="labreport-definitions.htm#LabReport.requestDetail.requestTest" title="Identification of pathology test requested,"><b>requestTest</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/requestTest&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/requester&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Any</a>)</span> <span style="color: navy">Clinical information provided</span><span style="color: Gray"> --&gt;</span>&lt;/clinicalInfo&gt;
 &lt;/requestDetail&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/reportName&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/service&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/diagnosticTime&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Specimen</a>)</span> <span style="color: navy">Specimen (incl. time of collection)</span><span style="color: Gray"> --&gt;</span>&lt;/specimen&gt;
 &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Results grouped by specimen/kind/category --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Specimen</a>)</span> <span style="color: navy">Specimen details</span><span style="color: Gray"> --&gt;</span>&lt;/specimen&gt;
  &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..*</b></span> A particular result --&gt;</span>
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/value[x]&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/flag&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/status&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/comments&gt;
   &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Guide for interpretation --&gt;</span>
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/meaning&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/range[x]&gt;
   &lt;/referenceRange&gt;
  &lt;/result&gt;
 &lt;/resultGroup&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/conclusion&gt;
 &lt;<a class="dict" href="labreport-definitions.htm#LabReport.codedDiagnosis" title="Codes for the conclusion"><b>codedDiagnosis</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/codedDiagnosis&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/representation&gt;
 &lt;<a class="dict" href="labreport-definitions.htm#LabReport.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="labreport-definitions.htm#LabReport.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/LabReport&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<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=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/status&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/issued&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/patient&gt;
 &lt;<a class="dict" href="labreport-definitions.htm#LabReport.admission" title="The admission that this diagnostic investigation is associated with"><b>admission</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Admission</a>)</span> <span style="color: navy">Admission Context</span><span style="color: Gray"> --&gt;</span>&lt;/admission&gt;
 &lt;<a class="dict" href="labreport-definitions.htm#LabReport.laboratory" title="The laboratory service that issued the report"><b>laboratory</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/laboratory&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/reportId&gt;
 &lt;<a class="dict" href="labreport-definitions.htm#LabReport.requestDetail" title="Details concerning a single pathology test requested."><b>requestDetail</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> What was requested --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/requestOrderId&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/receiverOrderId&gt;
  &lt;<a class="dict" href="labreport-definitions.htm#LabReport.requestDetail.requestTest" title="Identification of pathology test requested,"><b>requestTest</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/requestTest&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/requester&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Any</a>)</span> <span style="color: navy">Clinical information provided</span><span style="color: Gray"> --&gt;</span>&lt;/clinicalInfo&gt;
 &lt;/requestDetail&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/reportName&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/service&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/diagnosticTime&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Specimen</a>)</span> <span style="color: navy">Specimen (incl. time of collection)</span><span style="color: Gray"> --&gt;</span>&lt;/specimen&gt;
 &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Results grouped by specimen/kind/category --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Specimen</a>)</span> <span style="color: navy">Specimen details</span><span style="color: Gray"> --&gt;</span>&lt;/specimen&gt;
  &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..*</b></span> A particular result --&gt;</span>
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/value[x]&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/flag&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/status&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/comments&gt;
   &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Guide for interpretation --&gt;</span>
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/meaning&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/range[x]&gt;
   &lt;/referenceRange&gt;
  &lt;/result&gt;
 &lt;/resultGroup&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/conclusion&gt;
 &lt;<a class="dict" href="labreport-definitions.htm#LabReport.codedDiagnosis" title="Codes for the conclusion"><b>codedDiagnosis</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/codedDiagnosis&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/representation&gt;
 &lt;<a class="dict" href="labreport-definitions.htm#LabReport.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="labreport-definitions.htm#LabReport.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/LabReport&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;conformance&quot; 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-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <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-12-04</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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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-&quot;must understand&quot; 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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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, along with the search parameters supported</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>uri</code>
              </type>
              <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>
              <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>
              <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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Conformance.rest.resource.history</path>
            <definition>
              <short>Whether vRead can return past versions</short>
              <formal>A flag for whether the server is able to return past versions as part of the vRead operation</formal>
              <comments>It is useful to support the vRead operation for current operations, even if past versions aren't available</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>boolean</code>
              </type>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Conformance.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<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=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="conformance-definitions.htm#Conformance.date" title="Date that the conformance statement is published"><b>date</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/date&gt;
 &lt;<a class="dict" href="conformance-definitions.htm#Conformance.publisher" title="The organization that publishes this conformance statement"><b>publisher</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> Publisher of the statement --&gt;</span>
  &lt;<a class="dict" href="conformance-definitions.htm#Conformance.publisher.name" title="Name of Organization"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="conformance-definitions.htm#Conformance.publisher.address" title="Address of Organization"><b>address</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/address&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/contact&gt;
 &lt;/publisher&gt;
 &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: deeppink" title="Must have one and only one of software, implementation or proposal"><b>0..1</b></span> If profile is for implementation --&gt;</span>
  &lt;<a class="dict" href="conformance-definitions.htm#Conformance.implementation.description" title="Information about the specific implementation "><b>description</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/description&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/url&gt;
 &lt;/implementation&gt;
 &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: deeppink" title="Must have one and only one of software, implementation or proposal"><b>0..1</b></span> If profile is for software offered --&gt;</span>
  &lt;<a class="dict" href="conformance-definitions.htm#Conformance.software.name" title="Name software is known by"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="conformance-definitions.htm#Conformance.software.version" title="Version covered by this statement"><b>version</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/version&gt;
  &lt;<a class="dict" href="conformance-definitions.htm#Conformance.software.releaseDate" title="Date this version of the software released"><b>releaseDate</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/releaseDate&gt;
 &lt;/software&gt;
 &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: deeppink" title="Must have one and only one of software, implementation or proposal"><b>0..1</b></span> If profile is for proposal --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/description&gt;
 &lt;/proposal&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/version&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/acceptUnknown&gt;
 &lt;<a class="dict" href="conformance-definitions.htm#Conformance.rest" title="Defines the restful capabilities of the solution, if any"><b>rest</b></a>&gt;  <span style="color: Gray">&lt;!-- <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 --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/mode&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/documentation&gt;
  &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..*</b></span> Resource served on the REST interface --&gt;</span>
   &lt;<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.type" title="Identifies the resource exposed via the restful interface"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/type&gt;
   &lt;<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, along with the search parameters supported"><b>profile</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/profile&gt;
   &lt;<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.operation" title="Identifies a restful operation supported by the solution"><b>operation</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..*</b></span> What operations are supported? --&gt;</span>
    &lt;<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.operation.code" title="Identifies which operation is supported"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/code&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/documentation&gt;
   &lt;/operation&gt;
   &lt;<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.history" title="A flag for whether the server is able to return past versions as part of the vRead operation"><b>history</b></a>&gt;<span style="color: Gray">&lt;!--</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">Whether vRead can return past versions</span><span style="color: Gray"> --&gt;</span>&lt;/history&gt;
  &lt;/resource&gt;
 &lt;/rest&gt;
 &lt;<a class="dict" href="conformance-definitions.htm#Conformance.messaging" title="Describes the messaging capabilities of the solution"><b>messaging</b></a>&gt;  <span style="color: Gray">&lt;!-- <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 --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/endpoint&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/documentation&gt;
  &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..*</b></span> Declare support for this event --&gt;</span>
   &lt;<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.code" title="Identifies the supported messaging event"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/code&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/mode&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/protocol&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/focus&gt;
   &lt;<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.request" title="Information about the request for this event"><b>request</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/request&gt;
   &lt;<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.response" title="Information about the response for this event"><b>response</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/response&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/documentation&gt;
  &lt;/event&gt;
 &lt;/messaging&gt;
 &lt;<a class="dict" href="conformance-definitions.htm#Conformance.document" title="A document definition"><b>document</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: deeppink" title="A Conformance profile must have at least one of rest, messaging, or document"><b>0..*</b></span> document definition --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/mode&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/documentation&gt;
  &lt;<a class="dict" href="conformance-definitions.htm#Conformance.document.profile" title="Constraint on a resource used in the document"><b>profile</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/profile&gt;
 &lt;/document&gt;
 &lt;<a class="dict" href="conformance-definitions.htm#Conformance.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="conformance-definitions.htm#Conformance.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Conformance&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<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=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="conformance-definitions.htm#Conformance.date" title="Date that the conformance statement is published"><b>date</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/date&gt;
 &lt;<a class="dict" href="conformance-definitions.htm#Conformance.publisher" title="The organization that publishes this conformance statement"><b>publisher</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> Publisher of the statement --&gt;</span>
  &lt;<a class="dict" href="conformance-definitions.htm#Conformance.publisher.name" title="Name of Organization"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="conformance-definitions.htm#Conformance.publisher.address" title="Address of Organization"><b>address</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/address&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/contact&gt;
 &lt;/publisher&gt;
 &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: deeppink" title="Must have one and only one of software, implementation or proposal"><b>0..1</b></span> If profile is for implementation --&gt;</span>
  &lt;<a class="dict" href="conformance-definitions.htm#Conformance.implementation.description" title="Information about the specific implementation "><b>description</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/description&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/url&gt;
 &lt;/implementation&gt;
 &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: deeppink" title="Must have one and only one of software, implementation or proposal"><b>0..1</b></span> If profile is for software offered --&gt;</span>
  &lt;<a class="dict" href="conformance-definitions.htm#Conformance.software.name" title="Name software is known by"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="conformance-definitions.htm#Conformance.software.version" title="Version covered by this statement"><b>version</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/version&gt;
  &lt;<a class="dict" href="conformance-definitions.htm#Conformance.software.releaseDate" title="Date this version of the software released"><b>releaseDate</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/releaseDate&gt;
 &lt;/software&gt;
 &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: deeppink" title="Must have one and only one of software, implementation or proposal"><b>0..1</b></span> If profile is for proposal --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/description&gt;
 &lt;/proposal&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/version&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/acceptUnknown&gt;
 &lt;<a class="dict" href="conformance-definitions.htm#Conformance.rest" title="Defines the restful capabilities of the solution, if any"><b>rest</b></a>&gt;  <span style="color: Gray">&lt;!-- <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 --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/mode&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/documentation&gt;
  &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..*</b></span> Resource served on the REST interface --&gt;</span>
   &lt;<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.type" title="Identifies the resource exposed via the restful interface"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/type&gt;
   &lt;<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, along with the search parameters supported"><b>profile</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/profile&gt;
   &lt;<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.operation" title="Identifies a restful operation supported by the solution"><b>operation</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..*</b></span> What operations are supported? --&gt;</span>
    &lt;<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.operation.code" title="Identifies which operation is supported"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/code&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/documentation&gt;
   &lt;/operation&gt;
   &lt;<a class="dict" href="conformance-definitions.htm#Conformance.rest.resource.history" title="A flag for whether the server is able to return past versions as part of the vRead operation"><b>history</b></a>&gt;<span style="color: Gray">&lt;!--</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">Whether vRead can return past versions</span><span style="color: Gray"> --&gt;</span>&lt;/history&gt;
  &lt;/resource&gt;
 &lt;/rest&gt;
 &lt;<a class="dict" href="conformance-definitions.htm#Conformance.messaging" title="Describes the messaging capabilities of the solution"><b>messaging</b></a>&gt;  <span style="color: Gray">&lt;!-- <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 --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/endpoint&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/documentation&gt;
  &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..*</b></span> Declare support for this event --&gt;</span>
   &lt;<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.code" title="Identifies the supported messaging event"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/code&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/mode&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/protocol&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/focus&gt;
   &lt;<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.request" title="Information about the request for this event"><b>request</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/request&gt;
   &lt;<a class="dict" href="conformance-definitions.htm#Conformance.messaging.event.response" title="Information about the response for this event"><b>response</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/response&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/documentation&gt;
  &lt;/event&gt;
 &lt;/messaging&gt;
 &lt;<a class="dict" href="conformance-definitions.htm#Conformance.document" title="A document definition"><b>document</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: deeppink" title="A Conformance profile must have at least one of rest, messaging, or document"><b>0..*</b></span> document definition --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/mode&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/documentation&gt;
  &lt;<a class="dict" href="conformance-definitions.htm#Conformance.document.profile" title="Constraint on a resource used in the document"><b>profile</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/profile&gt;
 &lt;/document&gt;
 &lt;<a class="dict" href="conformance-definitions.htm#Conformance.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="conformance-definitions.htm#Conformance.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Conformance&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;xdsentry&quot; as a profile (to help derivation)</title>
    <link href="http://hl7.org/implement/standards/fhir/xdsentry.profile.xml" rel="self"/>
    <id>http://hl7.org/fhir/profile/xdsentry</id>
    <updated>2012-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>xdsentry</name>
        <author>
          <name>todo (committee)</name>
        </author>
        <description>Basic Profile. An entry in an XDS registry</description>
        <status>
          <code>testing</code>
          <date>2012-12-04</date>
        </status>
        <resource>
          <type>Resource</type>
          <element>
            <path>XdsEntry</path>
            <definition>
              <short>An Entry in an XDS Registry</short>
              <formal>An entry in an XDS registry</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.url</path>
            <definition>
              <short>Direct URL to retrieve the actual document</short>
              <formal>A URL that is used to access the document content directly. If this is not provided, the document may be found be searching the repositoryId for the documentId</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>uri</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.repositoryId</path>
            <definition>
              <short>repository - logical or literal url</short>
              <formal>The globally unique identifier of the repository where the document is stored, assigned by the Document Repository. This unique identifier for the Document Repository may be used to identify and connect to the specific Document Repository where the document is stored once its metadata has been retrieved from a Document Registry</formal>
              <comments>This repositoryUniqueId is intended to respond to the following types of usage: The means to reference the Document Repository where this XDS document is stored. The repositoryUniqueId represents an immutable id for the Document Repository. The means to ensure that a XDS Document is retrieved from the appropriate Document Repository.</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>uri</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.mimeType</path>
            <definition>
              <short>mime type of document</short>
              <formal>MIME type of the document in the Repository.</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.format</path>
            <definition>
              <short>format (urn:.. Following rules)</short>
              <formal>Code globally uniquely specifying the format of the document. Along with the typeCode, it should provide sufficient information to allow any potential XDS Document Consumer to know if it will be able to process the document. The formatCode shall be sufficiently specific to ensure processing/display by identifying a document encoding, structure and template (e.g., for a CDA Document, the fact that it complies with a CDA schema, possibly a template and the choice of a content-specific style sheet).</formal>
              <comments>Format codes may be specified by multiple organizations. Format codes defined by ITI shall have names with the prefix urn:ihe:iti:. Format codes defined by other IHE domains shall have names with the prefix urn:ihe:�domain initials�: Format codes defined by the Affinity Domain shall have names with the prefix urn:ad:�name of affinity domain�: Affinity Domains shall be unique. The prefixes described here are not assumed to be exhaustive.</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.class</path>
            <definition>
              <short>particular kind of document</short>
              <formal>The code specifying the particular kind of document (e.g., Prescription, Discharge Summary, Report). It is suggested that the XDS Affinity Domain draws these values from a coding scheme providing a coarse level of granularity (about 10 to 100 entries). Shall have a single value.</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.type</path>
            <definition>
              <short>precise kind of document</short>
              <formal>The code specifying the precise kind of document (e.g., Pulmonary History and Physical, Discharge Summary, Ultrasound Report).</formal>
              <comments>It is suggested that the XDS Affinity Domain draw these values from a coding scheme providing a fine level of granularity.</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.title</path>
            <definition>
              <short>title of the document</short>
              <formal>Represents the title of the document.</formal>
              <comments>Clinical documents often do not have a title, and are collectively referred to by the display name of the classCode (e.g., a &quot;consultation&quot; or &quot;progress note&quot;). Where these display names are rendered to the clinician, or where the document has a unique title, the title component shall be used. Max length, 128 chars</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.documentId</path>
            <definition>
              <short>document id - logical or literal url</short>
              <formal>The globally unique identifier assigned by the document creator to this document. This unique identifier may be used in the body of other XDS Documents to reference this document.</formal>
              <comments>The length of Unique Identifier shall not exceed 128 bytes. The structure and format of this Id shall be consistent with the specification corresponding to the format attribute. (e.g., for a DICOM standard document a 64 character numeric UID, for an HL7 CDA format a serialization of the CDA Document id extension and root in the form oid#extension, where OID is a 64 digits max, and the ID is a 16 UTF-8 char max). If the oid is coded without the extension then the '^' character shall not be included. This uniqueId is intended to provide the means to reference this XDS document from within the content of another document. Neither the XDS Registry nor the Repository is aware of such references, but the Document Sources and Consumers are</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>uri</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.availability</path>
            <definition>
              <short>Approved | Deprecated</short>
              <formal>deprecated documents can be included in some responses</formal>
              <comments>This attribute is always set to Approved as part of the submission of new XDS Documents. It may be changed to Deprecated under the primary  responsibility of the Document Source with possible patient supervision. Although XDS supports the ability to delete documents, there is no such state as �the Document Entry is removed� (only an audit trail is kept if such a deletion is allowed). </comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>XdsEntryAvailability</binding>
            </definition>
          </element>
          <element>
            <path>XdsEntry.confidentialityCode</path>
            <definition>
              <short>as defined by Affinty Domain</short>
              <formal>The code specifying the level of confidentiality of the XDS Document. These codes are specific to an XDS Affinity Domain.</formal>
              <comments>Enforcement and issues related to highly sensitive documents are beyond the scope of XDS (see security section). confidentialityCode is part of a codification scheme and value set enforced by the Document Registry. </comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.created</path>
            <definition>
              <short>time author created document</short>
              <formal>Represents the time the author created the document in the Document Source</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>instant</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.event</path>
            <definition>
              <short>main clinical act(s)</short>
              <formal>This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a &quot;History and Physical Report&quot; in which the procedure being documented is necessarily a &quot;History and Physical&quot; act.</formal>
              <comments>An event can further specialize the act inherent in the typeCode, such as where it is simply &quot;Procedure Report&quot; and the procedure was a &quot;colonoscopy&quot;. If one or more eventCodes are included, they shall not conflict with the values inherent in the classCode, practiceSettingCode or typeCode, as such a conflict would create an ambiguous situation. This short list of codes is provided to be used as �key words� for certain types of queries.</comments>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.hash</path>
            <definition>
              <short>hexBinary representation of SHA1</short>
              <formal>Hash key of the XDS Document itself</formal>
              <comments>This value is computed by the Document Repository and used by the Document Registry for detecting the improper resubmission of XDS Documents. If present, shall have a single value. If this attribute is received in a Provide &amp; Register Document Set-b [ITI-41] transaction, it shall be verified by the repository with the actual hash value of the submitted document; an XDSRepositoryMetadataError shall be returned on mismatch.</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.size</path>
            <definition>
              <short>size in bytes</short>
              <formal>Size in bytes of the byte stream that was provided in the Register and Provide Transaction and stored by the XDS Document Repository. This value is computed by the Document Repository and included in the Register Documents Set Transaction.</formal>
              <comments>If this attribute is received in a Provide &amp; Register Document Set-b [ITI-41] transaction, it shall be verified by the repository with the actual size of the submitted document; an XDSRepositoryMetadataError shall be returned on mismatch.</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.language</path>
            <definition>
              <short>human language (RFC 3066)</short>
              <formal>Specifies the human language of character data in the document. The values of the attribute are language identifiers as described by the IETF (Internet Engineering Task Force) RFC 3066.</formal>
              <comments>This value may further be restricted by the registry according to XDS Affinity Domain specific policy.</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.folder</path>
            <definition>
              <short>folders this document is in</short>
              <formal>Folders that this document is registered in</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Resource(XdsFolder)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.patientId</path>
            <definition>
              <short>subject of care of the document</short>
              <formal>The patientId represents the subject of care of the document. This identifier shall be from the Assigning Authority Domain supporting the XDS Affinity Domain in which the Document Registry operates.</formal>
              <comments>The system is the &quot;Authority Domain Id&quot; (enforced by the Registry), and the identifier is an Id in the above domain.</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Identifier</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.sourcePatientId</path>
            <definition>
              <short>subject of care in the document</short>
              <formal>The sourcePatientId represents the subject of care medical record Identifier (e.g., Patient Id) in the local patient Identifier Domain of the Document Source.</formal>
              <comments>The system is the &quot;Authority Domain Id&quot; (enforced by the Registry), and the identifier is an Id in the above domain. This sourcePatientId is not intended to be updated once the Document is registered (just as the Document content and metadata itself will not be 
updated without replacing the previous document). As this sourcePatientId may have been merged by the source actor, it may no longer be in use within the Document Source (EHR-CR). It is only intended as an audit/checking mechanism and has occasional use for 
Document Consumer Actors.</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Identifier</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.patientInfo</path>
            <definition>
              <short>demographic details</short>
              <formal>This is a reference to the demographics information of the person to whose medical record this document belongs, as the Document Source knew it at the time of Submission. This information typically includes: the patient first and last name, sex, 
and birth date</formal>
              <comments>The Clinical XDS Affinity Domain policies may require more or less specific information and format. This patient information is not intended to be updated once the Document is registered (just as the Document content and metadata itself will not be updated without replacing the previous document). As sourcePatientInfo may have been updated by the source actor, it may no longer be in use within the Document Source (EHR-CR). It is only intended as an audit/checking mechanism and has occasional use for 
Document Consumer actors.</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Resource(Person)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.author</path>
            <definition>
              <short>human/machine that authored document</short>
              <formal>Represents the humans and/or machines that authored the document</formal>
              <min>1</min>
              <max>*</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.author.name</path>
            <definition>
              <short>name of human/machine</short>
              <formal>Represents the name of the human and/or machine that authored the document  within the authorInstitution</formal>
              <comments>The document author may be the patient  itself</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>HumanName</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.author.id</path>
            <definition>
              <short>id of human/machine</short>
              <formal>Represents the id of the human and/or machine that authored the document  within the authorInstitution</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Identifier</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.author.role</path>
            <definition>
              <short>role of author wrt to the patient</short>
              <formal>A code that represents the role of the author with respect to the patient when the document was created.</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.author.specialty</path>
            <definition>
              <short>speciality of facility per affinity domain</short>
              <formal>Represents a specific specialty within a healthcare facility under which the human and/or machines authored the document</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.author.institution</path>
            <definition>
              <short>facilty under which document authored</short>
              <formal>Represents a specific healthcare facility under which the human and/or machines authored the document.  A specific case is that of homecare. </formal>
              <min>0</min>
              <max>*</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.author.institution.id</path>
            <definition>
              <short>id of facility</short>
              <formal>id of facility</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Identifier</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.author.institution.name</path>
            <definition>
              <short>name of facility</short>
              <formal>name of facility</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.author.contact</path>
            <definition>
              <short>contact details for author</short>
              <formal>Represents the telecommunications address (e.g. email) of the document author, intended to assist with automated routing of other messages intended for the document author</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Contact</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.authenticator</path>
            <definition>
              <short>legal authenticator/attestor</short>
              <formal>Represents a participant who has legally authenticated or attested the document within the authorInstitution. Legal authentication implies that a document has been signed manually or electronically by the legalAuthenticator.</formal>
              <min>0</min>
              <max>1</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.authenticator.id</path>
            <definition>
              <short>id of authenticator</short>
              <formal>id of authenticator</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Identifier</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.authenticator.name</path>
            <definition>
              <short>name of authenticator</short>
              <formal>name of authenticator</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>HumanName</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.facilityType</path>
            <definition>
              <short>type of organizational setting</short>
              <formal>This code represents the type of organizational setting of the clinical encounter during which the documented act occurred</formal>
              <comments>In some cases, the setting of the encounter is inherent in the typeCode, such as &quot;Diabetes Clinic Progress Note&quot;. healthcareFacilityTypeCode shall be equivalent to or further specialize the value inherent in the typeCode; for example, where the typeCode is simply &quot;Clinic Progress Note&quot; and the value of healthcareFacilityTypeCode is &quot;private clinic&quot;.  The value shall not conflict with the value inherent in the typeCode, as such a conflict would create an ambiguous situation</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.practiceSetting</path>
            <definition>
              <short>clinical speciality of the act</short>
              <formal>The code specifying the clinical specialty where the act that resulted in the document was performed (e.g., Family Practice, Laboratory, Radiology).</formal>
              <comments>It is suggested that the XDS Affinity Domain draws these values from a coding scheme providing a coarse level of granularity (about 10 to 100 entries)</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.homeCommunity</path>
            <definition>
              <short>globally unique community id</short>
              <formal>A globally unique identifier for a community. </formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>uri</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.service</path>
            <definition>
              <short>when service being document happened</short>
              <formal>Represents the time of the service being documented took place (clinically significant, but not necessarily when the document was produced or approved).</formal>
              <comments>This may be the same as the encounter time in case the service was delivered during an encounter. Encounter time is not coded in XDS metadata but may be coded in documents managed by XDS. Note: Other times, such as document creation or approval are to be recorded, if needed, within the document.</comments>
              <min>1</min>
              <max>1</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.service.start</path>
            <definition>
              <short>Start time</short>
              <formal>Start time</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>dateTime</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.service.stop</path>
            <definition>
              <short>Stop time</short>
              <formal>Stop time</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>dateTime</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.comments</path>
            <definition>
              <short>comments as specified by affinity domain</short>
              <formal>Comments associated with the Document.</formal>
              <comments> Free form text with an XDS  Affinity Domain specified usage.  </comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.extension</path>
            <definition>
              <short>See Extensions</short>
              <formal>See Extensions</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Extension</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry" title="An entry in an XDS registry"><b>XdsEntry</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.url" title="A URL that is used to access the document content directly. If this is not provided, the document may be found be searching the repositoryId for the documentId"><b>url</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="A url or a repositoryId must be provided"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Direct URL to retrieve the actual document</span><span style="color: Gray"> --&gt;</span>&lt;/url&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.repositoryId" title="The globally unique identifier of the repository where the document is stored, assigned by the Document Repository. This unique identifier for the Document Repository may be used to identify and connect to the specific Document Repository where the document is stored once its metadata has been retrieved from a Document Registry"><b>repositoryId</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="A url or a repositoryId must be provided"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">repository - logical or literal url</span><span style="color: Gray"> --&gt;</span>&lt;/repositoryId&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.mimeType" title="MIME type of the document in the Repository."><b>mimeType</b></a>&gt;<span style="color: Gray">&lt;!--</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">mime type of document</span><span style="color: Gray"> --&gt;</span>&lt;/mimeType&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.format" title="Code globally uniquely specifying the format of the document. Along with the typeCode, it should provide sufficient information to allow any potential XDS Document Consumer to know if it will be able to process the document. The formatCode shall be sufficiently specific to ensure processing/display by identifying a document encoding, structure and template (e.g., for a CDA Document, the fact that it complies with a CDA schema, possibly a template and the choice of a content-specific style sheet)."><b>format</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">format (urn:.. Following rules)</span><span style="color: Gray"> --&gt;</span>&lt;/format&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.class" title="The code specifying the particular kind of document (e.g., Prescription, Discharge Summary, Report). It is suggested that the XDS Affinity Domain draws these values from a coding scheme providing a coarse level of granularity (about 10 to 100 entries). Shall have a single value."><b>class</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">particular kind of document</span><span style="color: Gray"> --&gt;</span>&lt;/class&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.type" title="The code specifying the precise kind of document (e.g., Pulmonary History and Physical, Discharge Summary, Ultrasound Report)."><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">precise kind of document</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.title" title="Represents the title of the document."><b>title</b></a>&gt;<span style="color: Gray">&lt;!--</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">title of the document</span><span style="color: Gray"> --&gt;</span>&lt;/title&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.documentId" title="The globally unique identifier assigned by the document creator to this document. This unique identifier may be used in the body of other XDS Documents to reference this document."><b>documentId</b></a>&gt;<span style="color: Gray">&lt;!--</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">document id - logical or literal url</span><span style="color: Gray"> --&gt;</span>&lt;/documentId&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.availability" title="deprecated documents can be included in some responses"><b>availability</b></a>&gt;<span style="color: Gray">&lt;!--</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">Approved | Deprecated</span><span style="color: Gray"> --&gt;</span>&lt;/availability&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.confidentialityCode" title="The code specifying the level of confidentiality of the XDS Document. These codes are specific to an XDS Affinity Domain."><b>confidentialityCode</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">as defined by Affinty Domain</span><span style="color: Gray"> --&gt;</span>&lt;/confidentialityCode&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.created" title="Represents the time the author created the document in the Document Source"><b>created</b></a>&gt;<span style="color: Gray">&lt;!--</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">time author created document</span><span style="color: Gray"> --&gt;</span>&lt;/created&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.event" title="This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act."><b>event</b></a>&gt;<span style="color: Gray">&lt;!--</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">main clinical act(s)</span><span style="color: Gray"> --&gt;</span>&lt;/event&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.hash" title="Hash key of the XDS Document itself"><b>hash</b></a>&gt;<span style="color: Gray">&lt;!--</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">hexBinary representation of SHA1</span><span style="color: Gray"> --&gt;</span>&lt;/hash&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.size" title="Size in bytes of the byte stream that was provided in the Register and Provide Transaction and stored by the XDS Document Repository. This value is computed by the Document Repository and included in the Register Documents Set Transaction."><b>size</b></a>&gt;<span style="color: Gray">&lt;!--</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">size in bytes</span><span style="color: Gray"> --&gt;</span>&lt;/size&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.language" title="Specifies the human language of character data in the document. The values of the attribute are language identifiers as described by the IETF (Internet Engineering Task Force) RFC 3066."><b>language</b></a>&gt;<span style="color: Gray">&lt;!--</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 language (RFC 3066)</span><span style="color: Gray"> --&gt;</span>&lt;/language&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.folder" title="Folders that this document is registered in"><b>folder</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="XdsFolder.htm#XdsFolder">XdsFolder</a>)</span> <span style="color: navy">folders this document is in</span><span style="color: Gray"> --&gt;</span>&lt;/folder&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.patientId" title="The patientId represents the subject of care of the document. This identifier shall be from the Assigning Authority Domain supporting the XDS Affinity Domain in which the Document Registry operates."><b>patientId</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">subject of care of the document</span><span style="color: Gray"> --&gt;</span>&lt;/patientId&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.sourcePatientId" title="The sourcePatientId represents the subject of care medical record Identifier (e.g., Patient Id) in the local patient Identifier Domain of the Document Source."><b>sourcePatientId</b></a>&gt;<span style="color: Gray">&lt;!--</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">subject of care in the document</span><span style="color: Gray"> --&gt;</span>&lt;/sourcePatientId&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.patientInfo" title="This is a reference to the demographics information of the person to whose medical record this document belongs, as the Document Source knew it at the time of Submission. This information typically includes: the patient first and last name, sex,  and birth date"><b>patientInfo</b></a>&gt;<span style="color: Gray">&lt;!--</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">demographic details</span><span style="color: Gray"> --&gt;</span>&lt;/patientInfo&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.author" title="Represents the humans and/or machines that authored the document"><b>author</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..*</b></span> human/machine that authored document --&gt;</span>
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.author.name" title="Represents the name of the human and/or machine that authored the document  within the authorInstitution"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="At least a name, id, contact, or institution sub-attribute shall be present"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanName">HumanName</a></span> <span style="color: navy">name of human/machine</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.author.id" title="Represents the id of the human and/or machine that authored the document  within the authorInstitution"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="At least a name, id, contact, or institution sub-attribute shall be present"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">id of human/machine</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.author.role" title="A code that represents the role of the author with respect to the patient when the document was created."><b>role</b></a>&gt;<span style="color: Gray">&lt;!--</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">role of author wrt to the patient</span><span style="color: Gray"> --&gt;</span>&lt;/role&gt;
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.author.specialty" title="Represents a specific specialty within a healthcare facility under which the human and/or machines authored the document"><b>specialty</b></a>&gt;<span style="color: Gray">&lt;!--</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">speciality of facility per affinity domain</span><span style="color: Gray"> --&gt;</span>&lt;/specialty&gt;
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.author.institution" title="Represents a specific healthcare facility under which the human and/or machines authored the document.  A specific case is that of homecare. "><b>institution</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: deeppink" title="At least a name, id, contact, or institution sub-attribute shall be present"><b>0..*</b></span> facilty under which document authored --&gt;</span>
   &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.author.institution.id" title="id of facility"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</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 of facility</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
   &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.author.institution.name" title="name of facility"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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 facility</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
  &lt;/institution&gt;
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.author.contact" title="Represents the telecommunications address (e.g. email) of the document author, intended to assist with automated routing of other messages intended for the document author"><b>contact</b></a>&gt;<span style="color: Gray">&lt;!--</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 author</span><span style="color: Gray"> --&gt;</span>&lt;/contact&gt;
 &lt;/author&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.authenticator" title="Represents a participant who has legally authenticated or attested the document within the authorInstitution. Legal authentication implies that a document has been signed manually or electronically by the legalAuthenticator."><b>authenticator</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> legal authenticator/attestor --&gt;</span>
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.authenticator.id" title="id of authenticator"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="A name or id must be provided"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">id of authenticator</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.authenticator.name" title="name of authenticator"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="A name or id must be provided"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanName">HumanName</a></span> <span style="color: navy">name of authenticator</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
 &lt;/authenticator&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.facilityType" title="This code represents the type of organizational setting of the clinical encounter during which the documented act occurred"><b>facilityType</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">type of organizational setting</span><span style="color: Gray"> --&gt;</span>&lt;/facilityType&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.practiceSetting" title="The code specifying the clinical specialty where the act that resulted in the document was performed (e.g., Family Practice, Laboratory, Radiology)."><b>practiceSetting</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">clinical speciality of the act</span><span style="color: Gray"> --&gt;</span>&lt;/practiceSetting&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.homeCommunity" title="A globally unique identifier for a community. "><b>homeCommunity</b></a>&gt;<span style="color: Gray">&lt;!--</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">globally unique community id</span><span style="color: Gray"> --&gt;</span>&lt;/homeCommunity&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.service" title="Represents the time of the service being documented took place (clinically significant, but not necessarily when the document was produced or approved)."><b>service</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> when service being document happened --&gt;</span>
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.service.start" title="Start time"><b>start</b></a>&gt;<span style="color: Gray">&lt;!--</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">Start time</span><span style="color: Gray"> --&gt;</span>&lt;/start&gt;
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.service.stop" title="Stop time"><b>stop</b></a>&gt;<span style="color: Gray">&lt;!--</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">Stop time</span><span style="color: Gray"> --&gt;</span>&lt;/stop&gt;
 &lt;/service&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.comments" title="Comments associated with the Document."><b>comments</b></a>&gt;<span style="color: Gray">&lt;!--</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 as specified by affinity domain</span><span style="color: Gray"> --&gt;</span>&lt;/comments&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/XdsEntry&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry" title="An entry in an XDS registry"><b>XdsEntry</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.url" title="A URL that is used to access the document content directly. If this is not provided, the document may be found be searching the repositoryId for the documentId"><b>url</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="A url or a repositoryId must be provided"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">Direct URL to retrieve the actual document</span><span style="color: Gray"> --&gt;</span>&lt;/url&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.repositoryId" title="The globally unique identifier of the repository where the document is stored, assigned by the Document Repository. This unique identifier for the Document Repository may be used to identify and connect to the specific Document Repository where the document is stored once its metadata has been retrieved from a Document Registry"><b>repositoryId</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="A url or a repositoryId must be provided"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#uri">uri</a></span> <span style="color: navy">repository - logical or literal url</span><span style="color: Gray"> --&gt;</span>&lt;/repositoryId&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.mimeType" title="MIME type of the document in the Repository."><b>mimeType</b></a>&gt;<span style="color: Gray">&lt;!--</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">mime type of document</span><span style="color: Gray"> --&gt;</span>&lt;/mimeType&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.format" title="Code globally uniquely specifying the format of the document. Along with the typeCode, it should provide sufficient information to allow any potential XDS Document Consumer to know if it will be able to process the document. The formatCode shall be sufficiently specific to ensure processing/display by identifying a document encoding, structure and template (e.g., for a CDA Document, the fact that it complies with a CDA schema, possibly a template and the choice of a content-specific style sheet)."><b>format</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">format (urn:.. Following rules)</span><span style="color: Gray"> --&gt;</span>&lt;/format&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.class" title="The code specifying the particular kind of document (e.g., Prescription, Discharge Summary, Report). It is suggested that the XDS Affinity Domain draws these values from a coding scheme providing a coarse level of granularity (about 10 to 100 entries). Shall have a single value."><b>class</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">particular kind of document</span><span style="color: Gray"> --&gt;</span>&lt;/class&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.type" title="The code specifying the precise kind of document (e.g., Pulmonary History and Physical, Discharge Summary, Ultrasound Report)."><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">precise kind of document</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.title" title="Represents the title of the document."><b>title</b></a>&gt;<span style="color: Gray">&lt;!--</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">title of the document</span><span style="color: Gray"> --&gt;</span>&lt;/title&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.documentId" title="The globally unique identifier assigned by the document creator to this document. This unique identifier may be used in the body of other XDS Documents to reference this document."><b>documentId</b></a>&gt;<span style="color: Gray">&lt;!--</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">document id - logical or literal url</span><span style="color: Gray"> --&gt;</span>&lt;/documentId&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.availability" title="deprecated documents can be included in some responses"><b>availability</b></a>&gt;<span style="color: Gray">&lt;!--</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">Approved | Deprecated</span><span style="color: Gray"> --&gt;</span>&lt;/availability&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.confidentialityCode" title="The code specifying the level of confidentiality of the XDS Document. These codes are specific to an XDS Affinity Domain."><b>confidentialityCode</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">as defined by Affinty Domain</span><span style="color: Gray"> --&gt;</span>&lt;/confidentialityCode&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.created" title="Represents the time the author created the document in the Document Source"><b>created</b></a>&gt;<span style="color: Gray">&lt;!--</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">time author created document</span><span style="color: Gray"> --&gt;</span>&lt;/created&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.event" title="This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act."><b>event</b></a>&gt;<span style="color: Gray">&lt;!--</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">main clinical act(s)</span><span style="color: Gray"> --&gt;</span>&lt;/event&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.hash" title="Hash key of the XDS Document itself"><b>hash</b></a>&gt;<span style="color: Gray">&lt;!--</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">hexBinary representation of SHA1</span><span style="color: Gray"> --&gt;</span>&lt;/hash&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.size" title="Size in bytes of the byte stream that was provided in the Register and Provide Transaction and stored by the XDS Document Repository. This value is computed by the Document Repository and included in the Register Documents Set Transaction."><b>size</b></a>&gt;<span style="color: Gray">&lt;!--</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">size in bytes</span><span style="color: Gray"> --&gt;</span>&lt;/size&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.language" title="Specifies the human language of character data in the document. The values of the attribute are language identifiers as described by the IETF (Internet Engineering Task Force) RFC 3066."><b>language</b></a>&gt;<span style="color: Gray">&lt;!--</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 language (RFC 3066)</span><span style="color: Gray"> --&gt;</span>&lt;/language&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.folder" title="Folders that this document is registered in"><b>folder</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="XdsFolder.htm#XdsFolder">XdsFolder</a>)</span> <span style="color: navy">folders this document is in</span><span style="color: Gray"> --&gt;</span>&lt;/folder&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.patientId" title="The patientId represents the subject of care of the document. This identifier shall be from the Assigning Authority Domain supporting the XDS Affinity Domain in which the Document Registry operates."><b>patientId</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">subject of care of the document</span><span style="color: Gray"> --&gt;</span>&lt;/patientId&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.sourcePatientId" title="The sourcePatientId represents the subject of care medical record Identifier (e.g., Patient Id) in the local patient Identifier Domain of the Document Source."><b>sourcePatientId</b></a>&gt;<span style="color: Gray">&lt;!--</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">subject of care in the document</span><span style="color: Gray"> --&gt;</span>&lt;/sourcePatientId&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.patientInfo" title="This is a reference to the demographics information of the person to whose medical record this document belongs, as the Document Source knew it at the time of Submission. This information typically includes: the patient first and last name, sex,  and birth date"><b>patientInfo</b></a>&gt;<span style="color: Gray">&lt;!--</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">demographic details</span><span style="color: Gray"> --&gt;</span>&lt;/patientInfo&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.author" title="Represents the humans and/or machines that authored the document"><b>author</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..*</b></span> human/machine that authored document --&gt;</span>
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.author.name" title="Represents the name of the human and/or machine that authored the document  within the authorInstitution"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="At least a name, id, contact, or institution sub-attribute shall be present"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanName">HumanName</a></span> <span style="color: navy">name of human/machine</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.author.id" title="Represents the id of the human and/or machine that authored the document  within the authorInstitution"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="At least a name, id, contact, or institution sub-attribute shall be present"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">id of human/machine</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.author.role" title="A code that represents the role of the author with respect to the patient when the document was created."><b>role</b></a>&gt;<span style="color: Gray">&lt;!--</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">role of author wrt to the patient</span><span style="color: Gray"> --&gt;</span>&lt;/role&gt;
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.author.specialty" title="Represents a specific specialty within a healthcare facility under which the human and/or machines authored the document"><b>specialty</b></a>&gt;<span style="color: Gray">&lt;!--</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">speciality of facility per affinity domain</span><span style="color: Gray"> --&gt;</span>&lt;/specialty&gt;
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.author.institution" title="Represents a specific healthcare facility under which the human and/or machines authored the document.  A specific case is that of homecare. "><b>institution</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: deeppink" title="At least a name, id, contact, or institution sub-attribute shall be present"><b>0..*</b></span> facilty under which document authored --&gt;</span>
   &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.author.institution.id" title="id of facility"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</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 of facility</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
   &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.author.institution.name" title="name of facility"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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 facility</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
  &lt;/institution&gt;
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.author.contact" title="Represents the telecommunications address (e.g. email) of the document author, intended to assist with automated routing of other messages intended for the document author"><b>contact</b></a>&gt;<span style="color: Gray">&lt;!--</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 author</span><span style="color: Gray"> --&gt;</span>&lt;/contact&gt;
 &lt;/author&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.authenticator" title="Represents a participant who has legally authenticated or attested the document within the authorInstitution. Legal authentication implies that a document has been signed manually or electronically by the legalAuthenticator."><b>authenticator</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> legal authenticator/attestor --&gt;</span>
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.authenticator.id" title="id of authenticator"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="A name or id must be provided"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">id of authenticator</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.authenticator.name" title="name of authenticator"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="A name or id must be provided"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#HumanName">HumanName</a></span> <span style="color: navy">name of authenticator</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
 &lt;/authenticator&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.facilityType" title="This code represents the type of organizational setting of the clinical encounter during which the documented act occurred"><b>facilityType</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">type of organizational setting</span><span style="color: Gray"> --&gt;</span>&lt;/facilityType&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.practiceSetting" title="The code specifying the clinical specialty where the act that resulted in the document was performed (e.g., Family Practice, Laboratory, Radiology)."><b>practiceSetting</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">clinical speciality of the act</span><span style="color: Gray"> --&gt;</span>&lt;/practiceSetting&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.homeCommunity" title="A globally unique identifier for a community. "><b>homeCommunity</b></a>&gt;<span style="color: Gray">&lt;!--</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">globally unique community id</span><span style="color: Gray"> --&gt;</span>&lt;/homeCommunity&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.service" title="Represents the time of the service being documented took place (clinically significant, but not necessarily when the document was produced or approved)."><b>service</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> when service being document happened --&gt;</span>
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.service.start" title="Start time"><b>start</b></a>&gt;<span style="color: Gray">&lt;!--</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">Start time</span><span style="color: Gray"> --&gt;</span>&lt;/start&gt;
  &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.service.stop" title="Stop time"><b>stop</b></a>&gt;<span style="color: Gray">&lt;!--</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">Stop time</span><span style="color: Gray"> --&gt;</span>&lt;/stop&gt;
 &lt;/service&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.comments" title="Comments associated with the Document."><b>comments</b></a>&gt;<span style="color: Gray">&lt;!--</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 as specified by affinity domain</span><span style="color: Gray"> --&gt;</span>&lt;/comments&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="xdsentry-definitions.htm#XdsEntry.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/XdsEntry&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;document&quot; as a profile (to help derivation)</title>
    <link href="http://hl7.org/implement/standards/fhir/document.profile.xml" rel="self"/>
    <id>http://hl7.org/fhir/profile/document</id>
    <updated>2012-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>document</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-12-04</date>
        </status>
        <resource>
          <type>Resource</type>
          <element>
            <path>Document</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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information</path>
            <definition>
              <short>Metadata and context for this document</short>
              <formal>Defines the medata and context for this document</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>DocumentInformation</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.id</path>
            <definition>
              <short>logical identifier for document (version-independent)</short>
              <formal>Logical Identifier for the document, assigned when created. This identifier stays constant when subsequent versions of the document are created</formal>
              <comments>see discussion in resource definition for how these relate</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Identifier</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.versionId</path>
            <definition>
              <short>version-specific identifier for document</short>
              <formal>Version specific identifier for the document, assigned when created. This identifier changes when subsequent versions of the document are created</formal>
              <comments>see discussion in resource definition for how these relate</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Identifier</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.instant</path>
            <definition>
              <short>Document Creation Time</short>
              <formal>the document creation time, when the document first came into being. Where the 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>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.class</path>
            <definition>
              <short>particular kind of document</short>
              <formal>The code specifying the particular kind of document (e.g., Prescription, Discharge Summary, Report).</formal>
              <comments> It is suggested that the XDS Affinity Domain draws these values from a coding scheme providing a coarse level of granularity (about 10 to 100 entries). Shall have a single value. This should be an extension</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.type</path>
            <definition>
              <short>Kind of Document (LOINC if possible)</short>
              <formal>Specifies 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>
              <mustUnderstand>true</mustUnderstand>
              <binding>DocumentType</binding>
            </definition>
          </element>
          <element>
            <path>Document.information.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 &quot;consultation&quot; or &quot;progress note&quot;). 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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.confidentialityCode</path>
            <definition>
              <short>as defined by Affinity Domain</short>
              <formal>The code specifying the level of confidentiality of the XDS Document. These codes are specific to an XDS Affinity Domain.</formal>
              <comments>Enforcement and issues related to highly sensitive documents are beyond the scope of XDS (see security section). confidentialityCode is part of a codification scheme and value set enforced by the Document Registry. </comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.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(Person|Patient|Group|Device)</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.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(Person|Agent)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.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>
              <mustUnderstand>false</mustUnderstand>
              <binding>DocumentAttestationMode</binding>
            </definition>
          </element>
          <element>
            <path>Document.information.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.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(Person|Agent|Organization)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.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>0</min>
              <max>1</max>
              <type>
                <code>Resource(Organization)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.event</path>
            <definition>
              <short>The clinical event/act/item being documented</short>
              <formal>The main event/act/item, 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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.event.code</path>
            <definition>
              <short>code(s) that apply to the event being documented</short>
              <formal>This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a &quot;History and Physical Report&quot; in which the procedure being documented is necessarily a &quot;History and Physical&quot; act.</formal>
              <comments>An event can further specialize the act inherent in the typeCode, such as where it is simply &quot;Procedure Report&quot; and the procedure was a &quot;colonoscopy&quot;. If one or more eventCodes are included, they shall not conflict with the values inherent in the classCode, practiceSettingCode or typeCode, as such a conflict would create an ambiguous situation. This short list of codes is provided to be used as �key words� for certain types of queries.</comments>
              <min>0</min>
              <max>*</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.event.period</path>
            <definition>
              <short>The period covered by the document</short>
              <formal>The period of time covered by the document. There is no assertion that the document is a complete representation for this period, only that it documents events during this time</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Period</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.event.detail</path>
            <definition>
              <short>Full details for the event(s) the document concents</short>
              <formal>Full details for the event(s) the document concents</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Resource(Any)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.facilityType</path>
            <definition>
              <short>type of organizational setting</short>
              <formal>This code represents the type of organizational setting of the clinical encounter during which the documented act occurred</formal>
              <comments>In some cases, the setting of the encounter is inherent in the typeCode, such as &quot;Diabetes Clinic Progress Note&quot;. healthcareFacilityTypeCode shall be equivalent to or further specialize the value inherent in the typeCode; for example, where the typeCode is simply &quot;Clinic Progress Note&quot; and the value of healthcareFacilityTypeCode is &quot;private clinic&quot;.  The value shall not conflict with the value inherent in the typeCode, as such a conflict would create an ambiguous situation</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.information.practiceSetting</path>
            <definition>
              <short>clinical speciality of the act</short>
              <formal>The code specifying the clinical specialty where the act that resulted in the document was performed (e.g., Family Practice, Laboratory, Radiology).</formal>
              <comments>It is suggested that the XDS Affinity Domain draws these values from a coding scheme providing a coarse level of granularity (about 10 to 100 entries)</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.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>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.provenance</path>
            <definition>
              <short>Additional provenance about the document and it's parts</short>
              <formal>Additional provenance about the document and the resources that are the sections</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Resource(Provenance)</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.section.code</path>
            <definition>
              <short>Classification 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>
              <mustUnderstand>false</mustUnderstand>
              <binding>DocumentSectionCode</binding>
            </definition>
          </element>
          <element>
            <path>Document.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>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.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>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.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>@Document.Section</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.extension</path>
            <definition>
              <short>See Extensions</short>
              <formal>See Extensions</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Extension</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Document.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal> </formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="document-definitions.htm#Document" 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>Document</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="document-definitions.htm#Document.information" title="Defines the medata and context for this document (this element must be supported or understood)"><span style="text-decoration: underline"><b>information</b></span></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> Metadata and context for this document --&gt;</span>
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.id" title="Logical Identifier for the document, assigned when created. This identifier stays constant when subsequent versions of the document are created (this element must be supported or understood)"><span style="text-decoration: underline"><b>id</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">logical identifier for document (version-independent)</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.versionId" title="Version specific identifier for the document, assigned when created. This identifier changes when subsequent versions of the document are created (this element must be supported or understood)"><span style="text-decoration: underline"><b>versionId</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">version-specific identifier for document</span><span style="color: Gray"> --&gt;</span>&lt;/versionId&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.instant" title="the document creation time, when the document first came into being. Where the 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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/instant&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.class" title="The code specifying the particular kind of document (e.g., Prescription, Discharge Summary, Report)."><b>class</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">particular kind of document</span><span style="color: Gray"> --&gt;</span>&lt;/class&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.type" title="Specifies 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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/type&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.title" title="Official human-readable label for the document"><b>title</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/title&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.confidentialityCode" title="The code specifying the level of confidentiality of the XDS Document. These codes are specific to an XDS Affinity Domain."><b>confidentialityCode</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">as defined by Affinity Domain</span><span style="color: Gray"> --&gt;</span>&lt;/confidentialityCode&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.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>&gt;<span style="color: Gray">&lt;!--</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="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"> --&gt;</span>&lt;/subject&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.author" title="Identifies who is responsible for the information in the document.  (Not necessarily who typed it in.)"><b>author</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Person.htm#Person">Person</a>|<a href="Agent.htm#Agent">Agent</a>)</span> <span style="color: navy">Who/what authored the final document</span><span style="color: Gray"> --&gt;</span>&lt;/author&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.attester" title="A participant who has attested to the accuracy of the document"><b>attester</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Attests to accuracy of document --&gt;</span>
   &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.attester.mode" title="The type of attestation the authenticator offers"><b>mode</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/mode&gt;
   &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.attester.time" title="When document was attested by the party"><b>time</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/time&gt;
   &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.attester.party" title="Who attested the document in the specified way"><b>party</b></a>&gt;<span style="color: Gray">&lt;!--</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="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"> --&gt;</span>&lt;/party&gt;
  &lt;/attester&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.custodian" title="Identifies the organization or group who is responsible for ongoing maintenance of and access to the document."><b>custodian</b></a>&gt;<span style="color: Gray">&lt;!--</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">Org which maintains the document</span><span style="color: Gray"> --&gt;</span>&lt;/custodian&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.event" title="The main event/act/item, such as a colonoscopy or an appendectomy, being documented"><b>event</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> The clinical event/act/item being documented --&gt;</span>
   &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.event.code" title="This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act."><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</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">code(s) that apply to the event being documented</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
   &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.event.period" title="The period of time covered by the document. There is no assertion that the document is a complete representation for this period, only that it documents events during this time"><b>period</b></a>&gt;<span style="color: Gray">&lt;!--</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 covered by the document</span><span style="color: Gray"> --&gt;</span>&lt;/period&gt;
   &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.event.detail" title="Full details for the event(s) the document concents"><b>detail</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Any</a>)</span> <span style="color: navy">Full details for the event(s) the document concents</span><span style="color: Gray"> --&gt;</span>&lt;/detail&gt;
  &lt;/event&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.encounter" title="Describes the clinical encounter or type of care this document is associated with."><b>encounter</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Admission</a>|<a href="resources.htm">InterestOfCare</a>)</span> <span style="color: navy">Context of the document</span><span style="color: Gray"> --&gt;</span>&lt;/encounter&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.facilityType" title="This code represents the type of organizational setting of the clinical encounter during which the documented act occurred"><b>facilityType</b></a>&gt;<span style="color: Gray">&lt;!--</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 organizational setting</span><span style="color: Gray"> --&gt;</span>&lt;/facilityType&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.practiceSetting" title="The code specifying the clinical specialty where the act that resulted in the document was performed (e.g., Family Practice, Laboratory, Radiology)."><b>practiceSetting</b></a>&gt;<span style="color: Gray">&lt;!--</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">clinical speciality of the act</span><span style="color: Gray"> --&gt;</span>&lt;/practiceSetting&gt;
 &lt;/information&gt;
 &lt;<a class="dict" href="document-definitions.htm#Document.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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/replaces&gt;
 &lt;<a class="dict" href="document-definitions.htm#Document.provenance" title="Additional provenance about the document and the resources that are the sections (this element must be supported or understood)"><span style="text-decoration: underline"><b>provenance</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Provenance.htm#Provenance">Provenance</a>)</span> <span style="color: navy">Additional provenance about the document and it's parts</span><span style="color: Gray"> --&gt;</span>&lt;/provenance&gt;
 &lt;<a class="dict" href="document-definitions.htm#Document.stylesheet" title="A fixed stylesheet to use when rendering the documents"><b>stylesheet</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/stylesheet&gt;
 &lt;<a class="dict" href="document-definitions.htm#Document.representation" title="An alternative representation of the document that can be used in place of the html based rendering"><b>representation</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/representation&gt;
 &lt;<a class="dict" href="document-definitions.htm#Document.section" title="Identifies a main topic within the document's table of contents"><b>section</b></a>&gt;  <span style="color: Gray">&lt;!-- <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 --&gt;</span>
  &lt;<a class="dict" href="document-definitions.htm#Document.section.code" title="A code identifying the kind of content contained within the section"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</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">Classification of section (recommended)</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
  &lt;<a class="dict" href="document-definitions.htm#Document.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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/subject&gt;
  &lt;<a class="dict" href="document-definitions.htm#Document.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>&gt;<span style="color: Gray">&lt;!--</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="resources.htm">Any</a>)</span> <span style="color: navy">The actual data for the section</span><span style="color: Gray"> --&gt;</span>&lt;/content&gt;
  &lt;<a class="dict" href="document-definitions.htm#Document.section.section" title="Identifies a subtopic within the section as part of the document's table of contents"><b>section</b></a>&gt;<span style="color: Gray">&lt;!--</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 Document.Section</span> <span style="color: navy">Nested Section</span><span style="color: Gray"> --&gt;</span>&lt;/section&gt;
 &lt;/section&gt;
 &lt;<a class="dict" href="document-definitions.htm#Document.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="document-definitions.htm#Document.text" title="  (this element must be supported or understood)"><span style="text-decoration: underline"><b>text</b></span></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Document&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="document-definitions.htm#Document" 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>Document</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="document-definitions.htm#Document.information" title="Defines the medata and context for this document (this element must be supported or understood)"><span style="text-decoration: underline"><b>information</b></span></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> Metadata and context for this document --&gt;</span>
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.id" title="Logical Identifier for the document, assigned when created. This identifier stays constant when subsequent versions of the document are created (this element must be supported or understood)"><span style="text-decoration: underline"><b>id</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">logical identifier for document (version-independent)</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.versionId" title="Version specific identifier for the document, assigned when created. This identifier changes when subsequent versions of the document are created (this element must be supported or understood)"><span style="text-decoration: underline"><b>versionId</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">version-specific identifier for document</span><span style="color: Gray"> --&gt;</span>&lt;/versionId&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.instant" title="the document creation time, when the document first came into being. Where the 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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/instant&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.class" title="The code specifying the particular kind of document (e.g., Prescription, Discharge Summary, Report)."><b>class</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">particular kind of document</span><span style="color: Gray"> --&gt;</span>&lt;/class&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.type" title="Specifies 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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/type&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.title" title="Official human-readable label for the document"><b>title</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/title&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.confidentialityCode" title="The code specifying the level of confidentiality of the XDS Document. These codes are specific to an XDS Affinity Domain."><b>confidentialityCode</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">as defined by Affinity Domain</span><span style="color: Gray"> --&gt;</span>&lt;/confidentialityCode&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.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>&gt;<span style="color: Gray">&lt;!--</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="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"> --&gt;</span>&lt;/subject&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.author" title="Identifies who is responsible for the information in the document.  (Not necessarily who typed it in.)"><b>author</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Person.htm#Person">Person</a>|<a href="Agent.htm#Agent">Agent</a>)</span> <span style="color: navy">Who/what authored the final document</span><span style="color: Gray"> --&gt;</span>&lt;/author&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.attester" title="A participant who has attested to the accuracy of the document"><b>attester</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Attests to accuracy of document --&gt;</span>
   &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.attester.mode" title="The type of attestation the authenticator offers"><b>mode</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/mode&gt;
   &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.attester.time" title="When document was attested by the party"><b>time</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/time&gt;
   &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.attester.party" title="Who attested the document in the specified way"><b>party</b></a>&gt;<span style="color: Gray">&lt;!--</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="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"> --&gt;</span>&lt;/party&gt;
  &lt;/attester&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.custodian" title="Identifies the organization or group who is responsible for ongoing maintenance of and access to the document."><b>custodian</b></a>&gt;<span style="color: Gray">&lt;!--</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">Org which maintains the document</span><span style="color: Gray"> --&gt;</span>&lt;/custodian&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.event" title="The main event/act/item, such as a colonoscopy or an appendectomy, being documented"><b>event</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> The clinical event/act/item being documented --&gt;</span>
   &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.event.code" title="This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act."><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</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">code(s) that apply to the event being documented</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
   &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.event.period" title="The period of time covered by the document. There is no assertion that the document is a complete representation for this period, only that it documents events during this time"><b>period</b></a>&gt;<span style="color: Gray">&lt;!--</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 covered by the document</span><span style="color: Gray"> --&gt;</span>&lt;/period&gt;
   &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.event.detail" title="Full details for the event(s) the document concents"><b>detail</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Any</a>)</span> <span style="color: navy">Full details for the event(s) the document concents</span><span style="color: Gray"> --&gt;</span>&lt;/detail&gt;
  &lt;/event&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.encounter" title="Describes the clinical encounter or type of care this document is associated with."><b>encounter</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Admission</a>|<a href="resources.htm">InterestOfCare</a>)</span> <span style="color: navy">Context of the document</span><span style="color: Gray"> --&gt;</span>&lt;/encounter&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.facilityType" title="This code represents the type of organizational setting of the clinical encounter during which the documented act occurred"><b>facilityType</b></a>&gt;<span style="color: Gray">&lt;!--</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 organizational setting</span><span style="color: Gray"> --&gt;</span>&lt;/facilityType&gt;
  &lt;<a class="dict" href="document-definitions.htm#DocumentInformation.practiceSetting" title="The code specifying the clinical specialty where the act that resulted in the document was performed (e.g., Family Practice, Laboratory, Radiology)."><b>practiceSetting</b></a>&gt;<span style="color: Gray">&lt;!--</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">clinical speciality of the act</span><span style="color: Gray"> --&gt;</span>&lt;/practiceSetting&gt;
 &lt;/information&gt;
 &lt;<a class="dict" href="document-definitions.htm#Document.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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/replaces&gt;
 &lt;<a class="dict" href="document-definitions.htm#Document.provenance" title="Additional provenance about the document and the resources that are the sections (this element must be supported or understood)"><span style="text-decoration: underline"><b>provenance</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Provenance.htm#Provenance">Provenance</a>)</span> <span style="color: navy">Additional provenance about the document and it's parts</span><span style="color: Gray"> --&gt;</span>&lt;/provenance&gt;
 &lt;<a class="dict" href="document-definitions.htm#Document.stylesheet" title="A fixed stylesheet to use when rendering the documents"><b>stylesheet</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/stylesheet&gt;
 &lt;<a class="dict" href="document-definitions.htm#Document.representation" title="An alternative representation of the document that can be used in place of the html based rendering"><b>representation</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/representation&gt;
 &lt;<a class="dict" href="document-definitions.htm#Document.section" title="Identifies a main topic within the document's table of contents"><b>section</b></a>&gt;  <span style="color: Gray">&lt;!-- <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 --&gt;</span>
  &lt;<a class="dict" href="document-definitions.htm#Document.section.code" title="A code identifying the kind of content contained within the section"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</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">Classification of section (recommended)</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
  &lt;<a class="dict" href="document-definitions.htm#Document.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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/subject&gt;
  &lt;<a class="dict" href="document-definitions.htm#Document.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>&gt;<span style="color: Gray">&lt;!--</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="resources.htm">Any</a>)</span> <span style="color: navy">The actual data for the section</span><span style="color: Gray"> --&gt;</span>&lt;/content&gt;
  &lt;<a class="dict" href="document-definitions.htm#Document.section.section" title="Identifies a subtopic within the section as part of the document's table of contents"><b>section</b></a>&gt;<span style="color: Gray">&lt;!--</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 Document.Section</span> <span style="color: navy">Nested Section</span><span style="color: Gray"> --&gt;</span>&lt;/section&gt;
 &lt;/section&gt;
 &lt;<a class="dict" href="document-definitions.htm#Document.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="document-definitions.htm#Document.text" title="  (this element must be supported or understood)"><span style="text-decoration: underline"><b>text</b></span></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Document&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;message&quot; as a profile (to help derivation)</title>
    <link href="http://hl7.org/implement/standards/fhir/message.profile.xml" rel="self"/>
    <id>http://hl7.org/fhir/profile/message</id>
    <updated>2012-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>message</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-12-04</date>
        </status>
        <resource>
          <type>Resource</type>
          <element>
            <path>Message</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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.id</path>
            <definition>
              <short>id of this message</short>
              <formal>The identifier of this message</formal>
              <comments>This must be unique within the scope of this stream of messages</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>id</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.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>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.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>
              <mustUnderstand>true</mustUnderstand>
              <binding>MessageEvent</binding>
            </definition>
          </element>
          <element>
            <path>Message.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>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.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>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.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 Message. Specific data for the response will be found in Message.data</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>ResponseCode</binding>
            </definition>
          </element>
          <element>
            <path>Message.response.details</path>
            <definition>
              <short>Specific list of hints/warnings/errors</short>
              <formal>Full details of any issues found in the message</formal>
              <comments>This must be contained in the bundle. If any of the issues are errors, the response code must be an error</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Resource(IssueReport)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.source</path>
            <definition>
              <short>Message Source Application</short>
              <formal>The source application from which this message originated</formal>
              <min>1</min>
              <max>1</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.enterer</path>
            <definition>
              <short>The source of the data entry</short>
              <formal>The person or device that performed the data entry leading to this Message. Where there is more than one candidate, pick the most proximal to the Message. 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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.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 Message. 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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.receiver</path>
            <definition>
              <short>Intended &quot;real-world&quot; 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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.responsible</path>
            <definition>
              <short>Final responsibility for event</short>
              <formal>The person or organization that accepts overall responsibility for the contents of the Message. 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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.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>
              <mustUnderstand>false</mustUnderstand>
              <binding>EventReason</binding>
            </definition>
          </element>
          <element>
            <path>Message.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 &quot;bundled&quot; 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>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.extension</path>
            <definition>
              <short>See Extensions</short>
              <formal>See Extensions</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Extension</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Message.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal> </formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="message-definitions.htm#Message" title="A transmission requesting action on a bundle of one or more resources or a response to such a request"><b>Message</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.id" title="The identifier of this message (this element must be supported or understood)"><span style="text-decoration: underline"><b>id</b></span></a>&gt;<span style="color: Gray">&lt;!--</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 this message</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.instant" title="Instant the message was sent (this element must be supported or understood)"><span style="text-decoration: underline"><b>instant</b></span></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/instant&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/event&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> If this is a reply to prior message --&gt;</span>
  &lt;<a class="dict" href="message-definitions.htm#Message.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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/id&gt;
  &lt;<a class="dict" href="message-definitions.htm#Message.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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/code&gt;
  &lt;<a class="dict" href="message-definitions.htm#Message.response.details" title="Full details of any issues found in the message"><b>details</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="IssueReport.htm#IssueReport">IssueReport</a>)</span> <span style="color: navy">Specific list of hints/warnings/errors</span><span style="color: Gray"> --&gt;</span>&lt;/details&gt;
 &lt;/response&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.source" title="The source application from which this message originated"><b>source</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> Message Source Application --&gt;</span>
  &lt;<a class="dict" href="message-definitions.htm#Message.source.name" title="Human readable name for the target system"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="message-definitions.htm#Message.source.software" title="May include configuration or other information useful in debugging."><b>software</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/software&gt;
  &lt;<a class="dict" href="message-definitions.htm#Message.source.version" title="Can convey versions of multiple systems in situations where a message passes through multiple hands."><b>version</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/version&gt;
  &lt;<a class="dict" href="message-definitions.htm#Message.source.contact" title="An e-mail, phone, website or other contact point to use to resolve issues with message communications."><b>contact</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/contact&gt;
  &lt;<a class="dict" href="message-definitions.htm#Message.source.endpoint" title="Identifies the routing target to send acknowledgements to."><b>endpoint</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/endpoint&gt;
 &lt;/source&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.destination" title="The destination application which the message is intended for"><b>destination</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> Message Destination Application --&gt;</span>
  &lt;<a class="dict" href="message-definitions.htm#Message.destination.name" title="Human readable name for the source system"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="message-definitions.htm#Message.destination.target" title="Identifies the target end system in situations where the initial message transmission is to an intermediary system."><b>target</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/target&gt;
  &lt;<a class="dict" href="message-definitions.htm#Message.destination.endpoint" title="Indicates where the message should be routed to."><b>endpoint</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/endpoint&gt;
 &lt;/destination&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.enterer" title="The person or device that performed the data entry leading to this Message. Where there is more than one candidate, pick the most proximal to the Message. Can provide other enterers in extensions"><b>enterer</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/enterer&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.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 Message. Can provide other authors in extensions"><b>author</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/author&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.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>&gt;<span style="color: Gray">&lt;!--</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 &quot;real-world&quot; recipient for the data</span><span style="color: Gray"> --&gt;</span>&lt;/receiver&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.responsible" title="The person or organization that accepts overall responsibility for the contents of the Message. The implication is that the message event happened under the policies of the responsible party"><b>responsible</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/responsible&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/effective&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.reason" title="The cause of the event - a reason for the event that is a focus of this message occurred"><b>reason</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/reason&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.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>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Any</a>)</span> <span style="color: navy">The actual content of the message</span><span style="color: Gray"> --&gt;</span>&lt;/data&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.text" title=" "><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Message&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="message-definitions.htm#Message" title="A transmission requesting action on a bundle of one or more resources or a response to such a request"><b>Message</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.id" title="The identifier of this message (this element must be supported or understood)"><span style="text-decoration: underline"><b>id</b></span></a>&gt;<span style="color: Gray">&lt;!--</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 this message</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.instant" title="Instant the message was sent (this element must be supported or understood)"><span style="text-decoration: underline"><b>instant</b></span></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/instant&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/event&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> If this is a reply to prior message --&gt;</span>
  &lt;<a class="dict" href="message-definitions.htm#Message.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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/id&gt;
  &lt;<a class="dict" href="message-definitions.htm#Message.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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/code&gt;
  &lt;<a class="dict" href="message-definitions.htm#Message.response.details" title="Full details of any issues found in the message"><b>details</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="IssueReport.htm#IssueReport">IssueReport</a>)</span> <span style="color: navy">Specific list of hints/warnings/errors</span><span style="color: Gray"> --&gt;</span>&lt;/details&gt;
 &lt;/response&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.source" title="The source application from which this message originated"><b>source</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> Message Source Application --&gt;</span>
  &lt;<a class="dict" href="message-definitions.htm#Message.source.name" title="Human readable name for the target system"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="message-definitions.htm#Message.source.software" title="May include configuration or other information useful in debugging."><b>software</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/software&gt;
  &lt;<a class="dict" href="message-definitions.htm#Message.source.version" title="Can convey versions of multiple systems in situations where a message passes through multiple hands."><b>version</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/version&gt;
  &lt;<a class="dict" href="message-definitions.htm#Message.source.contact" title="An e-mail, phone, website or other contact point to use to resolve issues with message communications."><b>contact</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/contact&gt;
  &lt;<a class="dict" href="message-definitions.htm#Message.source.endpoint" title="Identifies the routing target to send acknowledgements to."><b>endpoint</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/endpoint&gt;
 &lt;/source&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.destination" title="The destination application which the message is intended for"><b>destination</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> Message Destination Application --&gt;</span>
  &lt;<a class="dict" href="message-definitions.htm#Message.destination.name" title="Human readable name for the source system"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="message-definitions.htm#Message.destination.target" title="Identifies the target end system in situations where the initial message transmission is to an intermediary system."><b>target</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/target&gt;
  &lt;<a class="dict" href="message-definitions.htm#Message.destination.endpoint" title="Indicates where the message should be routed to."><b>endpoint</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/endpoint&gt;
 &lt;/destination&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.enterer" title="The person or device that performed the data entry leading to this Message. Where there is more than one candidate, pick the most proximal to the Message. Can provide other enterers in extensions"><b>enterer</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/enterer&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.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 Message. Can provide other authors in extensions"><b>author</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/author&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.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>&gt;<span style="color: Gray">&lt;!--</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 &quot;real-world&quot; recipient for the data</span><span style="color: Gray"> --&gt;</span>&lt;/receiver&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.responsible" title="The person or organization that accepts overall responsibility for the contents of the Message. The implication is that the message event happened under the policies of the responsible party"><b>responsible</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/responsible&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/effective&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.reason" title="The cause of the event - a reason for the event that is a focus of this message occurred"><b>reason</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/reason&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.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>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Any</a>)</span> <span style="color: navy">The actual content of the message</span><span style="color: Gray"> --&gt;</span>&lt;/data&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="message-definitions.htm#Message.text" title=" "><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Message&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;agent&quot; 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-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>agent</name>
        <author>
          <name>todo (committee)</name>
        </author>
        <description>Basic Profile. A person who represents an organization, and is authorized to perform actions on its behalf</description>
        <status>
          <code>testing</code>
          <date>2012-12-04</date>
        </status>
        <resource>
          <type>Resource</type>
          <element>
            <path>Agent</path>
            <definition>
              <short>A person acting on behalf of an organization</short>
              <formal>A person who represents an organization, and is authorized to perform actions on its behalf</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource</code>
              </type>
              <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>0</min>
              <max>1</max>
              <type>
                <code>Resource(Person)</code>
              </type>
              <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>0</min>
              <max>1</max>
              <type>
                <code>Resource(Organization)</code>
              </type>
              <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>0</min>
              <max>*</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>AgentRole</binding>
            </definition>
          </element>
          <element>
            <path>Agent.specialty</path>
            <definition>
              <short>Specific specialty associated with the agency</short>
              <formal>Represents a specific specialty within the healthcare facility under which the agent acts</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>AgentSpecialty</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>
              <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>
              <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>
              <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>
              <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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Agent.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="agent-definitions.htm#Agent" title="A person who represents an organization, and is authorized to perform actions on its behalf"><b>Agent</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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">The person who is the agent</span><span style="color: Gray"> --&gt;</span>&lt;/person&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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">The represented organization</span><span style="color: Gray"> --&gt;</span>&lt;/organization&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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">A role the agent has</span><span style="color: Gray"> --&gt;</span>&lt;/role&gt;
 &lt;<a class="dict" href="agent-definitions.htm#Agent.specialty" title="Represents a specific specialty within the healthcare facility under which the agent acts"><b>specialty</b></a>&gt;<span style="color: Gray">&lt;!--</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">Specific specialty associated with the agency</span><span style="color: Gray"> --&gt;</span>&lt;/specialty&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/period&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identifier&gt;
 &lt;<a class="dict" href="agent-definitions.htm#Agent.address" title="A postal address for this person playing this role"><b>address</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/address&gt;
 &lt;<a class="dict" href="agent-definitions.htm#Agent.contact" title="A contact detail address for this person playing this role"><b>contact</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/contact&gt;
 &lt;<a class="dict" href="agent-definitions.htm#Agent.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="agent-definitions.htm#Agent.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Agent&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="agent-definitions.htm#Agent" title="A person who represents an organization, and is authorized to perform actions on its behalf"><b>Agent</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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">The person who is the agent</span><span style="color: Gray"> --&gt;</span>&lt;/person&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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">The represented organization</span><span style="color: Gray"> --&gt;</span>&lt;/organization&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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">A role the agent has</span><span style="color: Gray"> --&gt;</span>&lt;/role&gt;
 &lt;<a class="dict" href="agent-definitions.htm#Agent.specialty" title="Represents a specific specialty within the healthcare facility under which the agent acts"><b>specialty</b></a>&gt;<span style="color: Gray">&lt;!--</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">Specific specialty associated with the agency</span><span style="color: Gray"> --&gt;</span>&lt;/specialty&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/period&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identifier&gt;
 &lt;<a class="dict" href="agent-definitions.htm#Agent.address" title="A postal address for this person playing this role"><b>address</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/address&gt;
 &lt;<a class="dict" href="agent-definitions.htm#Agent.contact" title="A contact detail address for this person playing this role"><b>contact</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/contact&gt;
 &lt;<a class="dict" href="agent-definitions.htm#Agent.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="agent-definitions.htm#Agent.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Agent&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;profile&quot; 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-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>profile</name>
        <author>
          <name>todo (committee)</name>
        </author>
        <description>Basic Profile. A Resource Profile - a statement of use of FHIR.  It may include constraints on Resources, Data Types, Terminology Binding Statements and Extension Definitions</description>
        <status>
          <code>testing</code>
          <date>2012-12-04</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.  It may include constraints on Resources, Data Types, 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>
              <mustUnderstand>false</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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Profile.version</path>
            <definition>
              <short>Used by external version specific references</short>
              <formal>The official version of this profile - for external version specific references. This has an arbitrary value managed by the profile author manually</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Profile.author</path>
            <definition>
              <short>(Organization or individual)</short>
              <formal>Details of the author who accepts responsibility for publishing the profile</formal>
              <comments>Usually an organization, but may be an individual</comments>
              <min>1</min>
              <max>1</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Profile.author.name</path>
            <definition>
              <short>Name of the recognized author</short>
              <formal>The name of the individual or organization with primary responsibility for the content of the profile</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <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>
              <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 misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc.  It is *not* a rendering of the profile as conveyed in Profile.text</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <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>
              <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>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Profile.status.code</path>
            <definition>
              <short>draft | testing | review | production | withdrawn | superseded</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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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 Message or a Document)</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>ResourceType</binding>
            </definition>
          </element>
          <element>
            <path>Profile.resource</path>
            <definition>
              <short>A constraint on a resource or a data type</short>
              <formal>A constraint statement about what contents a resource or data type may have</formal>
              <min>0</min>
              <max>*</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Profile.resource.type</path>
            <definition>
              <short>The Resource or Data Type being described</short>
              <formal>The Resource or Data type being described</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>FHIRContentType</binding>
            </definition>
          </element>
          <element>
            <path>Profile.resource.profile</path>
            <definition>
              <short>Resource Profile reference (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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Profile.resource.name</path>
            <definition>
              <short>Name for this particular resource profile (internal usage)</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>
              <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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Profile.resource.element</path>
            <definition>
              <short>Definition of elements in the resource (if no profile)</short>
              <formal>Captures constraints on each element within the resource</formal>
              <min>0</min>
              <max>*</max>
              <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 and is expressed as a &quot;.&quot;-separated list of ancestor elements, beginning with the name of the resource</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <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>
              <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>
              <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 summarizes 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>
              <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>
              <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>
              <comments>If it is possible to capture usage rules using invariants, that mechanism should be used in preference to this element</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <mustUnderstand>false</mustUnderstand>
              <binding>DataType</binding>
            </definition>
          </element>
          <element>
            <path>Profile.resource.element.definition.type.profile</path>
            <definition>
              <short>Profile to apply</short>
              <formal>Identifies a profile that must hold for resources or datatypes 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>
              <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>
              <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>
              <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>
              <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>
              <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 &quot;context&quot; element - the lowest element in the hierarchy that is common to all nodes referenced by the constraint</comments>
              <min>0</min>
              <max>*</max>
              <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>
              <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>
              <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>
              <comments>This allows constraints to be asserted as &quot;shall&quot; (error) and &quot;should&quot; (warning)</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>ConstraintSeverity</binding>
            </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>
              <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 &quot;f&quot; as the namespace prefix and must not use any other prefixes</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <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>
              <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>&quot;Something useful&quot; is context dependent.  Key test is what would a reasonable observer expect of a system that explicitly claims to &quot;support&quot; this element</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>boolean</code>
              </type>
              <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>
              <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>
              <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>
              <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>
              <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.  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>
              <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>
              <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 &quot;exhaustive&quot;.  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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Profile.resource.searchParam</path>
            <definition>
              <short>Additional search params defined</short>
              <formal>Defines additional search parameters for implementations to support and/or make use of</formal>
              <min>0</min>
              <max>*</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Profile.resource.searchParam.name</path>
            <definition>
              <short>Name of search parameter</short>
              <formal>Corresponds to the name of the standard or custom search parameter</formal>
              <comments>Parameter names cannot overlap with standard parameter names, and standard parameters cannot be redefined</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Profile.resource.searchParam.type</path>
            <definition>
              <short>Type of search parameter</short>
              <formal>The type of value a search parameter refers to, and how the content is interpreted</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>SearchParamType</binding>
            </definition>
          </element>
          <element>
            <path>Profile.resource.searchParam.repeats</path>
            <definition>
              <short>If multiples are allowed, and what it means</short>
              <formal>Whether multiple uses of the parameter are allowed in searches, and if they are, how the multiple values are understood</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>SearchRepeatBehavior</binding>
            </definition>
          </element>
          <element>
            <path>Profile.resource.searchParam.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>
              <min>1</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Profile.extensionDefn.id</path>
            <definition>
              <short>Identifies the extension in this profile</short>
              <formal>A unique code (within the profile) used to identify the extension</formal>
              <comments>Matches the portion of a reference to an extension after the # in the a url to the profile</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>id</code>
              </type>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <comments>When the binding use used for elements with a type of &quot;code&quot; (rather than Coding or CodableConcept), the binding is treated as non-extensible regardless of the value of this property</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>boolean</code>
              </type>
              <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>
              <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>
              <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>
              <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>string</code>
              </type>
              <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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Profile.binding.concept.display</path>
            <definition>
              <short>Print name - defaults to code</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>
              <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>
              <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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Profile.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="profile-definitions.htm#Profile" title="A Resource Profile - a statement of use of FHIR.  It may include constraints on Resources, Data Types, Terminology Binding Statements and Extension Definitions"><b>Profile</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="profile-definitions.htm#Profile.name" title="A free text natural language name identifying the Profile"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
 &lt;<a class="dict" href="profile-definitions.htm#Profile.version" title="The official version of this profile - for external version specific references. This has an arbitrary value managed by the profile author manually"><b>version</b></a>&gt;<span style="color: Gray">&lt;!--</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">Used by external version specific references</span><span style="color: Gray"> --&gt;</span>&lt;/version&gt;
 &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> (Organization or individual) --&gt;</span>
  &lt;<a class="dict" href="profile-definitions.htm#Profile.author.name" title="The name of the individual or organization with primary responsibility for the content of the profile"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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 recognized author</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/reference&gt;
 &lt;/author&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/description&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/code&gt;
 &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> Current status --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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 | superseded</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/date&gt;
  &lt;<a class="dict" href="profile-definitions.htm#Profile.status.comment" title="Additional commentary related to the profile's status"><b>comment</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/comment&gt;
 &lt;/status&gt;
 &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> External source of extensions and bindings --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/uri&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/prefix&gt;
 &lt;/import&gt;
 &lt;<a class="dict" href="profile-definitions.htm#Profile.bundle" title="If this profile describes a bundle, the first resource in the bundle (usually a Message or a Document)"><b>bundle</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/bundle&gt;
 &lt;<a class="dict" href="profile-definitions.htm#Profile.resource" title="A constraint statement about what contents a resource or data type may have"><b>resource</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> A constraint on a resource or a data type --&gt;</span>
  &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.type" title="The Resource or Data type being described"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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 Resource or Data Type being described</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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 reference (supplies the constraints)</span><span style="color: Gray"> --&gt;</span>&lt;/profile&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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 particular resource profile (internal usage)</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.purpose" title="Human summary: why describe this resource?"><b>purpose</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/purpose&gt;
  &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.element" title="Captures constraints on each element within the resource"><b>element</b></a>&gt;  <span style="color: Gray">&lt;!-- <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 (if no profile) --&gt;</span>
   &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.element.path" title="The path identifies the element and is expressed as a "."-separated list of ancestor elements, beginning with the name of the resource"><b>path</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/path&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
   &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> More specific definition of the element  --&gt;</span>
    &lt;<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 summarizes profiles"><b>short</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/short&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/formal&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/comments&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/requirements&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/synonym&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/min&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Max must be a number or "*""><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"> --&gt;</span>&lt;/max&gt;
    &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Type of the element --&gt;</span>
     &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.type.code" title="Data type or Resource"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/code&gt;
     &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.type.profile" title="Identifies a profile that must hold for resources or datatypes referenced as the type of this element"><b>profile</b></a>&gt;<span style="color: Gray">&lt;!--</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 to apply</span><span style="color: Gray"> --&gt;</span>&lt;/profile&gt;
    &lt;/type&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/nameReference&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Either a name or a fixed value (but not both) is permitted; Value may only be specified if the type consists of a single repetition that has a type corresponding to one of the primitive data types."><b>0..1</b></span> <span style="color: navy">Fixed value: [as defined for type]</span><span style="color: Gray"> --&gt;</span>&lt;/value[x]&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/maxLength&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/condition&gt;
    &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Condition that must evaluate to true --&gt;</span>
     &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/id&gt;
     &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
     &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/severity&gt;
     &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/human&gt;
     &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.constraint.xpath" title="XPath expression of constraint"><b>xpath</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/xpath&gt;
     &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.constraint.ocl" title="OCL expression of constraint"><b>ocl</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/ocl&gt;
    &lt;/constraint&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/mustSupport&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/mustUnderstand&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/binding&gt;
    &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Map element to another set of definitions --&gt;</span>
     &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/target&gt;
     &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/map&gt;
    &lt;/mapping&gt;
   &lt;/definition&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/bundled&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/closed&gt;
  &lt;/element&gt;
  &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.searchParam" title="Defines additional search parameters for implementations to support and/or make use of"><b>searchParam</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Additional search params defined --&gt;</span>
   &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.searchParam.name" title="Corresponds to the name of the standard or custom search parameter"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
   &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.searchParam.type" title="The type of value a search parameter refers to, and how the content is interpreted"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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 search parameter</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
   &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.searchParam.repeats" title="Whether multiple uses of the parameter are allowed in searches, and if they are, how the multiple values are understood"><b>repeats</b></a>&gt;<span style="color: Gray">&lt;!--</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">If multiples are allowed, and what it means</span><span style="color: Gray"> --&gt;</span>&lt;/repeats&gt;
   &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.searchParam.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>&gt;<span style="color: Gray">&lt;!--</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">Contents and meaning of search parameter</span><span style="color: Gray"> --&gt;</span>&lt;/documentation&gt;
  &lt;/searchParam&gt;
 &lt;/resource&gt;
 &lt;<a class="dict" href="profile-definitions.htm#Profile.extensionDefn" title="An extension defined as part of the profile"><b>extensionDefn</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Definition of an extension --&gt;</span>
  &lt;<a class="dict" href="profile-definitions.htm#Profile.extensionDefn.id" title="A unique code (within the profile) used to identify the extension"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Codes must be unique in the context of a profile"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Identifies the extension in this profile</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/contextType&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/context&gt;
  &lt;<a class="dict" href="profile-definitions.htm#Profile.extensionDefn.definition" title="Definition of the extension and its content"><b>definition</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/definition&gt;
 &lt;/extensionDefn&gt;
 &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Define code sets for coded elements --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Binding name must be unique in the context of a profile"><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"> --&gt;</span>&lt;/name&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/definition&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/type&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/isExtensible&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/conformance&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/reference&gt;
  &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <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 --&gt;</span>
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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">Code to use for this concept</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/system&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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</span><span style="color: Gray"> --&gt;</span>&lt;/display&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/definition&gt;
  &lt;/concept&gt;
 &lt;/binding&gt;
 &lt;<a class="dict" href="profile-definitions.htm#Profile.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="profile-definitions.htm#Profile.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Profile&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="profile-definitions.htm#Profile" title="A Resource Profile - a statement of use of FHIR.  It may include constraints on Resources, Data Types, Terminology Binding Statements and Extension Definitions"><b>Profile</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="profile-definitions.htm#Profile.name" title="A free text natural language name identifying the Profile"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
 &lt;<a class="dict" href="profile-definitions.htm#Profile.version" title="The official version of this profile - for external version specific references. This has an arbitrary value managed by the profile author manually"><b>version</b></a>&gt;<span style="color: Gray">&lt;!--</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">Used by external version specific references</span><span style="color: Gray"> --&gt;</span>&lt;/version&gt;
 &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> (Organization or individual) --&gt;</span>
  &lt;<a class="dict" href="profile-definitions.htm#Profile.author.name" title="The name of the individual or organization with primary responsibility for the content of the profile"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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 recognized author</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/reference&gt;
 &lt;/author&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/description&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/code&gt;
 &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> Current status --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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 | superseded</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/date&gt;
  &lt;<a class="dict" href="profile-definitions.htm#Profile.status.comment" title="Additional commentary related to the profile's status"><b>comment</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/comment&gt;
 &lt;/status&gt;
 &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> External source of extensions and bindings --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/uri&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/prefix&gt;
 &lt;/import&gt;
 &lt;<a class="dict" href="profile-definitions.htm#Profile.bundle" title="If this profile describes a bundle, the first resource in the bundle (usually a Message or a Document)"><b>bundle</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/bundle&gt;
 &lt;<a class="dict" href="profile-definitions.htm#Profile.resource" title="A constraint statement about what contents a resource or data type may have"><b>resource</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> A constraint on a resource or a data type --&gt;</span>
  &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.type" title="The Resource or Data type being described"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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 Resource or Data Type being described</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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 reference (supplies the constraints)</span><span style="color: Gray"> --&gt;</span>&lt;/profile&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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 particular resource profile (internal usage)</span><span style="color: Gray"> --&gt;</span>&lt;/name&gt;
  &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.purpose" title="Human summary: why describe this resource?"><b>purpose</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/purpose&gt;
  &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.element" title="Captures constraints on each element within the resource"><b>element</b></a>&gt;  <span style="color: Gray">&lt;!-- <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 (if no profile) --&gt;</span>
   &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.element.path" title="The path identifies the element and is expressed as a "."-separated list of ancestor elements, beginning with the name of the resource"><b>path</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/path&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
   &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>1..1</b></span> More specific definition of the element  --&gt;</span>
    &lt;<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 summarizes profiles"><b>short</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/short&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/formal&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/comments&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/requirements&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/synonym&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/min&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Max must be a number or "*""><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"> --&gt;</span>&lt;/max&gt;
    &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Type of the element --&gt;</span>
     &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.type.code" title="Data type or Resource"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/code&gt;
     &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.type.profile" title="Identifies a profile that must hold for resources or datatypes referenced as the type of this element"><b>profile</b></a>&gt;<span style="color: Gray">&lt;!--</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 to apply</span><span style="color: Gray"> --&gt;</span>&lt;/profile&gt;
    &lt;/type&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/nameReference&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Either a name or a fixed value (but not both) is permitted; Value may only be specified if the type consists of a single repetition that has a type corresponding to one of the primitive data types."><b>0..1</b></span> <span style="color: navy">Fixed value: [as defined for type]</span><span style="color: Gray"> --&gt;</span>&lt;/value[x]&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/maxLength&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/condition&gt;
    &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Condition that must evaluate to true --&gt;</span>
     &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/id&gt;
     &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
     &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/severity&gt;
     &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/human&gt;
     &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.constraint.xpath" title="XPath expression of constraint"><b>xpath</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/xpath&gt;
     &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.element.definition.constraint.ocl" title="OCL expression of constraint"><b>ocl</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/ocl&gt;
    &lt;/constraint&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/mustSupport&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/mustUnderstand&gt;
    &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/binding&gt;
    &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Map element to another set of definitions --&gt;</span>
     &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/target&gt;
     &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/map&gt;
    &lt;/mapping&gt;
   &lt;/definition&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/bundled&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/closed&gt;
  &lt;/element&gt;
  &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.searchParam" title="Defines additional search parameters for implementations to support and/or make use of"><b>searchParam</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Additional search params defined --&gt;</span>
   &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.searchParam.name" title="Corresponds to the name of the standard or custom search parameter"><b>name</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
   &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.searchParam.type" title="The type of value a search parameter refers to, and how the content is interpreted"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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 search parameter</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
   &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.searchParam.repeats" title="Whether multiple uses of the parameter are allowed in searches, and if they are, how the multiple values are understood"><b>repeats</b></a>&gt;<span style="color: Gray">&lt;!--</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">If multiples are allowed, and what it means</span><span style="color: Gray"> --&gt;</span>&lt;/repeats&gt;
   &lt;<a class="dict" href="profile-definitions.htm#Profile.resource.searchParam.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>&gt;<span style="color: Gray">&lt;!--</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">Contents and meaning of search parameter</span><span style="color: Gray"> --&gt;</span>&lt;/documentation&gt;
  &lt;/searchParam&gt;
 &lt;/resource&gt;
 &lt;<a class="dict" href="profile-definitions.htm#Profile.extensionDefn" title="An extension defined as part of the profile"><b>extensionDefn</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Definition of an extension --&gt;</span>
  &lt;<a class="dict" href="profile-definitions.htm#Profile.extensionDefn.id" title="A unique code (within the profile) used to identify the extension"><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Codes must be unique in the context of a profile"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#id">id</a></span> <span style="color: navy">Identifies the extension in this profile</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/contextType&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/context&gt;
  &lt;<a class="dict" href="profile-definitions.htm#Profile.extensionDefn.definition" title="Definition of the extension and its content"><b>definition</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/definition&gt;
 &lt;/extensionDefn&gt;
 &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Define code sets for coded elements --&gt;</span>
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Binding name must be unique in the context of a profile"><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"> --&gt;</span>&lt;/name&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/definition&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/type&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/isExtensible&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/conformance&gt;
  &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/reference&gt;
  &lt;<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>&gt;  <span style="color: Gray">&lt;!-- <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 --&gt;</span>
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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">Code to use for this concept</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/system&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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</span><span style="color: Gray"> --&gt;</span>&lt;/display&gt;
   &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/definition&gt;
  &lt;/concept&gt;
 &lt;/binding&gt;
 &lt;<a class="dict" href="profile-definitions.htm#Profile.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="profile-definitions.htm#Profile.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Profile&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;observation&quot; as a profile (to help derivation)</title>
    <link href="http://hl7.org/implement/standards/fhir/observation.profile.xml" rel="self"/>
    <id>http://hl7.org/fhir/profile/observation</id>
    <updated>2012-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>observation</name>
        <author>
          <name>todo (committee)</name>
        </author>
        <description>Basic Profile. Simple assertions and measurements made about a patient, device or other subject</description>
        <status>
          <code>testing</code>
          <date>2012-12-04</date>
        </status>
        <resource>
          <type>Resource</type>
          <element>
            <path>Observation</path>
            <definition>
              <short>Simple observations</short>
              <formal>Simple assertions and measurements made about a patient, device or other subject</formal>
              <comments>Used for &quot;simple&quot; observations such as vital signs, height, weight, smoking status, comments, etc.  *Not* used for lab results, diagnostic images or other more complex observations.</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Observation.identifier</path>
            <definition>
              <short>Observation id</short>
              <formal>A unique identifier for the simple observation</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Identifier</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Observation.type</path>
            <definition>
              <short>Kind of observation</short>
              <formal>Identifies what type of observation was performed</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>SimpleObservationType</binding>
            </definition>
          </element>
          <element>
            <path>Observation.bodySite</path>
            <definition>
              <short>Observed body part</short>
              <formal>Indicates where on the subject's body the observation was made.</formal>
              <comments>Only used if not implicit in code for SimpleObservation.result.type</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>ObservationBodySite</binding>
            </definition>
          </element>
          <element>
            <path>Observation.method</path>
            <definition>
              <short>How it was done</short>
              <formal>Indicates the mechanism used to perform the observation</formal>
              <comments>Only used if not implicit in code for SimpleObservation.result.type</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>SimpleObservationMethod</binding>
            </definition>
          </element>
          <element>
            <path>Observation.valid[x]</path>
            <definition>
              <short>Relevant time/time-period</short>
              <formal>The time or time-period the observed value is asserted as being true</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Period</code>
              </type>
              <type>
                <code>dateTime</code>
              </type>
              <type>
                <code>date</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Observation.subject</path>
            <definition>
              <short>Who observation is about</short>
              <formal>The thing the observation is being made about</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Resource(Patient|Group|Device|Animal)</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Observation.performer</path>
            <definition>
              <short>Who did the observation</short>
              <formal>Who was responsible for asserting the observed value as &quot;true&quot;</formal>
              <comments>This would only be &quot;Device&quot; if the device takes responsibility for the measurement, not to capture the device used by a human to make the measurement.  (The latter could be captured as an extension.)</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Resource(Agent|Person|Device)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Observation.value[x]</path>
            <definition>
              <short>Actual result</short>
              <formal>The information determined as a result of making the observation</formal>
              <comments>Result value set should allow for Unkown and other exceptional values.  The datatype for this element should be determined by SimpleObservation.result.type</comments>
              <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>
              <mustUnderstand>true</mustUnderstand>
              <binding>SimpleObservationResult</binding>
            </definition>
          </element>
          <element>
            <path>Observation.interpretation</path>
            <definition>
              <short>High, low, normal, etc.</short>
              <formal>The assessment made based on the result of the observation.</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>SimpleObservationInterpretation</binding>
            </definition>
          </element>
          <element>
            <path>Observation.normalValue[x]</path>
            <definition>
              <short>Expected normal value range</short>
              <formal>For numeric results, indicates the boundaries within which &quot;normal&quot; values should occur</formal>
              <comments>This might be generic or be specific to the patient's age, gender, weight and other factors.</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Range</code>
              </type>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Observation.component</path>
            <definition>
              <short>Component observation</short>
              <formal>Component observation</formal>
              <comments>In most cases, this is only expected to recurse to a maximum of one level</comments>
              <min>0</min>
              <max>*</max>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Observation.component.type</path>
            <definition>
              <short>Kind of component observation</short>
              <formal>Identifies what type of sub-observation was performed</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>SimpleSubObservationType</binding>
            </definition>
          </element>
          <element>
            <path>Observation.component.value[x]</path>
            <definition>
              <short>Actual componentresult</short>
              <formal>The information determined as a result of making the sub-observation</formal>
              <comments>Result value set should allow for Unkown and other exceptional values.  The datatype for this element should be determined by SimpleObservation.result.type</comments>
              <min>1</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>
              <mustUnderstand>true</mustUnderstand>
              <binding>SimpleSubObservationResult</binding>
            </definition>
          </element>
          <element>
            <path>Observation.extension</path>
            <definition>
              <short>See Extensions</short>
              <formal>See Extensions</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Extension</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Observation.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="observation-definitions.htm#Observation" title="Simple assertions and measurements made about a patient, device or other subject"><b>Observation</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.identifier" title="A unique identifier for the simple observation"><b>identifier</b></a>&gt;<span style="color: Gray">&lt;!--</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">Observation id</span><span style="color: Gray"> --&gt;</span>&lt;/identifier&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.type" title="Identifies what type of observation was performed (this element must be supported or understood)"><span style="text-decoration: underline"><b>type</b></span></a>&gt;<span style="color: Gray">&lt;!--</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 observation</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.bodySite" title="Indicates where on the subject's body the observation was made."><b>bodySite</b></a>&gt;<span style="color: Gray">&lt;!--</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">Observed body part</span><span style="color: Gray"> --&gt;</span>&lt;/bodySite&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.method" title="Indicates the mechanism used to perform the observation"><b>method</b></a>&gt;<span style="color: Gray">&lt;!--</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">How it was done</span><span style="color: Gray"> --&gt;</span>&lt;/method&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.valid[x]" title="The time or time-period the observed value is asserted as being true"><b>valid[x]</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Period">Period</a>|<a href="datatypes.htm#dateTime">dateTime</a>|<a href="datatypes.htm#date">date</a></span> <span style="color: navy">Relevant time/time-period</span><span style="color: Gray"> --&gt;</span>&lt;/valid[x]&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.subject" title="The thing the observation is being made about (this element must be supported or understood)"><span style="text-decoration: underline"><b>subject</b></span></a>&gt;<span style="color: Gray">&lt;!--</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>|<a href="Animal.htm#Animal">Animal</a>)</span> <span style="color: navy">Who observation is about</span><span style="color: Gray"> --&gt;</span>&lt;/subject&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.performer" title="Who was responsible for asserting the observed value as "true""><b>performer</b></a>&gt;<span style="color: Gray">&lt;!--</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="Person.htm#Person">Person</a>|<a href="Device.htm#Device">Device</a>)</span> <span style="color: navy">Who did the observation</span><span style="color: Gray"> --&gt;</span>&lt;/performer&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.value[x]" title="The information determined as a result of making the observation (this element must be supported or understood)"><span style="text-decoration: underline"><b>value[x]</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Can have value or components but not both; Can only have normal range if value is a quantity"><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">Actual result</span><span style="color: Gray"> --&gt;</span>&lt;/value[x]&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.interpretation" title="The assessment made based on the result of the observation."><b>interpretation</b></a>&gt;<span style="color: Gray">&lt;!--</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">High, low, normal, etc.</span><span style="color: Gray"> --&gt;</span>&lt;/interpretation&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.normalValue[x]" title="For numeric results, indicates the boundaries within which "normal" values should occur"><b>normalValue[x]</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Can only have normal range if value is a quantity"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Range">Range</a>|<a href="datatypes.htm#string">string</a></span> <span style="color: navy">Expected normal value range</span><span style="color: Gray"> --&gt;</span>&lt;/normalValue[x]&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.component" title="Component observation (this element must be supported or understood)"><span style="text-decoration: underline"><b>component</b></span></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: deeppink" title="Can have value or components but not both"><b>0..*</b></span> Component observation --&gt;</span>
  &lt;<a class="dict" href="observation-definitions.htm#Observation.component.type" title="Identifies what type of sub-observation was performed (this element must be supported or understood)"><span style="text-decoration: underline"><b>type</b></span></a>&gt;<span style="color: Gray">&lt;!--</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 component observation</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
  &lt;<a class="dict" href="observation-definitions.htm#Observation.component.value[x]" title="The information determined as a result of making the sub-observation (this element must be supported or understood)"><span style="text-decoration: underline"><b>value[x]</b></span></a>&gt;<span style="color: Gray">&lt;!--</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#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">Actual componentresult</span><span style="color: Gray"> --&gt;</span>&lt;/value[x]&gt;
 &lt;/component&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Observation&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="observation-definitions.htm#Observation" title="Simple assertions and measurements made about a patient, device or other subject"><b>Observation</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.identifier" title="A unique identifier for the simple observation"><b>identifier</b></a>&gt;<span style="color: Gray">&lt;!--</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">Observation id</span><span style="color: Gray"> --&gt;</span>&lt;/identifier&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.type" title="Identifies what type of observation was performed (this element must be supported or understood)"><span style="text-decoration: underline"><b>type</b></span></a>&gt;<span style="color: Gray">&lt;!--</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 observation</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.bodySite" title="Indicates where on the subject's body the observation was made."><b>bodySite</b></a>&gt;<span style="color: Gray">&lt;!--</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">Observed body part</span><span style="color: Gray"> --&gt;</span>&lt;/bodySite&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.method" title="Indicates the mechanism used to perform the observation"><b>method</b></a>&gt;<span style="color: Gray">&lt;!--</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">How it was done</span><span style="color: Gray"> --&gt;</span>&lt;/method&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.valid[x]" title="The time or time-period the observed value is asserted as being true"><b>valid[x]</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Period">Period</a>|<a href="datatypes.htm#dateTime">dateTime</a>|<a href="datatypes.htm#date">date</a></span> <span style="color: navy">Relevant time/time-period</span><span style="color: Gray"> --&gt;</span>&lt;/valid[x]&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.subject" title="The thing the observation is being made about (this element must be supported or understood)"><span style="text-decoration: underline"><b>subject</b></span></a>&gt;<span style="color: Gray">&lt;!--</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>|<a href="Animal.htm#Animal">Animal</a>)</span> <span style="color: navy">Who observation is about</span><span style="color: Gray"> --&gt;</span>&lt;/subject&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.performer" title="Who was responsible for asserting the observed value as "true""><b>performer</b></a>&gt;<span style="color: Gray">&lt;!--</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="Person.htm#Person">Person</a>|<a href="Device.htm#Device">Device</a>)</span> <span style="color: navy">Who did the observation</span><span style="color: Gray"> --&gt;</span>&lt;/performer&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.value[x]" title="The information determined as a result of making the observation (this element must be supported or understood)"><span style="text-decoration: underline"><b>value[x]</b></span></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Can have value or components but not both; Can only have normal range if value is a quantity"><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">Actual result</span><span style="color: Gray"> --&gt;</span>&lt;/value[x]&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.interpretation" title="The assessment made based on the result of the observation."><b>interpretation</b></a>&gt;<span style="color: Gray">&lt;!--</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">High, low, normal, etc.</span><span style="color: Gray"> --&gt;</span>&lt;/interpretation&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.normalValue[x]" title="For numeric results, indicates the boundaries within which "normal" values should occur"><b>normalValue[x]</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Can only have normal range if value is a quantity"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Range">Range</a>|<a href="datatypes.htm#string">string</a></span> <span style="color: navy">Expected normal value range</span><span style="color: Gray"> --&gt;</span>&lt;/normalValue[x]&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.component" title="Component observation (this element must be supported or understood)"><span style="text-decoration: underline"><b>component</b></span></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: deeppink" title="Can have value or components but not both"><b>0..*</b></span> Component observation --&gt;</span>
  &lt;<a class="dict" href="observation-definitions.htm#Observation.component.type" title="Identifies what type of sub-observation was performed (this element must be supported or understood)"><span style="text-decoration: underline"><b>type</b></span></a>&gt;<span style="color: Gray">&lt;!--</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 component observation</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
  &lt;<a class="dict" href="observation-definitions.htm#Observation.component.value[x]" title="The information determined as a result of making the sub-observation (this element must be supported or understood)"><span style="text-decoration: underline"><b>value[x]</b></span></a>&gt;<span style="color: Gray">&lt;!--</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#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">Actual componentresult</span><span style="color: Gray"> --&gt;</span>&lt;/value[x]&gt;
 &lt;/component&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="observation-definitions.htm#Observation.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Observation&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;problem&quot; as a profile (to help derivation)</title>
    <link href="http://hl7.org/implement/standards/fhir/problem.profile.xml" rel="self"/>
    <id>http://hl7.org/fhir/profile/problem</id>
    <updated>2012-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>problem</name>
        <author>
          <name>todo (committee)</name>
        </author>
        <description>Basic Profile. Use to record detailed information about problems or diagnoses recognised by a clinician. There are many uses including: recording a Diagnosis during an Encounter; populating a Problem List or a Summary Statement, such as a Discharge Summary</description>
        <status>
          <code>testing</code>
          <date>2012-12-04</date>
        </status>
        <resource>
          <type>Resource</type>
          <element>
            <path>Problem</path>
            <definition>
              <short> detailed information about problems or diagnoses</short>
              <formal>Use to record detailed information about problems or diagnoses recognised by a clinician. There are many uses including: recording a Diagnosis during an Encounter; populating a Problem List or a Summary Statement, such as a Discharge Summary</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Problem.code</path>
            <definition>
              <short>Identification of the problem or diagnosis</short>
              <formal>Identification of the problem or diagnosis. </formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>ProblemDiaganosisCode</binding>
            </definition>
          </element>
          <element>
            <path>Problem.category</path>
            <definition>
              <short>E.g. finding | problem | diagnosis | concern</short>
              <formal>A category assigned to the problem/diagnosis. E.g. finding | problem | diagnosis | concern | condition</formal>
              <comments>The categorization is often highly contextual and may appear poorly differentiated or not very useful in other contexts</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>ProblemCategory</binding>
            </definition>
          </element>
          <element>
            <path>Problem.status</path>
            <definition>
              <short>provisional | working | confirmed | refuted</short>
              <formal>The clinical status of the problem or diagnosis</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>ProblemStatus</binding>
            </definition>
          </element>
          <element>
            <path>Problem.certainty</path>
            <definition>
              <short>degree of confidence</short>
              <formal>The degree of confidence that this problem/diagnosis is correct</formal>
              <comments>May be a percentage</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>ProblemCertainty</binding>
            </definition>
          </element>
          <element>
            <path>Problem.severity</path>
            <definition>
              <short>subjective severity of problem/diagnosis</short>
              <formal>A subjective assessment of the severity of the Problem/Diagnosis as evaluated by the clinician.</formal>
              <comments> Coding of the severity with a terminology is preferred, where possible</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>ProblemSeverity</binding>
            </definition>
          </element>
          <element>
            <path>Problem.onset[x]</path>
            <definition>
              <short>estimated or actual date, or age</short>
              <formal>Estimated or actual date the problem/diagnosis began, in the opinion of the clinician</formal>
              <comments>Age is generally used when the patient reports an age at which the problem began to occur</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>date</code>
              </type>
              <type>
                <code>Age</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Problem.dateFound</path>
            <definition>
              <short>when the first detected/suspect/entered</short>
              <formal>Estimated or actual date the problem/diagnosis was first detected/suspected</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>date</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Problem.abatement[x]</path>
            <definition>
              <short>if/when in resolution/remission</short>
              <formal>The date or estimated date that the problem/diagnosis resolved or went into remission</formal>
              <comments>There is no explicit distinction between resolution and remission because in many cases the distinction is not clear. Age is generally used when the patient reports an age at which the problem abated</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>date</code>
              </type>
              <type>
                <code>Age</code>
              </type>
              <type>
                <code>boolean</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Problem.stage</path>
            <definition>
              <short>stage/grade, usually assessed formally</short>
              <formal>Clinical stage or grade of a problem/diagnosis. May include formal severity assessments</formal>
              <min>0</min>
              <max>1</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Problem.stage.summary</path>
            <definition>
              <short>simple summary (disease specific)</short>
              <formal>A simple summary of the stage such as &quot;Stage 3&quot;. The determination of the stage is disease-specific</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Problem.stage.assessment</path>
            <definition>
              <short>formal record of assessment</short>
              <formal>Reference to a formal record of the evidence on which the staging assessment is based</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Resource(Any)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Problem.evidence</path>
            <definition>
              <short>supporting evidence</short>
              <formal>supporting Evidence / manfiestions that are the basis on which this problem/diagnosis is suspected or confirmed</formal>
              <comments>The evidence may be a simple lost of coded symptoms/manifestations, or references to observations or formal assessments, or both</comments>
              <min>0</min>
              <max>*</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Problem.evidence.code</path>
            <definition>
              <short>manifestation/symptom</short>
              <formal>A manifestion or symptom that led to the recording of this problem/diagnosis</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Problem.evidence.details</path>
            <definition>
              <short>supporting information found elsewhere</short>
              <formal>Links to other relevant information, including pathology reports</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Resource(Any)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Problem.location</path>
            <definition>
              <short>anatomical location, if relevant</short>
              <formal>The anatomical location where this problem/diagnosis manifests itself</formal>
              <comments>May be a summary code, or a reference to a very precise definition of the location, or both</comments>
              <min>0</min>
              <max>1</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Problem.location.code</path>
            <definition>
              <short>location - may include laterality</short>
              <formal>code that identifies the structural location</formal>
              <comments>May include laterality</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Problem.location.details</path>
            <definition>
              <short>precise location details</short>
              <formal>detailed and structured anatomical location information</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Resource(AnatomicalLocation)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Problem.relatedItem</path>
            <definition>
              <short>causes or precedents for this problem</short>
              <formal>Further problems, diagnoses, procedures or events that are related in some way to this problem/diagnosis, or the substance that caused/triggered this problem</formal>
              <comments>Although a problem may be caused by a substance, this is not intended to be used to record allergies/adverse reactions to substances</comments>
              <min>0</min>
              <max>*</max>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Problem.relatedItem.type</path>
            <definition>
              <short>due-to | follows</short>
              <formal>The type of relationship that this problem/diagnosis has to the related item</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>ProblemRelationshipType</binding>
            </definition>
          </element>
          <element>
            <path>Problem.relatedItem.target</path>
            <definition>
              <short>relationship target</short>
              <formal>target of the relationship </formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource(Problem|Procedure|Substance)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Problem.extension</path>
            <definition>
              <short>See Extensions</short>
              <formal>See Extensions</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Extension</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Problem.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="problem-definitions.htm#Problem" title="Use to record detailed information about problems or diagnoses recognised by a clinician. There are many uses including: recording a Diagnosis during an Encounter; populating a Problem List or a Summary Statement, such as a Discharge Summary"><b>Problem</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.code" title="Identification of the problem or diagnosis.  (this element must be supported or understood)"><span style="text-decoration: underline"><b>code</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">Identification of the problem or diagnosis</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.category" title="A category assigned to the problem/diagnosis. E.g. finding | problem | diagnosis | concern | condition"><b>category</b></a>&gt;<span style="color: Gray">&lt;!--</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">E.g. finding | problem | diagnosis | concern</span><span style="color: Gray"> --&gt;</span>&lt;/category&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.status" title="The clinical status of the problem or diagnosis (this element must be supported or understood)"><span style="text-decoration: underline"><b>status</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">provisional | working | confirmed | refuted</span><span style="color: Gray"> --&gt;</span>&lt;/status&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.certainty" title="The degree of confidence that this problem/diagnosis is correct (this element must be supported or understood)"><span style="text-decoration: underline"><b>certainty</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">degree of confidence</span><span style="color: Gray"> --&gt;</span>&lt;/certainty&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.severity" title="A subjective assessment of the severity of the Problem/Diagnosis as evaluated by the clinician."><b>severity</b></a>&gt;<span style="color: Gray">&lt;!--</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">subjective severity of problem/diagnosis</span><span style="color: Gray"> --&gt;</span>&lt;/severity&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.onset[x]" title="Estimated or actual date the problem/diagnosis began, in the opinion of the clinician"><b>onset[x]</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#date">date</a>|<a href="datatypes.htm#Age">Age</a></span> <span style="color: navy">estimated or actual date, or age</span><span style="color: Gray"> --&gt;</span>&lt;/onset[x]&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.dateFound" title="Estimated or actual date the problem/diagnosis was first detected/suspected"><b>dateFound</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#date">date</a></span> <span style="color: navy">when the first detected/suspect/entered</span><span style="color: Gray"> --&gt;</span>&lt;/dateFound&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.abatement[x]" title="The date or estimated date that the problem/diagnosis resolved or went into remission"><b>abatement[x]</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#date">date</a>|<a href="datatypes.htm#Age">Age</a>|<a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">if/when in resolution/remission</span><span style="color: Gray"> --&gt;</span>&lt;/abatement[x]&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.stage" title="Clinical stage or grade of a problem/diagnosis. May include formal severity assessments"><b>stage</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> stage/grade, usually assessed formally --&gt;</span>
  &lt;<a class="dict" href="problem-definitions.htm#Problem.stage.summary" title="A simple summary of the stage such as "Stage 3". The determination of the stage is disease-specific"><b>summary</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Stage must have summary or assessment"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">simple summary (disease specific)</span><span style="color: Gray"> --&gt;</span>&lt;/summary&gt;
  &lt;<a class="dict" href="problem-definitions.htm#Problem.stage.assessment" title="Reference to a formal record of the evidence on which the staging assessment is based"><b>assessment</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Stage must have summary or assessment"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Any</a>)</span> <span style="color: navy">formal record of assessment</span><span style="color: Gray"> --&gt;</span>&lt;/assessment&gt;
 &lt;/stage&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.evidence" title="supporting Evidence / manfiestions that are the basis on which this problem/diagnosis is suspected or confirmed"><b>evidence</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> supporting evidence --&gt;</span>
  &lt;<a class="dict" href="problem-definitions.htm#Problem.evidence.code" title="A manifestion or symptom that led to the recording of this problem/diagnosis"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="evidence must have code or details"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">manifestation/symptom</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
  &lt;<a class="dict" href="problem-definitions.htm#Problem.evidence.details" title="Links to other relevant information, including pathology reports"><b>details</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="evidence must have code or details"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Any</a>)</span> <span style="color: navy">supporting information found elsewhere</span><span style="color: Gray"> --&gt;</span>&lt;/details&gt;
 &lt;/evidence&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.location" title="The anatomical location where this problem/diagnosis manifests itself"><b>location</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> anatomical location, if relevant --&gt;</span>
  &lt;<a class="dict" href="problem-definitions.htm#Problem.location.code" title="code that identifies the structural location"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="location must have code or details"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">location - may include laterality</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
  &lt;<a class="dict" href="problem-definitions.htm#Problem.location.details" title="detailed and structured anatomical location information"><b>details</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="location must have code or details"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">AnatomicalLocation</a>)</span> <span style="color: navy">precise location details</span><span style="color: Gray"> --&gt;</span>&lt;/details&gt;
 &lt;/location&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.relatedItem" title="Further problems, diagnoses, procedures or events that are related in some way to this problem/diagnosis, or the substance that caused/triggered this problem"><b>relatedItem</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> causes or precedents for this problem --&gt;</span>
  &lt;<a class="dict" href="problem-definitions.htm#Problem.relatedItem.type" title="The type of relationship that this problem/diagnosis has to the related item"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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">due-to | follows</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
  &lt;<a class="dict" href="problem-definitions.htm#Problem.relatedItem.target" title="target of the relationship "><b>target</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Problem.htm#Problem">Problem</a>|<a href="resources.htm">Procedure</a>|<a href="resources.htm">Substance</a>)</span> <span style="color: navy">relationship target</span><span style="color: Gray"> --&gt;</span>&lt;/target&gt;
 &lt;/relatedItem&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Problem&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="problem-definitions.htm#Problem" title="Use to record detailed information about problems or diagnoses recognised by a clinician. There are many uses including: recording a Diagnosis during an Encounter; populating a Problem List or a Summary Statement, such as a Discharge Summary"><b>Problem</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.code" title="Identification of the problem or diagnosis.  (this element must be supported or understood)"><span style="text-decoration: underline"><b>code</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">Identification of the problem or diagnosis</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.category" title="A category assigned to the problem/diagnosis. E.g. finding | problem | diagnosis | concern | condition"><b>category</b></a>&gt;<span style="color: Gray">&lt;!--</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">E.g. finding | problem | diagnosis | concern</span><span style="color: Gray"> --&gt;</span>&lt;/category&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.status" title="The clinical status of the problem or diagnosis (this element must be supported or understood)"><span style="text-decoration: underline"><b>status</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">provisional | working | confirmed | refuted</span><span style="color: Gray"> --&gt;</span>&lt;/status&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.certainty" title="The degree of confidence that this problem/diagnosis is correct (this element must be supported or understood)"><span style="text-decoration: underline"><b>certainty</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">degree of confidence</span><span style="color: Gray"> --&gt;</span>&lt;/certainty&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.severity" title="A subjective assessment of the severity of the Problem/Diagnosis as evaluated by the clinician."><b>severity</b></a>&gt;<span style="color: Gray">&lt;!--</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">subjective severity of problem/diagnosis</span><span style="color: Gray"> --&gt;</span>&lt;/severity&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.onset[x]" title="Estimated or actual date the problem/diagnosis began, in the opinion of the clinician"><b>onset[x]</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#date">date</a>|<a href="datatypes.htm#Age">Age</a></span> <span style="color: navy">estimated or actual date, or age</span><span style="color: Gray"> --&gt;</span>&lt;/onset[x]&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.dateFound" title="Estimated or actual date the problem/diagnosis was first detected/suspected"><b>dateFound</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#date">date</a></span> <span style="color: navy">when the first detected/suspect/entered</span><span style="color: Gray"> --&gt;</span>&lt;/dateFound&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.abatement[x]" title="The date or estimated date that the problem/diagnosis resolved or went into remission"><b>abatement[x]</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#date">date</a>|<a href="datatypes.htm#Age">Age</a>|<a href="datatypes.htm#boolean">boolean</a></span> <span style="color: navy">if/when in resolution/remission</span><span style="color: Gray"> --&gt;</span>&lt;/abatement[x]&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.stage" title="Clinical stage or grade of a problem/diagnosis. May include formal severity assessments"><b>stage</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> stage/grade, usually assessed formally --&gt;</span>
  &lt;<a class="dict" href="problem-definitions.htm#Problem.stage.summary" title="A simple summary of the stage such as "Stage 3". The determination of the stage is disease-specific"><b>summary</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Stage must have summary or assessment"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">simple summary (disease specific)</span><span style="color: Gray"> --&gt;</span>&lt;/summary&gt;
  &lt;<a class="dict" href="problem-definitions.htm#Problem.stage.assessment" title="Reference to a formal record of the evidence on which the staging assessment is based"><b>assessment</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="Stage must have summary or assessment"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Any</a>)</span> <span style="color: navy">formal record of assessment</span><span style="color: Gray"> --&gt;</span>&lt;/assessment&gt;
 &lt;/stage&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.evidence" title="supporting Evidence / manfiestions that are the basis on which this problem/diagnosis is suspected or confirmed"><b>evidence</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> supporting evidence --&gt;</span>
  &lt;<a class="dict" href="problem-definitions.htm#Problem.evidence.code" title="A manifestion or symptom that led to the recording of this problem/diagnosis"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="evidence must have code or details"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">manifestation/symptom</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
  &lt;<a class="dict" href="problem-definitions.htm#Problem.evidence.details" title="Links to other relevant information, including pathology reports"><b>details</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="evidence must have code or details"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Any</a>)</span> <span style="color: navy">supporting information found elsewhere</span><span style="color: Gray"> --&gt;</span>&lt;/details&gt;
 &lt;/evidence&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.location" title="The anatomical location where this problem/diagnosis manifests itself"><b>location</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> anatomical location, if relevant --&gt;</span>
  &lt;<a class="dict" href="problem-definitions.htm#Problem.location.code" title="code that identifies the structural location"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="location must have code or details"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#CodeableConcept">CodeableConcept</a></span> <span style="color: navy">location - may include laterality</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
  &lt;<a class="dict" href="problem-definitions.htm#Problem.location.details" title="detailed and structured anatomical location information"><b>details</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: deeppink" title="location must have code or details"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">AnatomicalLocation</a>)</span> <span style="color: navy">precise location details</span><span style="color: Gray"> --&gt;</span>&lt;/details&gt;
 &lt;/location&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.relatedItem" title="Further problems, diagnoses, procedures or events that are related in some way to this problem/diagnosis, or the substance that caused/triggered this problem"><b>relatedItem</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> causes or precedents for this problem --&gt;</span>
  &lt;<a class="dict" href="problem-definitions.htm#Problem.relatedItem.type" title="The type of relationship that this problem/diagnosis has to the related item"><b>type</b></a>&gt;<span style="color: Gray">&lt;!--</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">due-to | follows</span><span style="color: Gray"> --&gt;</span>&lt;/type&gt;
  &lt;<a class="dict" href="problem-definitions.htm#Problem.relatedItem.target" title="target of the relationship "><b>target</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Problem.htm#Problem">Problem</a>|<a href="resources.htm">Procedure</a>|<a href="resources.htm">Substance</a>)</span> <span style="color: navy">relationship target</span><span style="color: Gray"> --&gt;</span>&lt;/target&gt;
 &lt;/relatedItem&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="problem-definitions.htm#Problem.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Problem&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;patient&quot; 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-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <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-12-04</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>
              <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 realized 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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Patient.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<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=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<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 realized 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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/link&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/active&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/subject&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/provider&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identifier&gt;
 &lt;<a class="dict" href="patient-definitions.htm#Patient.diet" title="Dietary restrictions for the patient"><b>diet</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/diet&gt;
 &lt;<a class="dict" href="patient-definitions.htm#Patient.confidentiality" title="Confidentiality of the patient records"><b>confidentiality</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/confidentiality&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/recordLocation&gt;
 &lt;<a class="dict" href="patient-definitions.htm#Patient.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="patient-definitions.htm#Patient.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Patient&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<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=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<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 realized 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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/link&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/active&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/subject&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/provider&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identifier&gt;
 &lt;<a class="dict" href="patient-definitions.htm#Patient.diet" title="Dietary restrictions for the patient"><b>diet</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/diet&gt;
 &lt;<a class="dict" href="patient-definitions.htm#Patient.confidentiality" title="Confidentiality of the patient records"><b>confidentiality</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/confidentiality&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/recordLocation&gt;
 &lt;<a class="dict" href="patient-definitions.htm#Patient.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="patient-definitions.htm#Patient.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Patient&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;xdsentry2&quot; as a profile (to help derivation)</title>
    <link href="http://hl7.org/implement/standards/fhir/xdsentry2.profile.xml" rel="self"/>
    <id>http://hl7.org/fhir/profile/xdsentry2</id>
    <updated>2012-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>xdsentry2</name>
        <author>
          <name>todo (committee)</name>
        </author>
        <description>Basic Profile. An entry in an XDS registry</description>
        <status>
          <code>testing</code>
          <date>2012-12-04</date>
        </status>
        <resource>
          <type>Resource</type>
          <element>
            <path>XdsEntry2</path>
            <definition>
              <short>An Entry in an XDS Registry</short>
              <formal>An entry in an XDS registry</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.id</path>
            <definition>
              <short>Version Specific Document Identifier (uri or urn)</short>
              <formal>Document identifier as assigned by the source of the document. This identifier is version specific. This unique identifier may be used in the body of other Documents etc to reference this document.</formal>
              <comments>The length of the id shall not exceed 128 bytes. The structure and format of this Id shall be consistent with the specification corresponding to the format attribute. (e.g., for a DICOM standard document a 64 character numeric UID - urn:oid:, for an HL7 CDA format a serialization of the CDA Document id extension and root in the form oid^extension - hl7-att:, where OID is a 64 digits max, and the ID is a 16 UTF-8 char max). If the oid is coded without the extension then the '^' character shall not be included. This uniqueId is intended to provide the means to reference this XDS document from within the content of another document. Neither the XDS Registry nor the Repository is aware of such references, but the Document Sources and Consumers are</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Identifier</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information</path>
            <definition>
              <short>Searchable Document metadata</short>
              <formal>Document metadata that is used for searching for the document</formal>
              <comments>The document metadata reflects what is in the document itself and is never updated once the entry is created</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>DocumentInformation</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.id</path>
            <definition>
              <short>logical identifier for document (version-independent)</short>
              <formal>Logical Identifier for the document, assigned when created. This identifier stays constant when subsequent versions of the document are created</formal>
              <comments>see discussion in resource definition for how these relate</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Identifier</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.versionId</path>
            <definition>
              <short>version-specific identifier for document</short>
              <formal>Version specific identifier for the document, assigned when created. This identifier changes when subsequent versions of the document are created</formal>
              <comments>see discussion in resource definition for how these relate</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Identifier</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.instant</path>
            <definition>
              <short>Document Creation Time</short>
              <formal>the document creation time, when the document first came into being. Where the 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>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.class</path>
            <definition>
              <short>particular kind of document</short>
              <formal>The code specifying the particular kind of document (e.g., Prescription, Discharge Summary, Report).</formal>
              <comments> It is suggested that the XDS Affinity Domain draws these values from a coding scheme providing a coarse level of granularity (about 10 to 100 entries). Shall have a single value. This should be an extension</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.type</path>
            <definition>
              <short>Kind of Document (LOINC if possible)</short>
              <formal>Specifies 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>
              <mustUnderstand>true</mustUnderstand>
              <binding>DocumentType</binding>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.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 &quot;consultation&quot; or &quot;progress note&quot;). 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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.confidentialityCode</path>
            <definition>
              <short>as defined by Affinity Domain</short>
              <formal>The code specifying the level of confidentiality of the XDS Document. These codes are specific to an XDS Affinity Domain.</formal>
              <comments>Enforcement and issues related to highly sensitive documents are beyond the scope of XDS (see security section). confidentialityCode is part of a codification scheme and value set enforced by the Document Registry. </comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.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(Person|Patient|Group|Device)</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.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(Person|Agent)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.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>
              <mustUnderstand>false</mustUnderstand>
              <binding>DocumentAttestationMode</binding>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.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(Person|Agent|Organization)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.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>0</min>
              <max>1</max>
              <type>
                <code>Resource(Organization)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.event</path>
            <definition>
              <short>The clinical event/act/item being documented</short>
              <formal>The main event/act/item, 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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.event.code</path>
            <definition>
              <short>code(s) that apply to the event being documented</short>
              <formal>This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a &quot;History and Physical Report&quot; in which the procedure being documented is necessarily a &quot;History and Physical&quot; act.</formal>
              <comments>An event can further specialize the act inherent in the typeCode, such as where it is simply &quot;Procedure Report&quot; and the procedure was a &quot;colonoscopy&quot;. If one or more eventCodes are included, they shall not conflict with the values inherent in the classCode, practiceSettingCode or typeCode, as such a conflict would create an ambiguous situation. This short list of codes is provided to be used as �key words� for certain types of queries.</comments>
              <min>0</min>
              <max>*</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.event.period</path>
            <definition>
              <short>The period covered by the document</short>
              <formal>The period of time covered by the document. There is no assertion that the document is a complete representation for this period, only that it documents events during this time</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Period</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.event.detail</path>
            <definition>
              <short>Full details for the event(s) the document concents</short>
              <formal>Full details for the event(s) the document concents</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Resource(Any)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.facilityType</path>
            <definition>
              <short>type of organizational setting</short>
              <formal>This code represents the type of organizational setting of the clinical encounter during which the documented act occurred</formal>
              <comments>In some cases, the setting of the encounter is inherent in the typeCode, such as &quot;Diabetes Clinic Progress Note&quot;. healthcareFacilityTypeCode shall be equivalent to or further specialize the value inherent in the typeCode; for example, where the typeCode is simply &quot;Clinic Progress Note&quot; and the value of healthcareFacilityTypeCode is &quot;private clinic&quot;.  The value shall not conflict with the value inherent in the typeCode, as such a conflict would create an ambiguous situation</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.information.practiceSetting</path>
            <definition>
              <short>clinical speciality of the act</short>
              <formal>The code specifying the clinical specialty where the act that resulted in the document was performed (e.g., Family Practice, Laboratory, Radiology).</formal>
              <comments>It is suggested that the XDS Affinity Domain draws these values from a coding scheme providing a coarse level of granularity (about 10 to 100 entries)</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.format</path>
            <definition>
              <short>format (urn:.. Following rules)</short>
              <formal>Code globally uniquely specifying the format of the document. Along with the information.type, it should provide sufficient information to allow any potential Document Consumer to know if it will be able to process the document. The formatCode shall be sufficiently specific to ensure processing/display by identifying a document encoding, structure and template (e.g., for a CDA Document, the fact that it complies with a CDA schema, possibly a template and the choice of a content-specific style sheet).</formal>
              <comments>Format codes may be specified by multiple organizations. Format codes defined by ITI shall have names with the prefix urn:ihe:iti:. Format codes defined by other IHE domains shall have names with the prefix urn:ihe:�domain initials�: Format codes defined by the Affinity Domain shall have names with the prefix urn:ad:�name of affinity domain�: Affinity Domains shall be unique. The prefixes described here are not assumed to be exhaustive.</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.availability</path>
            <definition>
              <short>Approved | Deprecated</short>
              <formal>deprecated documents can be included in some responses</formal>
              <comments>This attribute is always set to Approved as part of the submission of new XDS Documents. It may be changed to Deprecated under the primary  responsibility of the Document Source with possible patient supervision. Although XDS supports the ability to delete documents, there is no such state as �the Document Entry is removed� (only an audit trail is kept if such a deletion is allowed). </comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>code</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>XdsEntryAvailability</binding>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.folder</path>
            <definition>
              <short>folders this document is in</short>
              <formal>Folders that this document is registered in</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Resource(XdsFolder)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.subject</path>
            <definition>
              <short>current subject of care</short>
              <formal>The subject of care information that the document is about. This is different from the documentInformation.subject because that never changes from what the document says. This value may be updated if the subject details are updated (e.g. merged) and will then differ from the original document</formal>
              <comments>The system is the &quot;Authority Domain Id&quot; (enforced by the Registry), and the identifier is an Id in the above domain. This subject is intended to be updated after the Document is registered (where as the Document content and Document.information.subject itself will not be 
updated without changing the whole document). </comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Resource(Person|Patient|Group|Device)</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.content</path>
            <definition>
              <short>reference to the content</short>
              <formal>Reference to the content, along with additional information such as size, hash, language etc</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>Attachment</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.extension</path>
            <definition>
              <short>See Extensions</short>
              <formal>See Extensions</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Extension</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsEntry2.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2" title="An entry in an XDS registry"><b>XdsEntry2</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2.id" title="Document identifier as assigned by the source of the document. This identifier is version specific. This unique identifier may be used in the body of other Documents etc to reference this document."><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">Version Specific Document Identifier (uri or urn)</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
 &lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2.information" title="Document metadata that is used for searching for the document"><b>information</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> Searchable Document metadata --&gt;</span>
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.id" title="Logical Identifier for the document, assigned when created. This identifier stays constant when subsequent versions of the document are created (this element must be supported or understood)"><span style="text-decoration: underline"><b>id</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">logical identifier for document (version-independent)</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.versionId" title="Version specific identifier for the document, assigned when created. This identifier changes when subsequent versions of the document are created (this element must be supported or understood)"><span style="text-decoration: underline"><b>versionId</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">version-specific identifier for document</span><span style="color: Gray"> --&gt;</span>&lt;/versionId&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.instant" title="the document creation time, when the document first came into being. Where the 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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/instant&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.class" title="The code specifying the particular kind of document (e.g., Prescription, Discharge Summary, Report)."><b>class</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">particular kind of document</span><span style="color: Gray"> --&gt;</span>&lt;/class&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.type" title="Specifies 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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/type&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.title" title="Official human-readable label for the document"><b>title</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/title&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.confidentialityCode" title="The code specifying the level of confidentiality of the XDS Document. These codes are specific to an XDS Affinity Domain."><b>confidentialityCode</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">as defined by Affinity Domain</span><span style="color: Gray"> --&gt;</span>&lt;/confidentialityCode&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.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>&gt;<span style="color: Gray">&lt;!--</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="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"> --&gt;</span>&lt;/subject&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.author" title="Identifies who is responsible for the information in the document.  (Not necessarily who typed it in.)"><b>author</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Person.htm#Person">Person</a>|<a href="Agent.htm#Agent">Agent</a>)</span> <span style="color: navy">Who/what authored the final document</span><span style="color: Gray"> --&gt;</span>&lt;/author&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.attester" title="A participant who has attested to the accuracy of the document"><b>attester</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Attests to accuracy of document --&gt;</span>
   &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.attester.mode" title="The type of attestation the authenticator offers"><b>mode</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/mode&gt;
   &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.attester.time" title="When document was attested by the party"><b>time</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/time&gt;
   &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.attester.party" title="Who attested the document in the specified way"><b>party</b></a>&gt;<span style="color: Gray">&lt;!--</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="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"> --&gt;</span>&lt;/party&gt;
  &lt;/attester&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.custodian" title="Identifies the organization or group who is responsible for ongoing maintenance of and access to the document."><b>custodian</b></a>&gt;<span style="color: Gray">&lt;!--</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">Org which maintains the document</span><span style="color: Gray"> --&gt;</span>&lt;/custodian&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.event" title="The main event/act/item, such as a colonoscopy or an appendectomy, being documented"><b>event</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> The clinical event/act/item being documented --&gt;</span>
   &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.event.code" title="This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act."><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</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">code(s) that apply to the event being documented</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
   &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.event.period" title="The period of time covered by the document. There is no assertion that the document is a complete representation for this period, only that it documents events during this time"><b>period</b></a>&gt;<span style="color: Gray">&lt;!--</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 covered by the document</span><span style="color: Gray"> --&gt;</span>&lt;/period&gt;
   &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.event.detail" title="Full details for the event(s) the document concents"><b>detail</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Any</a>)</span> <span style="color: navy">Full details for the event(s) the document concents</span><span style="color: Gray"> --&gt;</span>&lt;/detail&gt;
  &lt;/event&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.encounter" title="Describes the clinical encounter or type of care this document is associated with."><b>encounter</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Admission</a>|<a href="resources.htm">InterestOfCare</a>)</span> <span style="color: navy">Context of the document</span><span style="color: Gray"> --&gt;</span>&lt;/encounter&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.facilityType" title="This code represents the type of organizational setting of the clinical encounter during which the documented act occurred"><b>facilityType</b></a>&gt;<span style="color: Gray">&lt;!--</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 organizational setting</span><span style="color: Gray"> --&gt;</span>&lt;/facilityType&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.practiceSetting" title="The code specifying the clinical specialty where the act that resulted in the document was performed (e.g., Family Practice, Laboratory, Radiology)."><b>practiceSetting</b></a>&gt;<span style="color: Gray">&lt;!--</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">clinical speciality of the act</span><span style="color: Gray"> --&gt;</span>&lt;/practiceSetting&gt;
 &lt;/information&gt;
 &lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2.format" title="Code globally uniquely specifying the format of the document. Along with the information.type, it should provide sufficient information to allow any potential Document Consumer to know if it will be able to process the document. The formatCode shall be sufficiently specific to ensure processing/display by identifying a document encoding, structure and template (e.g., for a CDA Document, the fact that it complies with a CDA schema, possibly a template and the choice of a content-specific style sheet)."><b>format</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">format (urn:.. Following rules)</span><span style="color: Gray"> --&gt;</span>&lt;/format&gt;
 &lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2.availability" title="deprecated documents can be included in some responses"><b>availability</b></a>&gt;<span style="color: Gray">&lt;!--</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">Approved | Deprecated</span><span style="color: Gray"> --&gt;</span>&lt;/availability&gt;
 &lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2.folder" title="Folders that this document is registered in"><b>folder</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="XdsFolder.htm#XdsFolder">XdsFolder</a>)</span> <span style="color: navy">folders this document is in</span><span style="color: Gray"> --&gt;</span>&lt;/folder&gt;
 &lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2.subject" title="The subject of care information that the document is about. This is different from the documentInformation.subject because that never changes from what the document says. This value may be updated if the subject details are updated (e.g. merged) and will then differ from the original document"><b>subject</b></a>&gt;<span style="color: Gray">&lt;!--</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="Patient.htm#Patient">Patient</a>|<a href="Group.htm#Group">Group</a>|<a href="Device.htm#Device">Device</a>)</span> <span style="color: navy">current subject of care</span><span style="color: Gray"> --&gt;</span>&lt;/subject&gt;
 &lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2.content" title="Reference to the content, along with additional information such as size, hash, language etc"><b>content</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Attachment">Attachment</a></span> <span style="color: navy">reference to the content</span><span style="color: Gray"> --&gt;</span>&lt;/content&gt;
 &lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/XdsEntry2&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2" title="An entry in an XDS registry"><b>XdsEntry2</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2.id" title="Document identifier as assigned by the source of the document. This identifier is version specific. This unique identifier may be used in the body of other Documents etc to reference this document."><b>id</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">Version Specific Document Identifier (uri or urn)</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
 &lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2.information" title="Document metadata that is used for searching for the document"><b>information</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> Searchable Document metadata --&gt;</span>
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.id" title="Logical Identifier for the document, assigned when created. This identifier stays constant when subsequent versions of the document are created (this element must be supported or understood)"><span style="text-decoration: underline"><b>id</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">logical identifier for document (version-independent)</span><span style="color: Gray"> --&gt;</span>&lt;/id&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.versionId" title="Version specific identifier for the document, assigned when created. This identifier changes when subsequent versions of the document are created (this element must be supported or understood)"><span style="text-decoration: underline"><b>versionId</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">version-specific identifier for document</span><span style="color: Gray"> --&gt;</span>&lt;/versionId&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.instant" title="the document creation time, when the document first came into being. Where the 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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/instant&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.class" title="The code specifying the particular kind of document (e.g., Prescription, Discharge Summary, Report)."><b>class</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">particular kind of document</span><span style="color: Gray"> --&gt;</span>&lt;/class&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.type" title="Specifies 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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/type&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.title" title="Official human-readable label for the document"><b>title</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/title&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.confidentialityCode" title="The code specifying the level of confidentiality of the XDS Document. These codes are specific to an XDS Affinity Domain."><b>confidentialityCode</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">as defined by Affinity Domain</span><span style="color: Gray"> --&gt;</span>&lt;/confidentialityCode&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.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>&gt;<span style="color: Gray">&lt;!--</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="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"> --&gt;</span>&lt;/subject&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.author" title="Identifies who is responsible for the information in the document.  (Not necessarily who typed it in.)"><b>author</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="Person.htm#Person">Person</a>|<a href="Agent.htm#Agent">Agent</a>)</span> <span style="color: navy">Who/what authored the final document</span><span style="color: Gray"> --&gt;</span>&lt;/author&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.attester" title="A participant who has attested to the accuracy of the document"><b>attester</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> Attests to accuracy of document --&gt;</span>
   &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.attester.mode" title="The type of attestation the authenticator offers"><b>mode</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/mode&gt;
   &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.attester.time" title="When document was attested by the party"><b>time</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/time&gt;
   &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.attester.party" title="Who attested the document in the specified way"><b>party</b></a>&gt;<span style="color: Gray">&lt;!--</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="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"> --&gt;</span>&lt;/party&gt;
  &lt;/attester&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.custodian" title="Identifies the organization or group who is responsible for ongoing maintenance of and access to the document."><b>custodian</b></a>&gt;<span style="color: Gray">&lt;!--</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">Org which maintains the document</span><span style="color: Gray"> --&gt;</span>&lt;/custodian&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.event" title="The main event/act/item, such as a colonoscopy or an appendectomy, being documented"><b>event</b></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..1</b></span> The clinical event/act/item being documented --&gt;</span>
   &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.event.code" title="This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act."><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</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">code(s) that apply to the event being documented</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
   &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.event.period" title="The period of time covered by the document. There is no assertion that the document is a complete representation for this period, only that it documents events during this time"><b>period</b></a>&gt;<span style="color: Gray">&lt;!--</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 covered by the document</span><span style="color: Gray"> --&gt;</span>&lt;/period&gt;
   &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.event.detail" title="Full details for the event(s) the document concents"><b>detail</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Any</a>)</span> <span style="color: navy">Full details for the event(s) the document concents</span><span style="color: Gray"> --&gt;</span>&lt;/detail&gt;
  &lt;/event&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.encounter" title="Describes the clinical encounter or type of care this document is associated with."><b>encounter</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="resources.htm">Admission</a>|<a href="resources.htm">InterestOfCare</a>)</span> <span style="color: navy">Context of the document</span><span style="color: Gray"> --&gt;</span>&lt;/encounter&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.facilityType" title="This code represents the type of organizational setting of the clinical encounter during which the documented act occurred"><b>facilityType</b></a>&gt;<span style="color: Gray">&lt;!--</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 organizational setting</span><span style="color: Gray"> --&gt;</span>&lt;/facilityType&gt;
  &lt;<a class="dict" href="xdsentry2-definitions.htm#DocumentInformation.practiceSetting" title="The code specifying the clinical specialty where the act that resulted in the document was performed (e.g., Family Practice, Laboratory, Radiology)."><b>practiceSetting</b></a>&gt;<span style="color: Gray">&lt;!--</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">clinical speciality of the act</span><span style="color: Gray"> --&gt;</span>&lt;/practiceSetting&gt;
 &lt;/information&gt;
 &lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2.format" title="Code globally uniquely specifying the format of the document. Along with the information.type, it should provide sufficient information to allow any potential Document Consumer to know if it will be able to process the document. The formatCode shall be sufficiently specific to ensure processing/display by identifying a document encoding, structure and template (e.g., for a CDA Document, the fact that it complies with a CDA schema, possibly a template and the choice of a content-specific style sheet)."><b>format</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">format (urn:.. Following rules)</span><span style="color: Gray"> --&gt;</span>&lt;/format&gt;
 &lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2.availability" title="deprecated documents can be included in some responses"><b>availability</b></a>&gt;<span style="color: Gray">&lt;!--</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">Approved | Deprecated</span><span style="color: Gray"> --&gt;</span>&lt;/availability&gt;
 &lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2.folder" title="Folders that this document is registered in"><b>folder</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..*</b></span> <span style="color: darkgreen"><a href="xml.htm#Resource">Resource</a>(<a href="XdsFolder.htm#XdsFolder">XdsFolder</a>)</span> <span style="color: navy">folders this document is in</span><span style="color: Gray"> --&gt;</span>&lt;/folder&gt;
 &lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2.subject" title="The subject of care information that the document is about. This is different from the documentInformation.subject because that never changes from what the document says. This value may be updated if the subject details are updated (e.g. merged) and will then differ from the original document"><b>subject</b></a>&gt;<span style="color: Gray">&lt;!--</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="Patient.htm#Patient">Patient</a>|<a href="Group.htm#Group">Group</a>|<a href="Device.htm#Device">Device</a>)</span> <span style="color: navy">current subject of care</span><span style="color: Gray"> --&gt;</span>&lt;/subject&gt;
 &lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2.content" title="Reference to the content, along with additional information such as size, hash, language etc"><b>content</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Attachment">Attachment</a></span> <span style="color: navy">reference to the content</span><span style="color: Gray"> --&gt;</span>&lt;/content&gt;
 &lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="xdsentry2-definitions.htm#XdsEntry2.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/XdsEntry2&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;person&quot; 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-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <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-12-04</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>
              <comments>The Person resource does justice to Person registries that keep track of Persons regardless of their role. The Person resource is also a primary resource to point to for people acting in a particular role such as SubjectofCare, Provider, and Agent. Very few attributes are specific to any role and so Person is kept lean. Most attributes are expected to be tied to the role the Person plays rather than the Person himself. Examples of that are Guardian (SubjectofCare), ContactParty (SubjectOfCare, Provider), and multipleBirthInd (SubjectofCare)</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Person.identifier</path>
            <definition>
              <short>A Human identifier for this person</short>
              <formal>Identifier for a person within a particular scope.</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>HumanId</code>
              </type>
              <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>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Person.telecom</path>
            <definition>
              <short>A contact detail for the person</short>
              <formal>A contact detail for the person, e.g. a telephone number or an email address.</formal>
              <comments>Person may have multiple ways to be contacted with different uses or applicable periods. 
May need to have options for contacting the person urgently, and also to help with identification</comments>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Contact</code>
              </type>
              <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>Coding</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>AdministrativeGender</binding>
            </definition>
          </element>
          <element>
            <path>Person.birthDate</path>
            <definition>
              <short>The birth date for the person</short>
              <formal>The birth date for the person.</formal>
              <comments>At least an 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>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Person.deceased</path>
            <definition>
              <short>Indicates if the Person is deceased or not</short>
              <formal>Indicates if the Person is deceased or not</formal>
              <comments>If there's no value in the instance it means there is no statement on whether or not the person deceased. Most systems will interpret the absence of a value as a sign of the person being alive.</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>boolean</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Person.address</path>
            <definition>
              <short>One or more addresses for the person</short>
              <formal>One or more addresses 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>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Person.maritalStatus</path>
            <definition>
              <short>Marital (civil) status of the person</short>
              <formal>This field contains the patient's marital (civil) status.</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>MaritalStatus</binding>
            </definition>
          </element>
          <element>
            <path>Person.language</path>
            <definition>
              <short>The person's  proficiency level of a language</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.
If you need to convey proficiency for multiple modes than you need multiple Person.language associations.</comments>
              <min>0</min>
              <max>*</max>
              <mustUnderstand>true</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Person.language.language</path>
            <definition>
              <short>Language with optional region</short>
              <formal>The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case. E.g. &quot;en&quot; for English, or &quot;en-US&quot; for American English versus &quot;en-EN&quot; for England English</formal>
              <comments>The structure aa-BB with this exact casing is one the most widely used notations for locale. However not all systems actually code this but instead have it as free text. Hence CodeableConcept instead of code as the data type</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>Language</binding>
            </definition>
          </element>
          <element>
            <path>Person.language.mode</path>
            <definition>
              <short>Language method of expression</short>
              <formal>A value representing the person's method of expression of this language. Examples: expressed spoken, expressed written, expressed signed, received spoken, received written, received signed</formal>
              <comments>It's expected that modeCode and proficiencyLevelCode work in conjunction. It makes less sense to convey modeCode unless you want to distinctly denote someone proficiency for a particular mode. It's however perfectly acceptable to have a proficiencyLevelCode without a modeCode</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
              <binding>LanguageAbilityMode</binding>
            </definition>
          </element>
          <element>
            <path>Person.language.proficiencyLevel</path>
            <definition>
              <short>Proficiency level of the language</short>
              <formal>A code that describes how well the language is spoken</formal>
              <comments>See comments for Person.language.modeCode</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>CodeableConcept</code>
              </type>
              <mustUnderstand>true</mustUnderstand>
              <binding>LanguageAbilityProficiency</binding>
            </definition>
          </element>
          <element>
            <path>Person.language.preference</path>
            <definition>
              <short>Language preference indicator</short>
              <formal>Indicates whether or not the Person prefers this language (over other languages he masters up a certain level)</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>boolean</code>
              </type>
              <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>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>Person.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="person-definitions.htm#Person" title="A person who is involved in the healthcare process"><b>Person</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="person-definitions.htm#Person.identifier" title="Identifier for a person within a particular scope. (this element must be supported or understood)"><span style="text-decoration: underline"><b>identifier</b></span></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identifier&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
 &lt;<a class="dict" href="person-definitions.htm#Person.telecom" title="A contact detail for the person, e.g. a telephone number or an email address. (this element must be supported or understood)"><span style="text-decoration: underline"><b>telecom</b></span></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/telecom&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">Administrative Gender</span><span style="color: Gray"> --&gt;</span>&lt;/gender&gt;
 &lt;<a class="dict" href="person-definitions.htm#Person.birthDate" title="The birth date for the person. (this element must be supported or understood)"><span style="text-decoration: underline"><b>birthDate</b></span></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/birthDate&gt;
 &lt;<a class="dict" href="person-definitions.htm#Person.deceased" title="Indicates if the Person is deceased or not (this element must be supported or understood)"><span style="text-decoration: underline"><b>deceased</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">Indicates if the Person is deceased or not</span><span style="color: Gray"> --&gt;</span>&lt;/deceased&gt;
 &lt;<a class="dict" href="person-definitions.htm#Person.address" title="One or more addresses for the person (this element must be supported or understood)"><span style="text-decoration: underline"><b>address</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">One or more addresses for the person</span><span style="color: Gray"> --&gt;</span>&lt;/address&gt;
 &lt;<a class="dict" href="person-definitions.htm#Person.maritalStatus" title="This field contains the patient's marital (civil) status. (this element must be supported or understood)"><span style="text-decoration: underline"><b>maritalStatus</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">Marital (civil) status of the person</span><span style="color: Gray"> --&gt;</span>&lt;/maritalStatus&gt;
 &lt;<a class="dict" href="person-definitions.htm#Person.language" title="A language spoken by the person, with proficiency (this element must be supported or understood)"><span style="text-decoration: underline"><b>language</b></span></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> The person's  proficiency level of a language --&gt;</span>
  &lt;<a class="dict" href="person-definitions.htm#Person.language.language" title="The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case. E.g. "en" for English, or "en-US" for American English versus "en-EN" for England English (this element must be supported or understood)"><span style="text-decoration: underline"><b>language</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">Language with optional region</span><span style="color: Gray"> --&gt;</span>&lt;/language&gt;
  &lt;<a class="dict" href="person-definitions.htm#Person.language.mode" title="A value representing the person's method of expression of this language. Examples: expressed spoken, expressed written, expressed signed, received spoken, received written, received signed"><b>mode</b></a>&gt;<span style="color: Gray">&lt;!--</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">Language method of expression</span><span style="color: Gray"> --&gt;</span>&lt;/mode&gt;
  &lt;<a class="dict" href="person-definitions.htm#Person.language.proficiencyLevel" title="A code that describes how well the language is spoken (this element must be supported or understood)"><span style="text-decoration: underline"><b>proficiencyLevel</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">Proficiency level of the language</span><span style="color: Gray"> --&gt;</span>&lt;/proficiencyLevel&gt;
  &lt;<a class="dict" href="person-definitions.htm#Person.language.preference" title="Indicates whether or not the Person prefers this language (over other languages he masters up a certain level)"><b>preference</b></a>&gt;<span style="color: Gray">&lt;!--</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">Language preference indicator</span><span style="color: Gray"> --&gt;</span>&lt;/preference&gt;
 &lt;/language&gt;
 &lt;<a class="dict" href="person-definitions.htm#Person.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="person-definitions.htm#Person.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Person&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="person-definitions.htm#Person" title="A person who is involved in the healthcare process"><b>Person</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="person-definitions.htm#Person.identifier" title="Identifier for a person within a particular scope. (this element must be supported or understood)"><span style="text-decoration: underline"><b>identifier</b></span></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/identifier&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/name&gt;
 &lt;<a class="dict" href="person-definitions.htm#Person.telecom" title="A contact detail for the person, e.g. a telephone number or an email address. (this element must be supported or understood)"><span style="text-decoration: underline"><b>telecom</b></span></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/telecom&gt;
 &lt;<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>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>0..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">Administrative Gender</span><span style="color: Gray"> --&gt;</span>&lt;/gender&gt;
 &lt;<a class="dict" href="person-definitions.htm#Person.birthDate" title="The birth date for the person. (this element must be supported or understood)"><span style="text-decoration: underline"><b>birthDate</b></span></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/birthDate&gt;
 &lt;<a class="dict" href="person-definitions.htm#Person.deceased" title="Indicates if the Person is deceased or not (this element must be supported or understood)"><span style="text-decoration: underline"><b>deceased</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">Indicates if the Person is deceased or not</span><span style="color: Gray"> --&gt;</span>&lt;/deceased&gt;
 &lt;<a class="dict" href="person-definitions.htm#Person.address" title="One or more addresses for the person (this element must be supported or understood)"><span style="text-decoration: underline"><b>address</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">One or more addresses for the person</span><span style="color: Gray"> --&gt;</span>&lt;/address&gt;
 &lt;<a class="dict" href="person-definitions.htm#Person.maritalStatus" title="This field contains the patient's marital (civil) status. (this element must be supported or understood)"><span style="text-decoration: underline"><b>maritalStatus</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">Marital (civil) status of the person</span><span style="color: Gray"> --&gt;</span>&lt;/maritalStatus&gt;
 &lt;<a class="dict" href="person-definitions.htm#Person.language" title="A language spoken by the person, with proficiency (this element must be supported or understood)"><span style="text-decoration: underline"><b>language</b></span></a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown"><b>0..*</b></span> The person's  proficiency level of a language --&gt;</span>
  &lt;<a class="dict" href="person-definitions.htm#Person.language.language" title="The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case. E.g. "en" for English, or "en-US" for American English versus "en-EN" for England English (this element must be supported or understood)"><span style="text-decoration: underline"><b>language</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">Language with optional region</span><span style="color: Gray"> --&gt;</span>&lt;/language&gt;
  &lt;<a class="dict" href="person-definitions.htm#Person.language.mode" title="A value representing the person's method of expression of this language. Examples: expressed spoken, expressed written, expressed signed, received spoken, received written, received signed"><b>mode</b></a>&gt;<span style="color: Gray">&lt;!--</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">Language method of expression</span><span style="color: Gray"> --&gt;</span>&lt;/mode&gt;
  &lt;<a class="dict" href="person-definitions.htm#Person.language.proficiencyLevel" title="A code that describes how well the language is spoken (this element must be supported or understood)"><span style="text-decoration: underline"><b>proficiencyLevel</b></span></a>&gt;<span style="color: Gray">&lt;!--</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">Proficiency level of the language</span><span style="color: Gray"> --&gt;</span>&lt;/proficiencyLevel&gt;
  &lt;<a class="dict" href="person-definitions.htm#Person.language.preference" title="Indicates whether or not the Person prefers this language (over other languages he masters up a certain level)"><b>preference</b></a>&gt;<span style="color: Gray">&lt;!--</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">Language preference indicator</span><span style="color: Gray"> --&gt;</span>&lt;/preference&gt;
 &lt;/language&gt;
 &lt;<a class="dict" href="person-definitions.htm#Person.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="person-definitions.htm#Person.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/Person&gt;
</pre></div>
    </summary>
  </entry>
  <entry>
    <title>Resource &quot;xdsfolder&quot; as a profile (to help derivation)</title>
    <link href="http://hl7.org/implement/standards/fhir/xdsfolder.profile.xml" rel="self"/>
    <id>http://hl7.org/fhir/profile/xdsfolder</id>
    <updated>2012-12-04T00:02:57.354+11:00</updated>
    <published>2012-12-04T00:02:57.354+11:00</published>
    <author>
      <name>HL7, Inc</name>
      <uri>http://hl7.org</uri>
    </author>
    <category scheme="http://hl7.org/fhir/resource-types" term="Profile"/>
    <content type="text/xml">
      <Profile xmlns="http://hl7.org/fhir">
        <name>xdsfolder</name>
        <author>
          <name>todo (committee)</name>
        </author>
        <description>Basic Profile. An organised collection of documents that belong to a patient. The documents are collected by their clinical function</description>
        <status>
          <code>testing</code>
          <date>2012-12-04</date>
        </status>
        <resource>
          <type>Resource</type>
          <element>
            <path>XdsFolder</path>
            <definition>
              <short>A collection of documents that belong to a patient</short>
              <formal>An organised collection of documents that belong to a patient. The documents are collected by their clinical function</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Resource</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsFolder.code</path>
            <definition>
              <short>type of clinical activity of this folder</short>
              <formal>contain the set of codes specifying the type of clinical activity that resulted in placing XDS Documents in this XDSFolder</formal>
              <comments>These values shall be drawn from a vocabulary or coding scheme defined by the XDS Affinity Domain</comments>
              <min>1</min>
              <max>*</max>
              <type>
                <code>Coding</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsFolder.title</path>
            <definition>
              <short>descriptional title of the folder</short>
              <formal>Represents the title of the Folder</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsFolder.patientId</path>
            <definition>
              <short>all documents belong to this patient</short>
              <formal>the subject of care medical record Identifier as defined by the Document Source.</formal>
              <comments> All the documents in this folder must belong to the same patient.  This identifier shall be from the Assigning Authority Domain supporting the XDS Affinity Domain in which the Document Registry operates</comments>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Identifier</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsFolder.homeCommunity</path>
            <definition>
              <short>globally unique identifier for a community</short>
              <formal>A globally unique identifier for a community</formal>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsFolder.comments</path>
            <definition>
              <short>Comments associated with the Folder</short>
              <formal>Comments associated with the Folder</formal>
              <comments>Free form text with an XDS 
Affinity Domain specified usage</comments>
              <min>0</min>
              <max>1</max>
              <type>
                <code>string</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsFolder.extension</path>
            <definition>
              <short>See Extensions</short>
              <formal>See Extensions</formal>
              <min>0</min>
              <max>*</max>
              <type>
                <code>Extension</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
          <element>
            <path>XdsFolder.text</path>
            <definition>
              <short>Text summary of resource (for human interpretation)</short>
              <formal>Text summary of resource (for human interpretation)</formal>
              <min>1</min>
              <max>1</max>
              <type>
                <code>Narrative</code>
              </type>
              <mustUnderstand>false</mustUnderstand>
            </definition>
          </element>
        </resource>
        <text>
          <status>generated</status><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="xdsfolder-definitions.htm#XdsFolder" title="An organised collection of documents that belong to a patient. The documents are collected by their clinical function"><b>XdsFolder</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="xdsfolder-definitions.htm#XdsFolder.code" title="contain the set of codes specifying the type of clinical activity that resulted in placing XDS Documents in this XDSFolder"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">type of clinical activity of this folder</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
 &lt;<a class="dict" href="xdsfolder-definitions.htm#XdsFolder.title" title="Represents the title of the Folder"><b>title</b></a>&gt;<span style="color: Gray">&lt;!--</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">descriptional title of the folder</span><span style="color: Gray"> --&gt;</span>&lt;/title&gt;
 &lt;<a class="dict" href="xdsfolder-definitions.htm#XdsFolder.patientId" title="the subject of care medical record Identifier as defined by the Document Source."><b>patientId</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">all documents belong to this patient</span><span style="color: Gray"> --&gt;</span>&lt;/patientId&gt;
 &lt;<a class="dict" href="xdsfolder-definitions.htm#XdsFolder.homeCommunity" title="A globally unique identifier for a community"><b>homeCommunity</b></a>&gt;<span style="color: Gray">&lt;!--</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">globally unique identifier for a community</span><span style="color: Gray"> --&gt;</span>&lt;/homeCommunity&gt;
 &lt;<a class="dict" href="xdsfolder-definitions.htm#XdsFolder.comments" title="Comments associated with the Folder"><b>comments</b></a>&gt;<span style="color: Gray">&lt;!--</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 associated with the Folder</span><span style="color: Gray"> --&gt;</span>&lt;/comments&gt;
 &lt;<a class="dict" href="xdsfolder-definitions.htm#XdsFolder.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="xdsfolder-definitions.htm#XdsFolder.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/XdsFolder&gt;
</pre></div>
        </text>
      </Profile>
    </content>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><pre>
&lt;<a class="dict" href="xdsfolder-definitions.htm#XdsFolder" title="An organised collection of documents that belong to a patient. The documents are collected by their clinical function"><b>XdsFolder</b></a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 &lt;<a class="dict" href="xdsfolder-definitions.htm#XdsFolder.code" title="contain the set of codes specifying the type of clinical activity that resulted in placing XDS Documents in this XDSFolder"><b>code</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..*</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Coding">Coding</a></span> <span style="color: navy">type of clinical activity of this folder</span><span style="color: Gray"> --&gt;</span>&lt;/code&gt;
 &lt;<a class="dict" href="xdsfolder-definitions.htm#XdsFolder.title" title="Represents the title of the Folder"><b>title</b></a>&gt;<span style="color: Gray">&lt;!--</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">descriptional title of the folder</span><span style="color: Gray"> --&gt;</span>&lt;/title&gt;
 &lt;<a class="dict" href="xdsfolder-definitions.htm#XdsFolder.patientId" title="the subject of care medical record Identifier as defined by the Document Source."><b>patientId</b></a>&gt;<span style="color: Gray">&lt;!--</span> <span style="color: brown"><b>1..1</b></span> <span style="color: darkgreen"><a href="datatypes.htm#Identifier">Identifier</a></span> <span style="color: navy">all documents belong to this patient</span><span style="color: Gray"> --&gt;</span>&lt;/patientId&gt;
 &lt;<a class="dict" href="xdsfolder-definitions.htm#XdsFolder.homeCommunity" title="A globally unique identifier for a community"><b>homeCommunity</b></a>&gt;<span style="color: Gray">&lt;!--</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">globally unique identifier for a community</span><span style="color: Gray"> --&gt;</span>&lt;/homeCommunity&gt;
 &lt;<a class="dict" href="xdsfolder-definitions.htm#XdsFolder.comments" title="Comments associated with the Folder"><b>comments</b></a>&gt;<span style="color: Gray">&lt;!--</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 associated with the Folder</span><span style="color: Gray"> --&gt;</span>&lt;/comments&gt;
 &lt;<a class="dict" href="xdsfolder-definitions.htm#XdsFolder.extension" title="See Extensions"><b>extension</b></a>&gt;<span style="color: Gray">&lt;!--</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"> --&gt;</span>&lt;/extension&gt;
 &lt;<a class="dict" href="xdsfolder-definitions.htm#XdsFolder.text" title="Text summary of resource (for human interpretation)"><b>text</b></a>&gt;<span style="color: Gray">&lt;!--</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 (for human interpretation)</span><span style="color: Gray"> --&gt;</span>&lt;/text&gt;
&lt;/XdsFolder&gt;
</pre></div>
    </summary>
  </entry>
</feed>