FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagecsiro.stars
Resource TypeTask
IdTask-task-specimen-received.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Task task-specimen-received

Language: en

Profile: CSIRO STARS Task Profile

groupIdentifier: P25-00011

status: Received

intent: order

code: Specimen Received


Source1

{
  "resourceType": "Task",
  "id": "task-specimen-received",
  "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": "received",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/tasktype-code-system",
        "code": "specimen-received"
      }
    ]
  }
}