Mobile access to Health Documents (MHD)
4.2.2 - Trial-Implementation
This page is part of the IHE Mobile Access to Health Documents (v4.2.2: Publication) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "List",
"id" : "ex-compFolder",
"meta" : {
"profile" : [
🔗 "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Comprehensive.Folder"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Example Folder with comprehensive metadata</h2><table class=\"clstu\"><tr><td>Date: 2004-12-25 23:50:50-0500 Mode: working Status: current Code: Folder as a FHIR List </td></tr><tr><td>Subject: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> " SCHMIDT"</td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"DocumentReference-ex-documentreference.html\">DocumentReference/ex-documentreference</a></td></tr><tr><td><a href=\"DocumentReference-ex-documentreference2.html\">DocumentReference/ex-documentreference2</a></td></tr></table></div>"
},
"extension" : [
{
"url" : "https://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-designationType",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "225728007"
}
]
}
},
{
"url" : "https://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-designationType",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "284548004"
}
]
}
}
],
"identifier" : [
{
"use" : "official",
"system" : "urn:ietf:rfc:3986",
"value" : "urn:uuid:0a468477-5dd1-4a81-bddf-8d5ee9b0cac3"
},
{
"use" : "usual",
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:1.2.840.113556.1.8000.2554.58783.21864.3474.19410.44358.58254.41281.46341"
}
],
"status" : "current",
"mode" : "working",
"title" : "Example Folder with comprehensive metadata",
"code" : {
"coding" : [
{
"system" : "https://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes",
"code" : "folder"
}
]
},
"subject" : {
🔗 "reference" : "Patient/ex-patient"
},
"date" : "2004-12-25T23:50:50-05:00",
"entry" : [
{
"item" : {
🔗 "reference" : "DocumentReference/ex-documentreference"
}
},
{
"item" : {
🔗 "reference" : "DocumentReference/ex-documentreference2"
}
}
]
}