This page is part of the FHIR Specification (v0.5.0: DSTU 2 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 . Page versions: R5 R4B R4 R3 R2
Example of documentreference
{ "resourceType": "DocumentReference", "id": "example", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "contained": [ { "resourceType": "Practitioner", "id": "a1", "name": { "family": [ "Dopplemeyer" ], "given": [ "Sherry" ] }, "telecom": [ { "system": "email", "value": "john.doe@healthcare.example.org" } ], "practitionerRole": [ { "managingOrganization": { "display": "Cleveland Clinic" }, "role": { "text": "Primary Surgon" }, "specialty": [ { "text": "Orthopedic" } ] } ] }, { "resourceType": "Practitioner", "id": "a2", "name": { "family": [ "Smitty" ], "given": [ "Gerald" ] }, "telecom": [ { "system": "email", "value": "john.doe@healthcare.example.org" } ], "practitionerRole": [ { "managingOrganization": { "display": "Cleveland Clinic" }, "role": { "text": "Attending" }, "specialty": [ { "text": "Orthopedic" } ] } ] } ], "masterIdentifier": { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7" }, "subject": { "reference": "Patient/xcda" }, "type": { "coding": [ { "system": "http://loinc.org", "code": "34108-1", "display": "Outpatient Note" } ] }, "class": { "coding": [ { "system": "http://ihe.net/xds/connectathon/classCodes", "code": "History and Physical", "display": "History and Physical" } ] }, "author": [ { "reference": "#a1" }, { "reference": "#a2" } ], "created": "2005-12-24T09:35:00+11:00", "indexed": "2005-12-24T09:43:41+11:00", "status": "current", "description": "Physical", "confidentiality": [ { "coding": [ { "system": "http://ihe.net/xds/connectathon/confidentialityCodes", "code": "1.3.6.1.4.1.21367.2006.7.101", "display": "Clinical-Staff" } ] } ], "content": [ { "contentType": "application/hl7-v3+xml", "language": "en-US", "url": "http://example.org/xds/mhd/Binary/07a6483f-732b-461e-86b6-edb665c45510", "size": 3654, "hash": "2jmj7l5rSw0yVb/vlWAYkK/YBwk=" } ], "context": { "event": [ { "coding": [ { "system": "http://ihe.net/xds/connectathon/eventCodes", "code": "T-D8200", "display": "Arm" } ] } ], "period": { "start": "2004-12-23T08:00:00+11:00", "end": "2004-12-23T08:01:00+11:00" }, "facilityType": { "coding": [ { "system": "http://www.ihe.net/xds/connectathon/healthcareFacilityTypeCodes", "code": "Outpatient", "display": "Outpatient" } ] } } }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.