Request

Operationcreate
MethodPOST
Pathhttps://blaze.life.uni-leipzig.de/fhir/Procedure
ResourceProcedure
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Procedure",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Sep 23, 2017: Biopsy of suspected melanoma L) arm</div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/procedure",
    "value" : "pQghiwqf3Df"
  } ],
  "status" : "completed",
  "code" : {
    "coding" : [ {
      "system" : "http://snomed.info/sct",
      "code" : "90105005",
      "display" : "Biopsy of soft tissue of forearm (Procedure)"
    } ],
    "text" : "Biopsy of suspected melanoma L) arm"
  },
  "subject" : {
    "reference" : "Patient/C6AMYGTOEPLW5AGR"
  },
  "performedDateTime" : "2017-09-23",
  "performer" : [ {
    "actor" : {
      "reference" : "Practitioner/C6AMYGVNOOJU57AT"
    }
  } ],
  "reasonCode" : [ {
    "text" : "Dark lesion l) forearm. getting darker last 3 months."
  } ],
  "bodySite" : [ {
    "coding" : [ {
      "system" : "http://snomed.info/sct",
      "code" : "368225008",
      "display" : "Entire Left Forearm"
    } ],
    "text" : "Left forearm"
  } ],
  "followUp" : [ {
    "text" : "Review in clinic"
  } ],
  "note" : [ {
    "text" : "Standard Biopsy"
  } ]
}