FHIR IG analytics
| Package | medmij.fhir.nl.r4.pathology |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-path-Request.Requester.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=medmij.fhir.nl.r4.pathology@1.0.0-alpha.1&canonical=http://medmij.nl/fhir/StructureDefinition/path-Request.Requester |
| URL | http://medmij.nl/fhir/StructureDefinition/path-Request.Requester |
| Status | draft |
| Name | PathRequestRequester |
| Title | path Request.Requester |
| Realm | nl |
| Description | Requester of the pathology study. |
| Purpose | This PractitionerRole resource represents the requester-related concepts from the Request building block for patient use cases in the context of the information standard Pathology (Pathologie). |
| 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 | PractitionerRole |
| Kind | resource |
Resources that use this resource
| CapabilityStatement |
| medmij.fhir.nl.r4.pathology#1.0.0-alpha.1 | path-Retrieve | path Retrieve |
| medmij.fhir.nl.r4.pathology#1.0.0-alpha.1 | path-Serve | path Serve |
| StructureDefinition |
| medmij.fhir.nl.r4.pathology#1.0.0-alpha.1 | path-Request | path Request |
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.
Source1
{
"resourceType": "StructureDefinition",
"id": "path-Request.Requester",
"text": {
"status": "empty",
"div": "<!-- snip (see above) -->"
},
"url": "http://medmij.nl/fhir/StructureDefinition/path-Request.Requester",
"name": "PathRequestRequester",
"title": "path Request.Requester",
"status": "draft",
"publisher": "MedMij",
"contact": [
{
"name": "MedMij",
"telecom": [
{
"system": "email",
"value": "info@medmij.nl",
"use": "work"
}
]
}
],
"description": "Requester of the pathology study.",
"purpose": "This PractitionerRole resource represents the requester-related concepts from the Request building block for patient use cases in the context of the information standard Pathology (Pathologie).",
"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",
"mapping": [
{
"identity": "mercurius-core-dataset-2-0",
"name": "Mercurius Core Dataset 2.0"
}
],
"kind": "resource",
"abstract": false,
"type": "PractitionerRole",
"baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "PractitionerRole",
"path": "PractitionerRole",
"short": "Requester",
"definition": "Requester of the pathology study.",
"alias": [
"Aanvrager",
"nl-core-HealthProfessional-PractitionerRole"
]
},
{
"id": "PractitionerRole.practitioner",
"path": "PractitionerRole.practitioner",
"short": "RequesterName",
"definition": "Name of the requester.",
"comment": "The actual mapping of the RequesterName concept is on `Practitioner.name[nameInformation].text`.",
"alias": [
"AanvragerNaam"
],
"min": 1,
"mapping": [
{
"identity": "mercurius-core-dataset-2-0",
"map": "mercurius-core-rubriek-68",
"comment": "aanvrager (implicit, actual mapping is on Practitioner.name[nameInformation].text)"
}
]
},
{
"id": "PractitionerRole.organization",
"path": "PractitionerRole.organization",
"short": "Hospital",
"definition": "Name of the hospital from where the specimen is sent.",
"comment": "The actual mapping of the Hospital concept is on `Organization.name`.",
"alias": [
"Ziekenhuis"
],
"mapping": [
{
"identity": "mercurius-core-dataset-2-0",
"map": "mercurius-core-rubriek-72",
"comment": "ziekenhuis (implicit, actual mapping is on Organization.name)"
}
]
},
{
"id": "PractitionerRole.specialty",
"path": "PractitionerRole.specialty",
"max": "1"
},
{
"id": "PractitionerRole.specialty:specialty",
"path": "PractitionerRole.specialty",
"sliceName": "specialty",
"definition": "Specialty of the requester.",
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "PractitionerSpecialty"
}
],
"strength": "required",
"description": "Use ConceptMap MercuriusSpecialty-to-SpecialismeAGBCodelijst to translate terminology from the functional model to profile terminology in ValueSet SpecialismeAGBCodelijst.",
"valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.22--20200901000000",
"_valueSet": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap",
"valueCanonical": "http://medmij.nl/fhir/ConceptMap/MercuriusSpecialty-to-SpecialismeAGBCodelijst"
}
]
}
},
"mapping": [
{
"identity": "mercurius-core-dataset-2-0",
"map": "mercurius-core-rubriek-71",
"comment": "specialisme"
}
]
},
{
"id": "PractitionerRole.location",
"path": "PractitionerRole.location",
"short": "Location",
"definition": "Location of requesting institute.",
"comment": "The actual mapping of the Location concept is on `Location.name`.",
"alias": [
"Locatie"
],
"max": "1",
"mapping": [
{
"identity": "mercurius-core-dataset-2-0",
"map": "mercurius-core-rubriek-67",
"comment": "locatie (implicit, actual mapping is on Location.name)"
}
]
}
]
}
}