STARS Implementation Guide
0.6.1 - release
This page is part of the Csiro Stars (v0.6.1: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Task",
"id" : "example-task-specimen-received",
"meta" : {
"profile" : [
🔗 "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-task"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Task example-task-specimen-received</b></p><a name=\"example-task-specimen-received\"> </a><a name=\"hcexample-task-specimen-received\"> </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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-csiro-stars-task.html\">CSIRO STARS Task Profile</a></p></div><p><b>groupIdentifier</b>: P25-00011</p><p><b>status</b>: Received</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/tasktype-code-system specimen-received}\">Specimen Received</span></p><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/tasktype-code-system request-received}\">request-received</span></p><p><b>value</b>: Sender Sample Identifier/AS-22-3437-0001</p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/tasktype-code-system request-received}\">request-received</span></p><p><b>value</b>: Sender Sample Identifier/AS-22-3437-0002</p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/tasktype-code-system request-received}\">request-received</span></p><p><b>value</b>: Sender Sample Identifier/AS-22-3437-0003</p></blockquote></div>"
},
"groupIdentifier" : {
"value" : "P25-00011"
},
"status" : "received",
"intent" : "order",
"code" : {
"coding" : [
{
"system" : "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/tasktype-code-system",
"code" : "specimen-received"
}
]
},
"input" : [
{
"type" : {
"coding" : [
{
"system" : "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/tasktype-code-system",
"code" : "request-received"
}
]
},
"valueIdentifier" : {
"type" : {
"coding" : [
{
"system" : "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/identifiertype-code-system",
"code" : "SENDSAMP"
}
]
},
"value" : "AS-22-3437-0001"
}
},
{
"type" : {
"coding" : [
{
"system" : "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/tasktype-code-system",
"code" : "request-received"
}
]
},
"valueIdentifier" : {
"type" : {
"coding" : [
{
"system" : "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/identifiertype-code-system",
"code" : "SENDSAMP"
}
]
},
"value" : "AS-22-3437-0002"
}
},
{
"type" : {
"coding" : [
{
"system" : "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/tasktype-code-system",
"code" : "request-received"
}
]
},
"valueIdentifier" : {
"type" : {
"coding" : [
{
"system" : "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/identifiertype-code-system",
"code" : "SENDSAMP"
}
]
},
"value" : "AS-22-3437-0003"
}
}
]
}