This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

 

Example of agent

{"Agent": {
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>Dr Adam Careful is a Referring Provider for Acme Hospital from 1-Jan 2012 to 31-Mar 2012<\/p>\n    <\/div>"
  },
  "organization": {
    "id": {"value": "1"},
    "type": {"value": "Organization"}
  },
  "person": {
    "id": {"value": "101"},
    "type": {"value": "Person"}
  },
  "role": [{"coding": [{
    "system": {"value": "http://hl7.org/fhir/sid/v2-0286"},
    "code": {"value": "RP"}
  }]}],
  "period": {
    "start": {"value": "2012-01-01"},
    "end": {"value": "2012-03-31"}
  },
  "identifier": [{"identifier": {
    "id": {"value": "23"},
    "system": {"value": "htp://www.acme.org/providers"}
  }}]
}}