{ "fullUrl":"urn:uuid:{{ID}}", "resource":{ "resourceType": "DiagnosticReport", "id":"{{ID}}", "identifier": [ {{#each (toArray diagReport.id)}} {{>DataType/Identifier.hbs id=this}}, {{/each}} ], "status":{{>ValueSet/DiagnosticReportStatus.hbs code=diagReport.statusCode.code}}, "code": {{#if diagReport.code.translation}} {{>DataType/CodeableConcept.hbs code=diagReport.code.translation}}, {{else}} {{>DataType/CodeableConcept.hbs code=diagReport.code}}, {{/if}} "effectivePeriod": { "start":"{{formatAsDateTime diagReport.effectiveTime.low.value}}", "end":"{{formatAsDateTime diagReport.effectiveTime.high.value}}" }, "effectiveDateTime":"{{formatAsDateTime diagReport.effectiveTime.value}}", }, "request":{ "method":"PUT", "url":"DiagnosticReport/{{ID}}", }, },