This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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",
"text": {
"status": "generated",
"div": "<div>\n <p>\n <b>Generated Narrative</b>\n </p>\n <p>\n <b>masterIdentifier</b>: urn:oid:1.3.6.1.4.1.21367.2005.3.7\n </p>\n <p>\n <b>subject</b>: \n <a href=\"patient-example-xcda.html\">MRN = 12345 (usual); Henry Levin ; Male; birthDate: 24-Sep 1932; active</a>\n </p>\n <p>\n <b>type</b>: \n <span title=\"Codes: {http://loinc.org 34108-1}\">Outpatient Note</span>\n </p>\n <p>\n <b>author</b>: Sherry Dopplemeyer ; Primary Surgon; Orthopedic, Gerald Smitty ; Attending; Orthopedic\n </p>\n <p>\n <b>created</b>: 24-Dec 2005 9:35\n </p>\n <p>\n <b>indexed</b>: 24-Dec 2005 9:43\n </p>\n <p>\n <b>status</b>: current\n </p>\n <p>\n <b>description</b>: Physical\n </p>\n <p>\n <b>confidentiality</b>: \n <span title=\"Codes: {http://ihe.net/xds/connectathon/confidentialityCodes 1.3.6.1.4.1.21367.2006.7.101}\">Clinical-Staff</span>\n </p>\n <p>\n <b>primaryLanguage</b>: en-US\n </p>\n <p>\n <b>mimeType</b>: application/hl7-v3+xml\n </p>\n <p>\n <b>size</b>: 3654\n </p>\n <p>\n <b>hash</b>: da39a3ee5e6b4b0d3255bfef95601890afd80709\n </p>\n <p>\n <b>location</b>: \n <a href=\"http://example.org/xds/mhd/Binary/@07a6483f-732b-461e-86b6-edb665c45510\">http://example.org/xds/mhd/Binary/@07a6483f-732b-461e-86b6-edb665c45510</a>\n </p>\n <h3>Contexts</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Event</b>\n </td>\n <td>\n <b>Period</b>\n </td>\n <td>\n <b>FacilityType</b>\n </td>\n </tr>\n <tr>\n <td>\n <span title=\"Codes: {http://ihe.net/xds/connectathon/eventCodes T-D8200}\">Arm</span>\n </td>\n <td>23-Dec 2004 8:0 --> 23-Dec 2004 8:1</td>\n <td>\n <span title=\"Codes: {http://www.ihe.net/xds/connectathon/healthcareFacilityTypeCodes Outpatient}\">Outpatient</span>\n </td>\n </tr>\n </table>\n </div>"
},
"contained": [
{
"resourceType": "Practitioner",
"id": "a1",
"name": {
"family": [
"Dopplemeyer"
],
"given": [
"Sherry"
]
},
"telecom": [
{
"system": "email",
"value": "john.doe@healthcare.example.org"
}
],
"organization": {
"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"
}
],
"organization": {
"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"
}
]
},
"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"
}
]
}
],
"primaryLanguage": "en-US",
"mimeType": "application/hl7-v3+xml",
"size": 3654,
"hash": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
"location": "http://example.org/xds/mhd/Binary/@07a6483f-732b-461e-86b6-edb665c45510",
"context": {
"event": [
{
"coding": [
{
"system": "http://ihe.net/xds/connectathon/eventCodes",
"code": "T-D8200",
"display": "Arm"
}
]
}
],
"period": {
"start": "2004-12-23T08:00:00",
"end": "2004-12-23T08:01:00"
},
"facilityType": {
"coding": [
{
"system": "http://www.ihe.net/xds/connectathon/healthcareFacilityTypeCodes",
"code": "Outpatient",
"display": "Outpatient"
}
]
}
}
}