Mobile access to Health Documents (MHD)
4.2.4-current - ci-build
Mobile access to Health Documents (MHD), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 4.2.4-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.MHD/ and changes regularly. See the Directory of published versions
{
"resourceType" : "DocumentReference",
"id" : "ex-DocumentReferenceSimplifiedPublish",
"meta" : {
"profile" : [
🔗 "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.SimplifiedPublish.DocumentReference"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference ex-DocumentReferenceSimplifiedPublish</b></p><a name=\"ex-DocumentReferenceSimplifiedPublish\"> </a><a name=\"hcex-DocumentReferenceSimplifiedPublish\"> </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-IHE.MHD.SimplifiedPublish.DocumentReference.html\">MHD DocumentReference for Simplified Publish</a></p><p style=\"margin-bottom: 0px\">Security Label: test health data (Details: ActReason code HTEST = 'test health data')</p></div><p><b>identifier</b>: Identifier type for XDS UniqueId/urn:oid:1.2.840.113556.1.8000.2554.53432.348.12973.17740.34205.4355.60220.62012</p><p><b>status</b>: Current</p><p><b>subject</b>: <a href=\"Patient-ex-patient.html\">John Schmidt Other, DoB: 1923-07-25</a></p><p><b>custodian</b>: <a href=\"Organization-ex-organization.html\">Organization nowhere</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>Data</b></td></tr><tr><td style=\"display: none\">*</td><td>text/plain</td><td><code>SGVsbG8gV29ybGQ=</code></td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Encounter</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Encounter-ex-encounter.html\">Encounter: status = in-progress; class = ambulatory (ActCode#AMB)</a></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "https://profiles.ihe.net/ITI/MHD/CodeSystem/IHE.MHD.MHDIdentifierType",
"code" : "uniqueId"
}
]
},
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:1.2.840.113556.1.8000.2554.53432.348.12973.17740.34205.4355.60220.62012"
}
],
"status" : "current",
"subject" : {
🔗 "reference" : "Patient/ex-patient"
},
"custodian" : {
🔗 "reference" : "Organization/ex-organization"
},
"content" : [
{
"attachment" : {
"contentType" : "text/plain",
"data" : "SGVsbG8gV29ybGQ="
}
}
],
"context" : {
"encounter" : [
{
🔗 "reference" : "Encounter/ex-encounter"
}
]
}
}