FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/a06e2b6f-c167-408a-9df2-ae08b5756d29

PackageKoppeltaalv2.00
Resource TypeStructureDefinition
Ida06e2b6f-c167-408a-9df2-ae08b5756d29
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=Koppeltaalv2.00@0.7.0-preview&canonical=http://koppeltaal.nl/fhir/StructureDefinition/KT2Task
URLhttp://koppeltaal.nl/fhir/StructureDefinition/KT2Task
Version0.0.2
Statusdraft
Date2021-11-15T12:23:19.4255015+00:00
NameKT2_Task
DescriptionThe (FHIR) Task (resource) describes an eHealth task, that is, an eHealth activity assigned to a patient.
CopyrightVZVZ
TypeTask
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
KT2ActivityDefinitionKT2_ActivityDefinition
KT2CareTeamKT2_CareTeam
KT2ObservationTeamKT2_ObservationTeam
KT2PatientKT2_Patient
KT2PractitionerKT2_Practitioner
KT2RelatedPersonKT2_RelatedPerson

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "a06e2b6f-c167-408a-9df2-ae08b5756d29",
  "meta": {
    "lastUpdated": "2021-11-18T10:04:18.293+00:00"
  },
  "url": "http://koppeltaal.nl/fhir/StructureDefinition/KT2Task",
  "version": "0.0.2",
  "name": "KT2_Task",
  "status": "draft",
  "date": "2021-11-15T12:23:19.4255015+00:00",
  "publisher": "VZVZ",
  "contact": [
    {
      "name": "Bernard Stibbe"
    }
  ],
  "description": "The (FHIR) Task (resource) describes an eHealth task, that is, an eHealth activity assigned to a patient.",
  "copyright": "VZVZ",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Task",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Task",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Task.extension",
        "path": "Task.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Task.extension:observer",
        "path": "Task.extension",
        "sliceName": "observer",
        "label": "Koppeltaal",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://koppeltaal.nl/fhir/StructureDefinition/KT2ObservationTeam"
            ]
          }
        ]
      },
      {
        "id": "Task.identifier",
        "path": "Task.identifier",
        "label": "Koppeltaal",
        "definition": "De aan een patiƫnt toegewezen eHealth activiteit",
        "min": 1
      },
      {
        "id": "Task.instantiatesCanonical",
        "path": "Task.instantiatesCanonical",
        "label": "Koppeltaal",
        "min": 1,
        "type": [
          {
            "code": "canonical",
            "targetProfile": [
              "http://koppeltaal.nl/fhir/StructureDefinition/KT2ActivityDefinition"
            ]
          }
        ]
      },
      {
        "id": "Task.partOf",
        "path": "Task.partOf",
        "label": "Koppeltaal"
      },
      {
        "id": "Task.status",
        "path": "Task.status",
        "label": "Koppeltaal"
      },
      {
        "id": "Task.intent",
        "path": "Task.intent",
        "label": "Koppeltaal"
      },
      {
        "id": "Task.priority",
        "path": "Task.priority",
        "label": "Koppeltaal"
      },
      {
        "id": "Task.code",
        "path": "Task.code",
        "label": "Koppeltaal"
      },
      {
        "id": "Task.description",
        "path": "Task.description",
        "label": "Koppeltaal"
      },
      {
        "id": "Task.for",
        "path": "Task.for",
        "label": "Koppeltaal",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://koppeltaal.nl/fhir/StructureDefinition/KT2Patient"
            ]
          }
        ]
      },
      {
        "id": "Task.executionPeriod",
        "path": "Task.executionPeriod",
        "label": "Koppeltaal"
      },
      {
        "id": "Task.authoredOn",
        "path": "Task.authoredOn",
        "label": "Koppeltaal"
      },
      {
        "id": "Task.lastModified",
        "path": "Task.lastModified",
        "label": "Koppeltaal"
      },
      {
        "id": "Task.requester",
        "path": "Task.requester",
        "label": "Koppeltaal",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://koppeltaal.nl/fhir/StructureDefinition/KT2Practitioner"
            ]
          }
        ]
      },
      {
        "id": "Task.owner",
        "path": "Task.owner",
        "label": "Koppeltaal",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://koppeltaal.nl/fhir/StructureDefinition/KT2CareTeam",
              "http://koppeltaal.nl/fhir/StructureDefinition/KT2Patient",
              "http://koppeltaal.nl/fhir/StructureDefinition/KT2Practitioner",
              "http://koppeltaal.nl/fhir/StructureDefinition/KT2RelatedPerson"
            ]
          }
        ]
      },
      {
        "id": "Task.restriction",
        "path": "Task.restriction",
        "label": "Koppeltaal"
      }
    ]
  }
}