Basic

POST {{host}}/fhir/Basic

Request Body

{"resourceType"=>"Basic", "id"=>"{{fhir_basic_id}}", "identifier"=>[{"system"=>"http://goodhealth.org/basic/identifiers", "value"=>"{{fhir_basic_id}}"}], "code"=>{"coding"=>[{"system"=>"http://terminology.hl7.org/CodeSystem/basic-resource-type", "code"=>"referral"}]}, "subject"=>{"reference"=>"Patient/{{fhir_patient_id}}", "display"=>"Roel"}, "created"=>"2013-05-14", "author"=>{"reference"=>"RelatedPerson/{{fhir_related_person_id}}"}}

HEADERS

KeyDatatypeRequiredDescription
content-typestring
preferstring