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" : "Task",
"id" : "apix-task-001",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task apix-task-001</b></p><a name=\"apix-task-001\"> </a><a name=\"hcapix-task-001\"> </a><p><b>Regulatory Priority Extension</b>: <span title=\"Codes:{http://example.com/fhir/CodeSystem/apix-regulatory-priority standard}\">Standard</span></p><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://example.com/fhir/CodeSystem/apix-task-code submit-variation}\">Submit Variation</span></p><p><b>focus</b>: <a href=\"DocumentReference-apix-doc-001.html\">DocumentReference: status = current; type = Regulatory submission document</a></p></div>"
},
"extension" : [
{
"url" : "http://example.com/fhir/StructureDefinition/RegulatoryPriority",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://example.com/fhir/CodeSystem/apix-regulatory-priority",
"code" : "standard"
}
]
}
}
],
"status" : "requested",
"intent" : "order",
"code" : {
"coding" : [
{
"system" : "http://example.com/fhir/CodeSystem/apix-task-code",
"code" : "submit-variation"
}
]
},
"focus" : {
🔗 "reference" : "DocumentReference/apix-doc-001"
}
}