A1C
POST {{fhir_url}}/DiagnosticReport
Request Body
{"resourceType"=>"DiagnosticReport", "status"=>"final", "code"=>{"coding"=>[{"system"=>"http://loinc.org", "code"=>"4548-4"}], "text"=>"HbA1c (hemoglobin A1c), blood"}, "subject"=>{"reference"=>"Patient/{{ZusPID}}", "type"=>"Patient"}, "effectiveDateTime"=>"2023-01-01", "result"=>[{"reference"=>"Observation/80a7681c-5368-4a16-853d-e5a9d4ef755b", "type"=>"Observation"}], "conclusionCode"=>[{"coding"=>[{"code"=>"Abnormal"}]}]}