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

FHIR IG analytics

Packagecsiro.stars
Resource TypeTask
IdTask-task-complete.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-complete

Language: en

Profile: CSIRO STARS Task Profile

groupIdentifier: P25-00011

status: Completed

intent: order

code: Completed


Source1

{
  "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"
      }
    ]
  }
}