Observation

POST {{host}}/fhir/Observation

Request Body

{"resourceType"=>"Observation", "id"=>"{{fhir_observation_id}}", "status"=>"final", "code"=>{"coding"=>[{"system"=>"http://loinc.org", "code"=>"8302-2", "display"=>"Body height"}], "text"=>"Body height"}, "subject"=>{"reference"=>"http://www.example.com/Patient/{{fhir_patient_id}}"}, "valueQuantity"=>{"value"=>175, "unit"=>"cm", "system"=>"http://unitsofmeasure.org", "code"=>"cm"}}

HEADERS

KeyDatatypeRequiredDescription
content-typestring
x-consumer-idstring