Create ChargeItemDefinition

POST {{fhir_url}}/ChargeItemDefinition

Request Body

{"resourceType"=>"ChargeItemDefinition", "id"=>"ebm", "text"=>{"status"=>"generated", "div"=>"<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: ebm</p><p><b>url</b>: <b>http://fhir.de/ChargeItemDefinition/kbv/ebm-30110</b></p><p><b>version</b>: 2-2018</p><p><b>status</b>: active</p><p><b>description</b>: Allergologisch-diagnostischer Komplex zur Diagnostik und/oder zum Ausschluss einer (Kontakt-)Allergie vom Spättyp (Typ IV), einschl. Kosten</p><p><b>effectivePeriod</b>: 01/04/2018 --&gt; 30/06/2018</p><p><b>code</b>: Allergologiediagnostik I <span>(Details : {http://fhir.de/CodingSystem/kbv/ebm code '30110' = '30110', given as 'Allergologiediagnostik I'})</span></p><blockquote><p><b>applicability</b></p><p><b>description</b>: Excludes billing code 13250 for same Encounter</p><p><b>language</b>: text/cql</p><p><b>expression</b>: [some CQL expression]</p></blockquote><blockquote><p><b>applicability</b></p><p><b>description</b>: Applies only once per Encounter</p><p><b>language</b>: text/CQL</p><p><b>expression</b>: [some CQL expression]</p></blockquote><blockquote><p><b>propertyGroup</b></p><blockquote><p><b>priceComponent</b></p><p><b>type</b>: base</p><p><b>code</b>: Gesamt (Euro) <span>(Details : {http://fhir.de/CodeSystem/kbv/ebm-attribute code 'gesamt-euro' = 'gesamt-euro', given as 'Gesamt (Euro)'})</span></p><p><b>amount</b>: </p></blockquote><blockquote><p><b>priceComponent</b></p><p><b>type</b>: informational</p><p><b>code</b>: Gesamt (Punkte) <span>(Details : {http://fhir.de/CodeSystem/kbv/ebm-attribute code 'gesamt-punkte' = 'gesamt-punkte', given as 'Gesamt (Punkte)'})</span></p><p><b>factor</b>: 633</p></blockquote></blockquote></div>"}, "url"=>"http://fhir.de/ChargeItemDefinition/kbv/ebm-30110", "version"=>"2-2018", "status"=>"active", "description"=>"Allergologisch-diagnostischer Komplex zur Diagnostik und/oder zum Ausschluss einer (Kontakt-)Allergie vom Spättyp (Typ IV), einschl. Kosten", "effectivePeriod"=>{"start"=>"2018-04-01", "end"=>"2018-06-30"}, "code"=>{"coding"=>[{"system"=>"http://fhir.de/CodingSystem/kbv/ebm", "code"=>"30110", "display"=>"Allergologiediagnostik I"}]}, "applicability"=>[{"description"=>"Excludes billing code 13250 for same Encounter", "language"=>"text/cql", "expression"=>"[some CQL expression]"}, {"description"=>"Applies only once per Encounter", "language"=>"text/CQL", "expression"=>"[some CQL expression]"}], "propertyGroup"=>[{"priceComponent"=>[{"type"=>"base", "code"=>{"coding"=>[{"system"=>"http://fhir.de/CodeSystem/kbv/ebm-attribute", "code"=>"gesamt-euro", "display"=>"Gesamt (Euro)"}]}, "amount"=>{"value"=>67.44, "currency"=>"EUR"}}, {"type"=>"informational", "code"=>{"coding"=>[{"system"=>"http://fhir.de/CodeSystem/kbv/ebm-attribute", "code"=>"gesamt-punkte", "display"=>"Gesamt (Punkte)"}]}, "factor"=>633}]}]}