FoundationThis is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
| Responsible Owner: Structured Documents Work Group | Standards Status: Informative | Compartments: Device, Encounter, Patient, Practitioner, RelatedPerson |
Raw JSON (canonical form + also see JSON Format Specification)
Example of a discharge summary
{
"resourceType" : "Bundle",
"id" : "father",
"meta" : {
"security" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code" : "N",
"display" : "normal"
}]
},
"identifier" : {
"system" : "urn:ietf:rfc:3986",
"value" : "urn:uuid:0c3151bd-1cbf-4d64-b04d-cd9187a4c6e0"
},
"type" : "document",
"timestamp" : "2013-05-28T22:12:21Z",
"entry" : [{
"fullUrl" : "http://fhir.healthintersections.com.au/open/Composition/180f219f-97a8-486d-99d9-ed631fe4fc57",
"resource" : {
"resourceType" : "Composition",
"id" : "180f219f-97a8-486d-99d9-ed631fe4fc57",
"meta" : {
"lastUpdated" : "2013-05-28T22:12:21Z"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition 180f219f-97a8-486d-99d9-ed631fe4fc57</b></p><a name=\"180f219f-97a8-486d-99d9-ed631fe4fc57\"> </a><a name=\"hc180f219f-97a8-486d-99d9-ed631fe4fc57\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2013-05-28T22:12:21Z</p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 28655-9}\">Discharge Summary from Responsible Clinician</span></p><p><b>encounter</b>: <a href=\"broken-link.html\">http://fhir.healthintersections.com.au/open/Encounter/doc-example</a></p><p><b>date</b>: 2013-02-01T12:30:02Z</p><p><b>author</b>: <a href=\"practitioner-example.html\">Doctor Dave</a></p><p><b>title</b>: Discharge Summary</p></div>"
},
"status" : "final",
"type" : {
"coding" : [{
"system" : "http://loinc.org",
"code" : "28655-9"
}],
"text" : "Discharge Summary from Responsible Clinician"
},
"subject" : [{
"reference" : "http://fhir.healthintersections.com.au/open/Patient/d1",
"display" : "Eve Everywoman"
}],
"encounter" : {
"reference" : "http://fhir.healthintersections.com.au/open/Encounter/doc-example"
},
"date" : "2013-02-01T12:30:02Z",
"author" : [{
"reference" : "Practitioner/example",
"display" : "Doctor Dave"
}],
"title" : "Discharge Summary",
"section" : [{
"title" : "Reason for admission",
"code" : {
"coding" : [{
"system" : "http://loinc.org",
"code" : "29299-5",
"display" : "Reason for visit Narrative"
}]
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\n <table>\n\n <thead>\n\n <tr>\n\n <td>Details</td>\n\n <td/>\n\n </tr>\n\n </thead>\n\n <tbody>\n\n <tr>\n\n <td>Acute Asthmatic attack. Was wheezing for days prior to admission.</td>\n\n <td/>\n\n </tr>\n\n </tbody>\n\n </table>\n\n </div>"
},
"entry" : [{
"reference" : "http://fhir.healthintersections.com.au/open/Observation/example1"
}]
},
{
"title" : "Medications on Discharge",
"code" : {
"coding" : [{
"system" : "http://loinc.org",
"code" : "10183-2",
"display" : "Hospital discharge medications Narrative"
}]
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\n <table>\n\n <thead>\n\n <tr>\n\n <td>Medication</td>\n\n <td>Last Change</td>\n\n <td>Last ChangeReason</td>\n\n </tr>\n\n </thead>\n\n <tbody>\n\n <tr>\n\n <td>Theophylline 200mg BD after meals</td>\n\n <td>continued</td>\n\n </tr>\n\n <tr>\n\n <td>Ventolin Inhaler</td>\n\n <td>stopped</td>\n\n <td>Getting side effect of tremor</td>\n\n </tr>\n\n </tbody>\n\n </table>\n\n </div>"
},
"entry" : [{
"reference" : "http://fhir.healthintersections.com.au/open/MedicationRequest/example2"
},
{
"reference" : "http://fhir.healthintersections.com.au/open/MedicationStatement/example3"
}]
},
{
"title" : "Known allergies",
"code" : {
"coding" : [{
"system" : "http://loinc.org",
"code" : "48765-2",
"display" : "Allergies and adverse reactions Document"
}]
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\n <table>\n\n <thead>\n\n <tr>\n\n <td>Allergen</td>\n\n <td>Reaction</td>\n\n </tr>\n\n </thead>\n\n <tbody>\n\n <tr>\n\n <td>Doxycycline</td>\n\n <td>Hives</td>\n\n </tr>\n\n </tbody>\n\n </table>\n\n </div>"
},
"entry" : [{
"reference" : "http://fhir.healthintersections.com.au/open/AllergyIntolerance/example4"
}]
}]
}
},
{
"fullUrl" : "http://fhir.healthintersections.com.au/open/Practitioner/example",
"resource" : {
"resourceType" : "Practitioner",
"id" : "example",
"meta" : {
"lastUpdated" : "2013-05-05T16:13:03Z"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\n <p>Dr Adam Careful</p>\n\n </div>"
},
"identifier" : [{
"system" : "http://www.acme.org/practitioners",
"value" : "23"
}],
"name" : [{
"family" : "Careful",
"given" : ["Adam"],
"prefix" : ["Dr"]
}]
}
},
{
"fullUrl" : "http://fhir.healthintersections.com.au/open/Patient/d1",
"resource" : {
"resourceType" : "Patient",
"id" : "d1",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\n <h1>Eve Everywoman</h1>\n\n </div>"
},
"active" : true,
"name" : [{
"text" : "Eve Everywoman",
"family" : "Everywoman1",
"given" : ["Eve"]
}],
"telecom" : [{
"system" : "phone",
"value" : "555-555-2003",
"use" : "work"
}],
"gender" : "female",
"birthDate" : "1955-01-06",
"address" : [{
"use" : "home",
"line" : ["2222 Home Street"]
}]
}
},
{
"fullUrl" : "http://fhir.healthintersections.com.au/open/Encounter/doc-example",
"resource" : {
"resourceType" : "Encounter",
"id" : "doc-example",
"meta" : {
"lastUpdated" : "2013-05-05T16:13:03Z"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"> Admitted to Orthopedics Service,\n Middlemore Hospital between Jan 20 and Feb ist 2013 </div>"
},
"identifier" : [{
"value" : "S100"
}],
"status" : "completed",
"class" : [{
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "IMP",
"display" : "inpatient encounter"
}]
}],
"type" : [{
"text" : "Orthopedic Admission"
}],
"subject" : {
"reference" : "Patient/d1"
},
"actualPeriod" : {
"start" : "2013-01-20T12:30:02Z",
"end" : "2013-02-01T12:30:02Z"
},
"admission" : {
"dischargeDisposition" : {
"text" : "Discharged to care of GP"
}
}
}
},
{
"fullUrl" : "http://fhir.healthintersections.com.au/open/Observation/example1",
"resource" : {
"resourceType" : "Observation",
"id" : "example1",
"meta" : {
"lastUpdated" : "2013-05-05T16:13:03Z"
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"> Acute Asthmatic attack. Was wheezing\n for days prior to admission. </div>"
},
"status" : "final",
"code" : {
"coding" : [{
"system" : "http://loinc.org",
"code" : "46241-6"
}],
"text" : "Reason for admission"
},
"subject" : {
"reference" : "http://fhir.healthintersections.com.au/open/Patient/d1",
"display" : "Eve Everywoman"
},
"encounter" : {
"reference" : "http://fhir.healthintersections.com.au/open/Encounter/doc-example"
},
"valueString" : "Acute Asthmatic attack. Was wheezing for days prior to admission."
}
},
{
"fullUrl" : "http://fhir.healthintersections.com.au/open/MedicationRequest/example2",
"resource" : {
"resourceType" : "MedicationRequest",
"id" : "example2",
"meta" : {
"lastUpdated" : "2013-05-05T16:13:03Z"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\n <p>Theophylline 200mg twice a day</p>\n\n </div>"
},
"status" : "unknown",
"intent" : "order",
"medication" : {
"concept" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "66493003"
}],
"text" : "Theophylline 200mg"
}
},
"subject" : {
"reference" : "http://fhir.healthintersections.com.au/open/Patient/d1",
"display" : "Peter Patient"
},
"requester" : {
"reference" : "Practitioner/example",
"display" : "Peter Practitioner"
},
"reason" : [{
"concept" : {
"text" : "Management of Asthma"
}
}]
}
},
{
"fullUrl" : "http://fhir.healthintersections.com.au/open/MedicationStatement/example3",
"resource" : {
"resourceType" : "MedicationStatement",
"id" : "example3",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\n <p>Ventolin inhaler discontinued</p>\n\n </div>"
},
"status" : "recorded",
"medication" : {
"concept" : {
"text" : "Ventolin Inhaler"
}
},
"subject" : {
"reference" : "http://fhir.healthintersections.com.au/open/Patient/d1",
"display" : "Peter Patient"
},
"dateAsserted" : "2013-05-05T16:13:03Z",
"reason" : [{
"concept" : {
"text" : "Management of Asthma"
}
}]
}
},
{
"fullUrl" : "http://fhir.healthintersections.com.au/open/AllergyIntolerance/example4",
"resource" : {
"resourceType" : "AllergyIntolerance",
"id" : "example4",
"meta" : {
"lastUpdated" : "2013-05-05T16:13:03Z"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Sensitivity to Doxycycline :\n Hives</div>"
},
"clinicalStatus" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "active",
"display" : "Active"
}]
},
"verificationStatus" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code" : "confirmed",
"display" : "Confirmed"
}]
},
"type" : {
"coding" : [{
"system" : "http://hl7.org/fhir/allergy-intolerance-type",
"code" : "allergy",
"display" : "Allergy"
}]
},
"criticality" : "high",
"code" : {
"text" : "Doxycycline"
},
"patient" : {
"reference" : "http://fhir.healthintersections.com.au/open/Patient/d1",
"display" : "Eve Everywoman"
},
"recordedDate" : "2012-09-17",
"reaction" : [{
"manifestation" : [{
"concept" : {
"coding" : [{
"system" : "http://example.org/system",
"code" : "xxx",
"display" : "Hives"
}],
"text" : "Hives"
}
}]
}]
}
}]
}
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.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.r6.core#6.0.0-ballot4 generated on Fri, Jul 10, 2026 01:15+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4 |
Compare to R5 |
Compare to Last Ballot |
|
Propose a change