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

FHIR IG Statistics: StructureDefinition/hg-ReferralTask

Packagenictiz.fhir.nl.r4.elz
Resource TypeStructureDefinition
Idhg-ReferralTask
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.elz@0.2.0-beta.1&canonical=http://nictiz.nl/fhir/StructureDefinition/hg-ReferralTask
URLhttp://nictiz.nl/fhir/StructureDefinition/hg-ReferralTask
Version0.2.0-beta.1
Statusdraft
NameHgReferralTask
Titlehg ReferralTask
Realmnl
DescriptionA Task resource as used within the general practitioner referral use case in ELZ.
CopyrightCopyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.
TypeTask
Kindresource

Resources that use this resource

CapabilityStatement
hg-Referral-GeneralPractitionerToAlliedHealthProfessionalhg Referral GeneralPractitionerToAlliedHealthProfessional

Resources that this resource uses

StructureDefinition
nl-core-HealthProfessional-PractitionerRolenl core HealthProfessional PractitionerRole
nl-core-HealthcareProvider-Organizationnl core HealthcareProvider Organization
nl-core-Patientnl core Patient
hg-ReferralServiceRequesthg ReferralServiceRequest

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "hg-ReferralTask",
  "url": "http://nictiz.nl/fhir/StructureDefinition/hg-ReferralTask",
  "version": "0.2.0-beta.1",
  "name": "HgReferralTask",
  "title": "hg ReferralTask",
  "status": "draft",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A Task resource as used within the general practitioner referral use case in ELZ.",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Task",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Task",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Task.intent",
        "path": "Task.intent",
        "fixedCode": "order"
      },
      {
        "id": "Task.code",
        "path": "Task.code",
        "example": [
          {
            "label": "BSeR",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://hl7.org/fhir/CodeSystem/task-code",
                  "code": "fulfill"
                }
              ]
            }
          },
          {
            "label": "Example for referral",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "3457005"
                }
              ]
            }
          }
        ]
      },
      {
        "id": "Task.focus",
        "path": "Task.focus",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://nictiz.nl/fhir/StructureDefinition/hg-ReferralServiceRequest"
            ]
          }
        ]
      },
      {
        "id": "Task.for",
        "path": "Task.for",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
            ]
          }
        ]
      },
      {
        "id": "Task.authoredOn",
        "path": "Task.authoredOn",
        "min": 1
      },
      {
        "id": "Task.requester",
        "path": "Task.requester",
        "definition": "The general practitioner who sent the referral of the patient.",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "profile": [
              "http://nictiz.nl/fhir/StructureDefinition/pattern-NlCoreHealthProfessionalReference"
            ],
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Device",
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole",
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
            ]
          }
        ]
      },
      {
        "id": "Task.owner",
        "path": "Task.owner",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "profile": [
              "http://nictiz.nl/fhir/StructureDefinition/pattern-NlCoreHealthProfessionalReference"
            ],
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "http://hl7.org/fhir/StructureDefinition/CareTeam",
              "http://hl7.org/fhir/StructureDefinition/HealthcareService",
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/Device",
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole",
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
            ]
          }
        ]
      }
    ]
  }
}