{
  "resourceType": "StructureDefinition",
  "id": "notify-document-reference",
  "language": "nl-NL",
  "url": "http://vzvz.nl/fhir/StructureDefinition/notify-document-reference",
  "version": "2.0.0-beta.2",
  "name": "NotifyDocumentReference",
  "title": "Notify DocumentReference",
  "status": "draft",
  "publisher": "VZVZ",
  "contact": [
    {
      "name": "VZVZ",
      "telecom": [
        {
          "system": "email",
          "value": "standaardisatie@vzvz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Profile to define the DocumentReference as used as contained resource in a NotifyDocumentReady profile",
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "NL",
          "system": "urn:iso:std:iso:3166",
          "display": "Netherlands"
        }
      ]
    }
  ],
  "copyright": "VZVZ",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DocumentReference",
  "baseDefinition": "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Minimal.DocumentReference",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DocumentReference.category",
        "path": "DocumentReference.category",
        "binding": {
          "strength": "extensible",
          "valueSet": "http://vzvz.nl/fhir/ValueSet/doc-exchange-category"
        }
      }
    ]
  }
}