FHIR IG analytics| Package | hl7.fhir.uv.apix |
| Resource Type | DocumentReference |
| Id | DocumentReference-docref-responses-qresponse.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference docref-responses-qresponse
Language: en
version: 1.0
status: Current
docStatus: Final
type: Applicant QuestionnaireResponse
date: 2025-03-15 10:00:00+0100
| Code | Target |
| Appends | List of Questions (LoQ) |
content
Attachments
ContentType Url Size Title Creation application/fhir+json https://api.synthpharma.example/questionnaire-responses/qr123.json 18400 Response to Questions (QuestionnaireResponse) 2025-03-15 09:45:00+0100
{
"resourceType": "DocumentReference",
"id": "docref-responses-qresponse",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"version": "1.0",
"status": "current",
"docStatus": "final",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section",
"code": "applicant-questionnaireResponse\"",
"display": "Applicant QuestionnaireResponse"
}
]
},
"date": "2025-03-15T10:00:00+01:00",
"relatesTo": [
{
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/document-relationship-type",
"code": "appends"
}
]
},
"target": {
"reference": "DocumentReference/docref-list-of-questions",
"display": "List of Questions (LoQ)"
}
}
],
"content": [
{
"attachment": {
"contentType": "application/fhir+json",
"url": "https://api.synthpharma.example/questionnaire-responses/qr123.json",
"size": "18400",
"title": "Response to Questions (QuestionnaireResponse)",
"creation": "2025-03-15T09:45:00+01:00"
}
}
]
}