Account
POST {{host}}/fhir/Account
Request Body
{"resourceType"=>"Account", "id"=>"{{fhir_account_id}}", "text"=>{"status"=>"generated", "div"=>"<div xmlns=\"http://www.w3.org/1999/xhtml\">HACC Funded Billing for Peter James Chalmers</div>"}, "identifier"=>[{"system"=>"urn:oid:0.1.2.3.4.5.6.7", "value"=>"{{fhir_account_id}}"}], "status"=>"active", "type"=>{"coding"=>[{"system"=>"http://terminology.hl7.org/CodeSystem/v3-ActCode", "code"=>"PBILLACCT", "display"=>"patient billing account"}], "text"=>"patient"}, "name"=>"HACC Funded Billing for Peter James Chalmers", "subject"=>[{"reference"=>"PractitionerRole/{{fhir_practitioner_role_id}}", "display"=>"Peter James Chalmers"}], "servicePeriod"=>{"start"=>"2016-01-01", "end"=>"2016-06-30"}, "owner"=>{"reference"=>"Organization/{{fhir_organization_id}}"}, "description"=>"Hospital charges"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
content-type | string | ||
prefer | string |