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

FHIR IG analytics

Packagekoppeltaalv2.00
Resource TypeTask
IdTask-task-minimaal.json
FHIR VersionR4

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

Example of a Task

Source1

{
  "resourceType": "Task",
  "id": "task-minimaal",
  "meta": {
    "profile": [
      "http://koppeltaal.nl/fhir/StructureDefinition/KT2Task"
    ]
  },
  "language": "nl-NL",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://vzvz.nl/fhir/StructureDefinition/instantiates",
      "valueReference": {
        "reference": "ActivityDefinition/activitydefinition123",
        "type": "ActivityDefinition"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://systeem.nl",
      "value": "12345"
    }
  ],
  "status": "ready",
  "intent": "order",
  "for": {
    "reference": "Patient/patient-botje-minimaal",
    "type": "Patient"
  },
  "owner": {
    "reference": "Patient/patient-botje-minimaal",
    "type": "Patient"
  }
}