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 Gravitate Health Project. 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/cander2/apix-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "DocumentReference",
"id" : "apix-doc-001",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference apix-doc-001</b></p><a name=\"apix-doc-001\"> </a><a name=\"hcapix-doc-001\"> </a><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 55107-7}\">Regulatory submission document</span></p><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>Data</b></td><td><b>Size</b></td><td><b>Hash</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>application/json</td><td><code>base64 data placeholder</code></td><td>1234</td><td><code>qZk+NkcGgWq6PiVxeFDCbJzQ2J0=/nE+3Y2c=</code></td><td>Type II Variation Application Form Collection Bundle</td></tr></table></blockquote></div>"
},
"status" : "current",
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "55107-7",
"display" : "Regulatory submission document"
}
]
},
"content" : [
{
"attachment" : {
"contentType" : "application/json",
"data" : "base64 data placeholder",
"size" : "1234",
"hash" : "qZk+NkcGgWq6PiVxeFDCbJzQ2J0=/nE+3Y2c=",
"title" : "Type II Variation Application Form Collection Bundle"
}
}
]
}