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

FHIR IG Statistics: StructureDefinition/zib-Procedure-Requester

Packagenictiz.fhir.nl.dstu2.zib2015
TypeStructureDefinition
Idzib-Procedure-Requester
FHIR VersionR2
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.dstu2.zib2015@1.0.0&canonical=http://nictiz.nl/fhir/StructureDefinition/zib-Procedure-Requester
URLhttp://nictiz.nl/fhir/StructureDefinition/zib-Procedure-Requester
Statusdraft
Date2017-02-06T17:00:22.0909822+01:00
NameZIB Procedure Requester
Realmnl
Authorityhl7
DescriptionThe healthcare provider who requested the procedure.
PurposeThe 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.
CopyrightCC0
Kinddatatype

Resources that use this resource

StructureDefinition
zib-ProcedureZIB Procedure

Resources that this resource uses

StructureDefinition
nl-core-practitionernl-core-practitioner

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"
            ]
          }
        ]
      }
    ]
  }
}