eHealth Platform Federal Core Profiles
2.1.2 - STU1
eHealth Platform Federal Core Profiles, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 2.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/core/ and changes regularly. See the Directory of published versions
{
"resourceType" : "DocumentReference",
"id" : "documentreferenceurl",
"meta" : {
"profile" : [
🔗 "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-documentreference"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference documentreferenceurl</b></p><a name=\"documentreferenceurl\"> </a><a name=\"hcdocumentreferenceurl\"> </a><a name=\"documentreferenceurl-en-US\"> </a><p><b>status</b>: Current</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 34108-1}\">Outpatient Note</span></p><p><b>subject</b>: <a href=\"Patient-patient1.html\">Josephine Nessa La Paradisio (official) Female, DoB: 1979-12-11 ( Medical record number: 45XXP0PA-4\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>author</b>: <a href=\"PractitionerRole-practitionerrole1.html\">PractitionerRole physician</a></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>application/pdf</td><td><a href=\"https://dss.mo.gov/mhd/cs/psych/pdf/progressnote_indv_sample.pdf\">https://dss.mo.gov/mhd/cs/psych/pdf/progressnote_indv_sample.pdf</a></td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Related</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"DocumentReference-documentreferencebinary.html\">DocumentReference: status = current; category = Outpatient Note</a></td></tr></table></div>"
},
"status" : "current",
"category" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "34108-1",
"display" : "Outpatient Note"
}
],
"text" : "Outpatient Note"
}
],
"subject" : {
🔗 "reference" : "Patient/patient1"
},
"author" : [
{
🔗 "reference" : "PractitionerRole/practitionerrole1"
}
],
"content" : [
{
"attachment" : {
"contentType" : "application/pdf",
"url" : "https://dss.mo.gov/mhd/cs/psych/pdf/progressnote_indv_sample.pdf"
}
}
],
"context" : {
"related" : [
{
🔗 "reference" : "DocumentReference/documentreferencebinary"
}
]
}
}