This page is part of the Documentation Templates and Rules (v1.1.0-ballot: STU 1.1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "DocumentReference",
"id" : "home-o2-documentreference",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-documentreference-r4"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"home-o2-documentreference\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dtr-documentreference-r4.html\">DTR Document Reference R4</a></p></div><p><b>status</b>: current</p><p><b>type</b>: Medical records <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#11503-0)</span></p><p><b>category</b>: Clinical Note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/core/STU3.1.1/CodeSystem-us-core-documentreference-category.html\">US Core DocumentReferences Category Codes</a>#clinical-note)</span></p><p><b>subject</b>: <a href=\"Patient-example1.html\">Patient/example1: Vlad</a></p><blockquote><p><b>content</b></p></blockquote></div>"
},
"status" : "current",
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11503-0"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category",
"code" : "clinical-note"
}
]
}
],
"subject" : {
"reference" : "Patient/example1",
"display" : "Vlad"
},
"content" : [
{
"attachment" : {
"contentType" : "application/json",
"data" : "e2V4YW1wbGU6IGV4YW1wbGV9"
}
}
]
}