Mobile access to Health Documents (MHD)
4.2.3-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.3-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" : "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"
}
]
}
]
}