Skip to main content
FHIR Extension: First Author

Documentation for our firstAuthor QuestionnaireResponse URL Extension in FHIR4

Brad Doman avatar
Written by Brad Doman
Updated this week

Extension: "First Author"
URL: "http://help.caredove.com/developer-integrations/fhir-extension-first-author"
Value: valueReference

Description:

This extension on the QuestionnaireResponse resources provides information about who FIRST completed a QuestionnaireResponse. This is similar to the element QuestionnaireResponse.author, except that QuestionnaireResponse.author 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": "16908",
"extension": [
{
"url": "http://help.caredove.com/developer-integrations/fhir-extension-first-author",
"valueReference": {
"reference": "PractitionerRole/2701473",
"display": "Dr. Jane Smith, Primary Care Physician"
}
}
}
Did this answer your question?