haau3 FHIR Implementation Guide (HFIG)
1.0.0 - ci-build
haau3 FHIR Implementation Guide (HFIG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "DocumentReference",
"id" : "haau3-document-reference",
"meta" : {
"profile" : [
🔗 "https://haau3.com/fhir/StructureDefinition/haau3-document-reference"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference haau3-document-reference</b></p><a name=\"haau3-document-reference\"> </a><a name=\"hchaau3-document-reference\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-haau3-document-reference.html\">haau3 DocumentReference</a></p></div><p><b>identifier</b>: <code>https://haau3.com/fhir/NamingSystem/source-resource-id</code>/DocumentReference/example-source-record</p><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11506-3}\">Progress Notes</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category clinical-note}\">Clinical Note</span></p><p><b>subject</b>: <a href=\"Patient-us-core-patient.html\">Derrick Lin Male, DoB: 1965-04-12 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>date</b>: 2026-01-01 09:00:00+0000</p><p><b>custodian</b>: Example Health</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>text/html</td><td>Binary/example-note-html</td></tr></table><p><b>format</b>: IHE.FormatCode.codesystem: urn:ihe:iti:xds:2017:mimeTypeSufficient (mimeType Sufficient)</p></blockquote><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>text/rtf</td><td>Binary/example-note-rtf</td></tr></table><p><b>format</b>: IHE.FormatCode.codesystem: urn:ihe:iti:xds:2017:mimeTypeSufficient (mimeType Sufficient)</p></blockquote></div>"
},
"identifier" : [
{
"system" : "https://haau3.com/fhir/NamingSystem/source-resource-id",
"value" : "DocumentReference/example-source-record"
}
],
"status" : "current",
"docStatus" : "final",
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11506-3",
"display" : "Progress note"
}
],
"text" : "Progress Notes"
},
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category",
"code" : "clinical-note",
"display" : "Clinical Note"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/us-core-patient"
},
"date" : "2026-01-01T09:00:00Z",
"custodian" : {
"display" : "Example Health"
},
"content" : [
{
"attachment" : {
"contentType" : "text/html",
"url" : "Binary/example-note-html"
},
"format" : {
"system" : "http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem",
"code" : "urn:ihe:iti:xds:2017:mimeTypeSufficient",
"display" : "mimeType Sufficient"
}
},
{
"attachment" : {
"contentType" : "text/rtf",
"url" : "Binary/example-note-rtf"
},
"format" : {
"system" : "http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem",
"code" : "urn:ihe:iti:xds:2017:mimeTypeSufficient",
"display" : "mimeType Sufficient"
}
}
]
}