Extension: "First Authored"
URL: "http://help.caredove.com/developer-integrations/fhir-extension-first-authored"
Value: dateTime
Description:
This extension on the QuestionnaireResponse resources provides information about when a QuestionnaireResponse was FIRST marked as completed. This is similar to the element QuestionnaireResponse.authored, except that QuestionnaireResponse.authored will get updated again with a new value if somebody makes a change to the QuestionnaireResponse later.
Resource & Resource Element Locations:
This extension is located under QuestionnaireResponse
Example:
"resource": {
"resourceType": "QuestionnaireResponse",
"id": "16907",
"extension": [
{
"url": "http://help.caredove.com/developer-integrations/fhir-extension-first-authored",
"valueUrl": "2024-12-16T15:30:00Z"
}
}