PackagesCanonicalsLogsProblems
    Packages
    vzvz.fhir.aof@0.16.1
    http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-notify-document-retrieved
{
  "description": "Notify the requesting party that the document is retrieved",
  "_filename": "nl-vzvz-notify-document-retrieved.json",
  "package_name": "vzvz.fhir.aof",
  "date": null,
  "derivation": "constraint",
  "publisher": "VZVZ",
  "fhirVersion": "4.3.0",
  "jurisdiction": [ {
    "coding": [ {
      "code": "NL",
      "system": "urn:iso:std:iso:3166",
      "display": "Netherlands"
    } ]
  } ],
  "name": "Vzvz_Notify_Document_Retrieved",
  "abstract": false,
  "copyright": "VZVZ",
  "type": "Communication",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Notify Document Retrieved",
  "package_version": "0.16.1",
  "status": "draft",
  "language": "nl-NL",
  "id": "f06fa391-92f4-46f1-9409-6aa179e23d4f",
  "kind": "resource",
  "url": "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-notify-document-retrieved",
  "version": "1.0.1",
  "differential": {
    "element": [ {
      "id": "Communication.basedOn",
      "min": 1,
      "path": "Communication.basedOn",
      "type": [ {
        "code": "Reference",
        "aggregation": [ "referenced" ],
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Resource", "http://hl7.org/fhir/StructureDefinition/CommunicationRequest" ]
      } ],
      "comment": "Reference to the nl-vzvz-notify-document-ready profile which initiated this workflow.",
      "definition": "Reference to the CommunicationRequest this Communication is based on"
    }, {
      "id": "Communication.basedOn.identifier",
      "path": "Communication.basedOn.identifier",
      "example": [ {
        "label": "OID of NotifyDocumentReady instance",
        "valueIdentifier": {
          "value": "urn:oid:2.16.840.1.113883.2.4.3.111.5.2.1.12345"
        }
      } ]
    }, {
      "id": "Communication.status",
      "path": "Communication.status",
      "definition": "Indication of the result of the retrieval and/or file processing\nUse `completed` to indicate a successful retrieval and file processing\nUse `not-done` to indicate something went wrong. When this value is used `statusReason` MUST be filled"
    }, {
      "id": "Communication.statusReason",
      "path": "Communication.statusReason",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://vzvz.nl/fhir/ValueSet/aorta-document-download-errors"
      },
      "definition": "Define the reason why the retrieval or processing of the document went wrong.\nThis element is only filled when the `status` value is set to `not-done`"
    }, {
      "id": "Communication.category",
      "min": 1,
      "path": "Communication.category",
      "short": "Context of document exchange",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://vzvz.nl/fhir/ValueSet/doc-exchange-category"
      },
      "example": [ {
        "label": "RegisterSync",
        "valueCodeableConcept": {
          "coding": [ {
            "code": "RegisterSync",
            "system": "http://vzvz.nl/fhir/CodeSystem/doc-exchange-category"
          } ]
        }
      } ],
      "definition": "The category is used to indicate in which context this document exchange takes place"
    }, {
      "id": "Communication.reasonCode",
      "path": "Communication.reasonCode",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://vzvz.nl/fhir/ValueSet/aorta-sync",
        "description": "Code for describing reason for this request"
      },
      "example": [ {
        "label": "VWI-sync",
        "valueCodeableConcept": {
          "coding": [ {
            "code": "vwi_sync",
            "system": "http://vzvz.nl/fhir/CodeSystem/aorta-sync"
          } ]
        }
      } ]
    }, {
      "id": "Communication.reasonReference",
      "min": 1,
      "path": "Communication.reasonReference",
      "short": "Reference to the document transferred",
      "comment": "It is sufficient to refer to the DocumentReference by identifier.",
      "definition": "Reference to the identifier of the DocumentReference that defines the document to be transferred"
    } ]
  },
  "contact": [ {
    "name": "VZVZ",
    "telecom": [ {
      "use": "work",
      "value": "standaardisatie@vzvz.nl",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Communication"
}