FHIR IG Statistics: StructureDefinition/zib-Procedure-Requester
Package | nictiz.fhir.nl.dstu2.zib2015 |
Type | StructureDefinition |
Id | zib-Procedure-Requester |
FHIR Version | R2 |
Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.dstu2.zib2015@1.0.0&canonical=http://nictiz.nl/fhir/StructureDefinition/zib-Procedure-Requester |
URL | http://nictiz.nl/fhir/StructureDefinition/zib-Procedure-Requester |
Status | draft |
Date | 2017-02-06T17:00:22.0909822+01:00 |
Name | ZIB Procedure Requester |
Realm | nl |
Authority | hl7 |
Description | The healthcare provider who requested the procedure. |
Purpose | The Dutch Clinical Building Block (Dutch: Zorginformatiebouwsteen or ZIB) Procedure version 3.0 models a direct reference to the healthcare provider who requested the procedure. The Procedure resource does not include a reference to a Practitioner resource. |
Copyright | CC0 |
Kind | datatype |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
An extension on Procedure to included the healthcare provider who requested the procedure.
Source
{
"resourceType": "StructureDefinition",
"meta": {
"versionId": "1",
"lastUpdated": "2017-02-22T10:32:07.999+00:00"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://nictiz.nl/fhir/StructureDefinition/zib-Procedure-Requester",
"name": "ZIB Procedure Requester",
"status": "draft",
"publisher": "Nictiz",
"contact": [
{
"name": "Nictiz",
"telecom": [
{
"system": "email",
"value": "info@nictiz.nl",
"use": "work"
}
]
}
],
"date": "2017-02-06T17:00:22.0909822+01:00",
"description": "The healthcare provider who requested the procedure.",
"requirements": "The Dutch Clinical Building Block (Dutch: Zorginformatiebouwsteen or ZIB) Procedure version 3.0 models a direct reference to the healthcare provider who requested the procedure. The Procedure resource does not include a reference to a Practitioner resource.",
"copyright": "CC0",
"fhirVersion": "1.0.2",
"kind": "datatype",
"constrainedType": "Extension",
"abstract": false,
"contextType": "resource",
"context": [
"Procedure.request"
],
"base": "http://hl7.org/fhir/StructureDefinition/Extension",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension"
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://nictiz.nl/fhir/StructureDefinition/zib-Procedure-Requester"
},
{
"id": "Extension.valueReference",
"path": "Extension.valueReference",
"short": "RequestedBy",
"definition": "The healthcare provider who requested the procedure.",
"alias": [
"AangevraagdDoor"
],
"type": [
{
"code": "Reference",
"profile": [
"http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"
]
}
]
}
]
}
}