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" : "Parameters",
"id" : "ex-patchParameters",
"meta" : {
"profile" : [
🔗 "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Patch.Parameters"
]
},
"parameter" : [
{
"name" : "operation",
"part" : [
{
"name" : "path",
"valueString" : "DocumentReference.status"
},
{
"name" : "type",
"valueCode" : "replace"
},
{
"name" : "value",
"valueCode" : "superseded"
}
]
}
]
}