Projo FHIR Documentation
0.1.0 - ci-build
Projo FHIR Documentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Task",
"id" : "ExampleTask",
"meta" : {
"profile" : [
🔗 "https://projo.evoleen.com/fhir/StructureDefinition/projo-task"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task ExampleTask</b></p><a name=\"ExampleTask\"> </a><a name=\"hcExampleTask\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-projo-task.html\">Projo Task</a></p></div><p><b>Delivery Time</b>: 2024-01-15 09:00:30+0000</p><p><b>basedOn</b>: <a href=\"CarePlan/example-careplan\">CarePlan/example-careplan</a></p><p><b>status</b>: In Progress</p><p><b>businessStatus</b>: <span title=\"Codes:{https://projo.evoleen.com/fhir/CodeSystem/task-business-status waiting-for-delivery}\">Waiting for delivery</span></p><p><b>intent</b>: order</p><p><b>for</b>: <a href=\"Patient/example-patient\">Patient/example-patient</a></p><h3>Restrictions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>2024-01-15 09:00:00+0000 --> 2024-01-16 09:00:00+0000</td></tr></table><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://projo.evoleen.com/fhir/CodeSystem/task-output communication-request}\">CommunicationRequest</span></td><td><a href=\"Questionnaire/example-questionnaire\">Questionnaire/example-questionnaire</a></td></tr></table><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://projo.evoleen.com/fhir/CodeSystem/task-output communication-request}\">CommunicationRequest</span></td><td><a href=\"CommunicationRequest/example-outbound-cr\">CommunicationRequest/example-outbound-cr</a></td></tr></table></div>"
},
"extension" : [
{
"url" : "https://projo.evoleen.com/fhir/StructureDefinition/delivery-time",
"valueDateTime" : "2024-01-15T09:00:30Z"
}
],
"basedOn" : [
{
"reference" : "CarePlan/example-careplan"
}
],
"status" : "in-progress",
"businessStatus" : {
"coding" : [
{
"system" : "https://projo.evoleen.com/fhir/CodeSystem/task-business-status",
"code" : "waiting-for-delivery"
}
]
},
"intent" : "order",
"for" : {
"reference" : "Patient/example-patient"
},
"restriction" : {
"period" : {
"start" : "2024-01-15T09:00:00Z",
"end" : "2024-01-16T09:00:00Z"
}
},
"input" : [
{
"type" : {
"coding" : [
{
"system" : "https://projo.evoleen.com/fhir/CodeSystem/task-output",
"code" : "communication-request"
}
]
},
"valueReference" : {
"reference" : "Questionnaire/example-questionnaire"
}
}
],
"output" : [
{
"type" : {
"coding" : [
{
"system" : "https://projo.evoleen.com/fhir/CodeSystem/task-output",
"code" : "communication-request"
}
]
},
"valueReference" : {
"reference" : "CommunicationRequest/example-outbound-cr"
}
}
]
}