Request

Operationupdate Flag
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Flag/44214dfb4d1c48c6ab8208b7ecade7f8
ResourceFlagId44214dfb4d1c48c6ab8208b7ecade7f8
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Flag",
  "id" : "44214dfb4d1c48c6ab8208b7ecade7f8",
  "meta" : {
    "security" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code" : "HTEST",
      "display" : "test health data"
    } ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Touchstone Test Data - Flag: Patient should not drive or operate machinery</p></div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/flag",
    "value" : "02118670-310"
  } ],
  "status" : "inactive",
  "category" : [ {
    "coding" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/flag-category",
      "code" : "admin",
      "display" : "Administrative"
    } ]
  } ],
  "code" : {
    "coding" : [ {
      "system" : "http://snomed.info/sct",
      "code" : "426786003",
      "display" : "Patient should not drive or operate machinery (finding)"
    } ]
  },
  "subject" : {
    "reference" : "Patient/c7a9cdb5e6a44b6fa8ca73f642aa9d17"
  },
  "period" : {
    "start" : "2021-02-07",
    "end" : "2021-03-07"
  },
  "author" : {
    "reference" : "Patient/c7a9cdb5e6a44b6fa8ca73f642aa9d17"
  }
}