This page is part of the US Core (v7.0.0: STU7) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "DocumentReference",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference|7.0.0"
]
},
"status" : "current",
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "18842-5",
"display" : "Discharge Summary"
}
],
"text" : "Discharge Summary"
},
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category",
"code" : "clinical-note",
"display" : "Clinical Note"
}
],
"text" : "Clinical No"
}
],
"subject" : {
🔗 "reference" : "Patient/example"
},
"content" : [
{
"attachment" : {
"contentType" : "text/plain",
"data" : "Tm8gYWN0aXZpdHkgcmVzdHJpY3Rpb24sIHJlZ3VsYXIgZGlldCwgZm9sbG93IHVwIGluIHR3byB0byB0aHJlZSB3ZWVrcyB3aXRoIHByaW1hcnkgY2FyZSBwcm92aWRlci4="
}
}
],
"context" : {
"encounter" : [
{
🔗 "reference" : "Encounter/example-1"
}
]
}
}