DiagnosticReport

POST {{host}}/fhir/DiagnosticReport

Request Body

{"resourceType"=>"DiagnosticReport", "id"=>"{{fhir_diagnostic_report_id}}", "meta"=>{"tag"=>[{"system"=>"http://example.org/fhir/CodeSystem/workflow-codes", "code"=>"01", "display"=>"Needs Review"}]}, "identifier"=>[{"system"=>"http://acme.com/lab/reports", "value"=>"{{fhir_diagnostic_report_id}}"}], "status"=>"final", "category"=>[{"coding"=>[{"system"=>"http://terminology.hl7.org/CodeSystem/v2-0074", "code"=>"HM"}]}], "code"=>{"coding"=>[{"system"=>"http://loinc.org", "code"=>"58410-2", "display"=>"Complete blood count (hemogram) panel - Blood by Automated count"}, {"code"=>"CBC", "display"=>"MASTER FULL BLOOD COUNT"}], "text"=>"Complete Blood Count"}, "subject"=>{"reference"=>"Patient/{{fhir_patient_id}}"}, "encounter"=>{"reference"=>"Encounter/{{fhir_encounter_id}}"}, "effectiveDateTime"=>"2011-03-04T08:30:00+11:00", "issued"=>"2011-03-04T11:45:33+11:00", "performer"=>[{"reference"=>"Practitioner/{{fhir_practitioner_id}}", "display"=>"Mr Doctor"}], "resultsInterpreter"=>[{"reference"=>"Practitioner/{{fhir_practitioner_id}}", "display"=>"Mr Doctor"}], "result"=>[{"reference"=>"Observation/{{fhir_observation_id}}"}], "presentedForm"=>[{"contentType"=>"application/pdf", "language"=>"en-AU", "data"=>"RGlhZ25vc3RpY1JlcG9ydC5wcmVzZW50ZWRGb3JtWzBdLmRhdGE=", "title"=>"HTML Report"}]}

HEADERS

KeyDatatypeRequiredDescription
content-typestring
preferstring