{
  "resourceType": "StructureDefinition",
  "id": "eOverdracht-TransferDate",
  "url": "http://nictiz.nl/fhir/StructureDefinition/eOverdracht-TransferDate",
  "version": "0.1",
  "name": "eOverdracht TransferDate",
  "title": "eOverdracht TransferDate",
  "status": "draft",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Extension to capture the (planned) date of the transfer, so that can be added to the document.",
  "purpose": "The date is the date for the transfer of care. In the Aanmeldbericht this is the planned date, which can be different in the actual transfer document.",
  "copyright": "CC0",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Composition.section"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "snapshot": {},
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Optional Extensions Element",
        "definition": "Optional Extension Element - found in all resources.",
        "constraint": [
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/eOverdracht-TransferDate"
      },
      {
        "id": "Extension.value[x]:valueDateTime",
        "path": "Extension.valueDateTime",
        "sliceName": "valueDateTime",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  }
}