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" : "Bundle",
"id" : "ex-response-minimalProvideDocumentBundleSimple",
"meta" : {
"profile" : [
🔗 "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.ProvideDocumentBundleResponse"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST"
}
]
},
"type" : "transaction-response",
"link" : [
{
"relation" : "self",
"url" : "http://example.com/fhir"
}
],
"entry" : [
{
"response" : {
"status" : "201 Created",
"location" : "List/1",
"lastModified" : "2020-10-02T11:56:15.094+00:00"
}
},
{
"response" : {
"status" : "201 Created",
"location" : "DocumentReference/1",
"lastModified" : "2020-10-02T11:56:15.095+00:00"
}
},
{
"response" : {
"status" : "201 Created",
"location" : "Binary/1",
"lastModified" : "2020-10-02T11:56:15.096+00:00"
}
},
{
"response" : {
"status" : "201 Created",
"location" : "Patient/2",
"lastModified" : "2020-10-02T11:56:15.097+00:00"
}
}
]
}