FHIR IG Statistics: StructureDefinition/hg-ReferralTask
Package | nictiz.fhir.nl.r4.elz |
Resource Type | StructureDefinition |
Id | hg-ReferralTask |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.elz@0.2.0-beta.1&canonical=http://nictiz.nl/fhir/StructureDefinition/hg-ReferralTask |
URL | http://nictiz.nl/fhir/StructureDefinition/hg-ReferralTask |
Version | 0.2.0-beta.1 |
Status | draft |
Name | HgReferralTask |
Title | hg ReferralTask |
Realm | nl |
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. |
Type | Task |
Kind | resource |
Resources that use this resource
Resources that this resource uses
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"
]
}
]
}
]
}
}