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
Simple Example of a Composition
{
"resourceType": "Composition",
"text": {
"status": "generated",
"div": "<div>\n <p>Consultation note for Henry Levin the 7th</p>\n </div>"
},
"identifier": {
"system": "http://healthintersections.com.au/test",
"value": "1"
},
"date": "2012-01-04T09:10:14Z",
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "11488-4",
"display": "Consult note"
}
]
},
"status": "final",
"confidentiality": {
"system": "http://ihe.net/xds/connectathon/confidentialityCodes",
"code": "1.3.6.1.4.1.21367.2006.7.101",
"display": "Clinical-Staff"
},
"subject": {
"reference": "Patient/xcda",
"display": "Henry Levin the 7th"
},
"author": [
{
"reference": "Practitioner/xcda-author",
"display": "Robert Dolin MD"
}
],
"attester": [
{
"mode": [
"legal"
],
"party": {
"reference": "Practitioner/xcda-author",
"display": "Robert Dolin MD"
}
}
],
"custodian": {
"reference": "Organization/2.16.840.1.113883.19.5",
"display": "Good Health Clinic"
},
"section": [
{
"title": "History of present illness",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "10164-2"
}
]
},
"content": {
"reference": "MedicationAdministration/example"
}
}
]
}