API for the Exchange of Medicinal Product Information (APIX)
0.1.0 - ci-build
API for the Exchange of Medicinal Product Information (APIX), published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/APIX---API-Exchange-for-Medicinal-Products/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "DocumentReference",
"id" : "docref-responses-qresponse",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference docref-responses-qresponse</b></p><a name=\"docref-responses-qresponse\"> </a><a name=\"hcdocref-responses-qresponse\"> </a><p><b>version</b>: 1.0</p><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section 1.0}\">Cover Letter</span></p><p><b>date</b>: 2025-03-15 10:00:00+0100</p><h3>RelatesTos</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Target</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">appends</span></td><td><a href=\"DocumentReference-docref-list-of-questions.html\">List of Questions (LoQ)</a></td></tr></table><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Size</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/fhir+json</td><td><a href=\"https://api.synthpharma.example/questionnaire-responses/qr123.json\">https://api.synthpharma.example/questionnaire-responses/qr123.json</a></td><td>18400</td><td>Response to Questions (QuestionnaireResponse)</td><td>2025-03-15 09:45:00+0100</td></tr></table></blockquote></div>"
},
"version" : "1.0",
"status" : "current",
"docStatus" : "final",
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section",
"code" : "1.0",
"display" : "Cover Letter"
}
]
},
"date" : "2025-03-15T10:00:00+01:00",
"relatesTo" : [
{
"code" : {
"coding" : [
{
"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"
}
}
]
}