Mobile access to Health Documents (MHD)
4.2.2-current - ci-build International flag

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.2-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

: DocumentReference for Comprehensive metadata beeing replaced - JSON Representation

Raw json | Download


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