Request

Operationcreate
MethodPOST
Pathhttps://blaze.life.uni-leipzig.de/fhir/Observation
ResourceObservation
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Observation",
  "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 - Observation: Blood pressure</p></div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/observation",
    "value" : "131188874-65692"
  } ],
  "status" : "preliminary",
  "code" : {
    "coding" : [ {
      "system" : "http://loinc.org",
      "code" : "55284-4",
      "display" : "Blood pressure systolic & diastolic"
    } ]
  },
  "subject" : {
    "reference" : "Patient/C6AMXXVHB5HAV5ZY"
  },
  "effectiveDateTime" : "2021-03-07T12:51:09Z",
  "performer" : [ {
    "reference" : "Practitioner/C6AMXXXG5VWASRVM"
  } ],
  "interpretation" : [ {
    "coding" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
      "code" : "L",
      "display" : "Low"
    } ],
    "text" : "low"
  } ],
  "bodySite" : {
    "coding" : [ {
      "system" : "http://snomed.info/sct",
      "code" : "368209003",
      "display" : "Right arm"
    } ]
  },
  "component" : [ {
    "code" : {
      "coding" : [ {
        "system" : "http://loinc.org",
        "code" : "8480-6",
        "display" : "Systolic blood pressure"
      } ]
    },
    "valueQuantity" : {
      "value" : 107,
      "unit" : "mm[Hg]"
    }
  }, {
    "code" : {
      "coding" : [ {
        "system" : "http://loinc.org",
        "code" : "8462-4",
        "display" : "Diastolic blood pressure"
      } ]
    },
    "valueQuantity" : {
      "value" : 60,
      "unit" : "mm[Hg]"
    }
  } ]
}