Claim

POST {{host}}/fhir/Claim

Request Body

{"resourceType"=>"Claim", "id"=>"{{fhir_claim_id}}", "text"=>{"status"=>"generated", "div"=>"<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the Oral Health Claim</div>"}, "identifier"=>[{"system"=>"http://happyvalley.com/claim", "value"=>"12345"}], "status"=>"active", "type"=>{"coding"=>[{"system"=>"http://terminology.hl7.org/CodeSystem/claim-type", "code"=>"oral"}]}, "use"=>"claim", "patient"=>{"reference"=>"Patient/{{patient_id}}"}, "created"=>"2014-08-16", "insurer"=>{"reference"=>"Organization/{{fhir_organization_id}}"}, "provider"=>{"reference"=>"Organization/{{fhir_organization_id}}"}, "priority"=>{"coding"=>[{"code"=>"normal"}]}, "payee"=>{"type"=>{"coding"=>[{"code"=>"provider"}]}}, "careTeam"=>[{"sequence"=>1, "provider"=>{"reference"=>"Practitioner/{{fhir_practitioner_id}}"}}], "diagnosis"=>[{"sequence"=>1, "diagnosisCodeableConcept"=>{"coding"=>[{"code"=>"123456"}]}}], "insurance"=>[{"sequence"=>1, "focal"=>true, "identifier"=>{"system"=>"http://happyvalley.com/claim", "value"=>"12345"}, "coverage"=>{"reference"=>"Coverage/{{fhir_coverage_id}}"}}], "item"=>[{"sequence"=>1, "careTeamSequence"=>[1], "productOrService"=>{"coding"=>[{"code"=>"1200"}]}, "servicedDate"=>"2014-08-16", "unitPrice"=>{"value"=>135.57, "currency"=>"USD"}, "net"=>{"value"=>135.57, "currency"=>"USD"}}]}

HEADERS

KeyDatatypeRequiredDescription
content-typestring
x-consumer-idstring