FHIR IG analytics| Package | csiro.stars |
| Resource Type | Task |
| Id | Task-task-complete.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task task-complete
Language: en
Profile: CSIRO STARS Task Profile
groupIdentifier: P25-00011
status: Completed
intent: order
code: Completed
{
"resourceType": "Task",
"id": "task-complete",
"meta": {
"profile": [
"https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-task"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"groupIdentifier": {
"value": "P25-00011"
},
"status": "completed",
"intent": "order",
"code": {
"coding": [
{
"system": "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/tasktype-code-system",
"code": "completed"
}
]
}
}