This page is part of the FHIR Specification (v0.00: Historical Archive Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

RFH: Resources For Healthcare             | Exchange Specifications | Data Dictionary | Workflow Management |             © Health Intersections P/L 2011

Agent

A person who is performing some designated role on behalf of (or under the authority of) an organisation.

The relative url is /agents

Content

<Agent xmlns="...">
  <id mand type="id">Master Resource Id, always first in all resources</id>
  <version opt type="id">version identifier</id>
  <status mand type="code">active|retired. See status below</status>
  <created opt type="datetime">date created, always present except on create</created>
  <updated opt type="datetime">date updated, present if resource updated</updated>
  <identifiers type="list">  <!-- Zero+ -->
    <identifier type="HumanId"/>Human identifiers for Agent</identifier>
  </identifiers>
  <person text type="Resource(Person)">The person who is the agent</person> 
  <organization text type="Resource(Person)">The represented Organization</organization> 
  <code opt type="Concept">The type of representation</period>
  <period opt type="Interval(HumanDate)">Time of representation</period>
  <location opt type="Location">Location of Agent</location>
  <extensions> See Extensions </extensions>
  <text type="Narrative">Text summary of agent, fall back for human interpretation</id>
</Agent>

Concept Bindings:

Notes:

Resource Status

Agent records may only be in one of two statuses: active and retired. A normal record is active - it is in use. The status retired is used when a record is created in error. Once the error is discovered, it can either be retired or deleted. Note that the record is active even if the period has expired.

© 2011