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

FHIR IG Statistics: StructureDefinition/eOverdracht-Task

Packagenictiz.fhir.nl.stu3.eoverdracht
Resource TypeStructureDefinition
IdeOverdracht-Task
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.eoverdracht@4.1.0-alpha.5&canonical=http://nictiz.nl/fhir/StructureDefinition/eOverdracht-Task
URLhttp://nictiz.nl/fhir/StructureDefinition/eOverdracht-Task
Version4.0.0
Statusactive
NameeOverdrachtTask
TitleeOverdracht Task
Realmnl
DescriptionThe use cases within eOverdracht form a workflow that may include the negotiation of the transfer of the patient, and ends with the transfer of the medical record. This Task resource is used to track the worflow and acts as the entry point for all data exchanges within eOverdracht.
CopyrightCC0
TypeTask
Kindresource

Resources that use this resource

CapabilityStatement
eOverdracht-clientcapabilitieseOverdrachtClient
eOverdracht-servercapabilitieseOverdrachtServer

Resources that this resource uses

StructureDefinition
nl-core-organizationnl-core-organization
nl-core-patientnl-core-patient
nl-core-practitionernl-core-practitioner
practitionerrole-referencePractitionerRole Reference
eOverdracht-NursingHandoff-AdultseOverdracht nursing handoff adults

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "eOverdracht-Task",
  "url": "http://nictiz.nl/fhir/StructureDefinition/eOverdracht-Task",
  "version": "4.0.0",
  "name": "eOverdrachtTask",
  "title": "eOverdracht Task",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The use cases within eOverdracht form a workflow that may include the negotiation of the transfer of the patient, and ends with the transfer of the medical record. This Task resource is used to track the worflow and acts as the entry point for all data exchanges within eOverdracht.",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "mapping": [
    {
      "identity": "eOverdracht-NursingHandoffAdults",
      "uri": "https://decor.nictiz.nl/art-decor/decor-scenarios--e-overdracht-?id=2.16.840.1.113883.2.4.3.11.60.30.4.39",
      "name": "eOverdracht 4.0 transaction \"Sturen Overdrachtsbericht\""
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Task",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Task",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Task.status",
        "path": "Task.status",
        "definition": "The current state of the Task. States that can be used:\r\n\r\n* _in-progress_: placer has prepared the transfer of the patient\r\n* _completed_: filler received the nursing handoff\r\n\r\nNote: other statuses may be used in the future for the advance notice of the patient transfer.",
        "mapping": [
          {
            "identity": "eOverdracht-NursingHandoffAdults-Answer",
            "map": "e-overdracht-dataelement-v4-1166",
            "comment": "Antwoord aanmelding"
          }
        ]
      },
      {
        "id": "Task.statusReason.text",
        "path": "Task.statusReason.text",
        "mapping": [
          {
            "identity": "eOverdracht-NursingHandoffAdults-Answer",
            "map": "e-overdracht-dataelement-v4-1168",
            "comment": "Toelichting antwoord aanmelding"
          }
        ]
      },
      {
        "id": "Task.intent",
        "path": "Task.intent",
        "comment": "This element is immutable.  Proposed tasks, planned tasks, etc. must be distinct instances.\n\nIn the case the Task has the intent \"order\""
      },
      {
        "id": "Task.code",
        "path": "Task.code",
        "min": 1
      },
      {
        "id": "Task.code.coding",
        "path": "Task.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            },
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Task.code.coding:taskCode",
        "path": "Task.code.coding",
        "sliceName": "taskCode",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Task.code.coding:taskCode.system",
        "path": "Task.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Task.code.coding:taskCode.code",
        "path": "Task.code.coding.code",
        "min": 1,
        "fixedCode": "308292007"
      },
      {
        "id": "Task.for",
        "path": "Task.for",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
          }
        ],
        "mapping": [
          {
            "identity": "eOverdracht-NursingHandoffAdults",
            "map": "e-overdracht-dataelement-v4-4",
            "comment": "Persoonsgegevens::Patient"
          }
        ]
      },
      {
        "id": "Task.requester",
        "path": "Task.requester",
        "min": 1
      },
      {
        "id": "Task.requester.agent",
        "path": "Task.requester.agent",
        "definition": "The practitioner or organisation who initiated the task.",
        "comment": "This element is usually populated with the sending organization (Sturende organisatie::Zorgaanbieder in the eOverdracht dataset). However, if there is a need by the sending organization to communicate the health professional who initiated the transfer request, this element can be populated with this person and the sending organization is communicated using `.onBehalfOf`.\r\n\r\nA health professional communicated here pertains the practical act of initiating the transfer request. The health profession who is responsible for the content is communicated using `Composition.author`. These two persons can be the same person.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"
          }
        ],
        "mapping": [
          {
            "identity": "eOverdracht-NursingHandoffAdults",
            "map": "e-overdracht-dataelement-v4-102",
            "comment": "Sturende organisatie::Zorgaanbieder"
          }
        ]
      },
      {
        "id": "Task.requester.agent.extension:practitionerRole",
        "path": "Task.requester.agent.extension",
        "sliceName": "practitionerRole",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference"
          }
        ]
      },
      {
        "id": "Task.requester.agent.extension:practitionerRole.url",
        "path": "Task.requester.agent.extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference"
      },
      {
        "id": "Task.requester.onBehalfOf",
        "path": "Task.requester.onBehalfOf",
        "comment": "This element is populated with the sending organization (Sturende organisatie::Zorgaanbieder in the eOverdracht dataset) only when `.agent` contains a reference to a health professional. If this is not the case, the sending organization is communicated using `.agent`.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"
          }
        ],
        "mapping": [
          {
            "identity": "eOverdracht-NursingHandoffAdults",
            "map": "e-overdracht-dataelement-v4-102",
            "comment": "Sturende organisatie::Zorgaanbieder"
          }
        ]
      },
      {
        "id": "Task.owner",
        "path": "Task.owner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"
          }
        ],
        "mapping": [
          {
            "identity": "eOverdracht-NursingHandoffAdults",
            "map": "e-overdracht-dataelement-v4-153",
            "comment": "Ontvangende organisatie::Zorgaanbieder"
          },
          {
            "identity": "eOverdracht-NursingHandoffAdults-Answer",
            "map": "e-overdracht-dataelement-v4-153",
            "comment": "Ontvangende organisatie::Zorgaanbieder"
          }
        ]
      },
      {
        "id": "Task.input",
        "path": "Task.input",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "type.coding.code"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Task.input:nursingHandoff",
        "path": "Task.input",
        "sliceName": "nursingHandoff",
        "max": "1"
      },
      {
        "id": "Task.input:nursingHandoff.type.coding",
        "path": "Task.input.type.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            },
            {
              "type": "value",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Task.input:nursingHandoff.type.coding:nursingHandoffCode",
        "path": "Task.input.type.coding",
        "sliceName": "nursingHandoffCode",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Task.input:nursingHandoff.type.coding:nursingHandoffCode.system",
        "path": "Task.input.type.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Task.input:nursingHandoff.type.coding:nursingHandoffCode.code",
        "path": "Task.input.type.coding.code",
        "min": 1,
        "fixedCode": "11171000146100"
      },
      {
        "id": "Task.input:nursingHandoff.value[x]:valueReference",
        "path": "Task.input.value[x]",
        "sliceName": "valueReference",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://nictiz.nl/fhir/StructureDefinition/eOverdracht-NursingHandoff-Childcare-0-1yo"
          },
          {
            "code": "Reference",
            "targetProfile": "http://nictiz.nl/fhir/StructureDefinition/eOverdracht-NursingHandoff-Childcare-1-18yo"
          },
          {
            "code": "Reference",
            "targetProfile": "http://nictiz.nl/fhir/StructureDefinition/eOverdracht-NursingHandoff-Adults"
          }
        ]
      }
    ]
  }
}