{
  "resourceType": "StructureDefinition",
  "id": "FirstPermittedEhrDisclosure-DateTime",
  "url": "https://portavita.nl/fhir/StructureDefinition/FirstPermittedEhrDisclosure-DateTime",
  "version": "0.1.1",
  "name": "FirstPermittedEhrDisclosure-DateTime",
  "title": "FirstPermittedEhrDisclosure-DateTime",
  "status": "active",
  "contact": [
    {
      "name": "Portavita",
      "telecom": [
        {
          "system": "email",
          "value": "lozan@portavita.eu",
          "use": "work"
        }
      ]
    }
  ],
  "description": "States from which date a patient's EHR is allowed to be disclosed. Additional disclosure prohibitions might implicitly affect this date, but do not require this date to be changed. Once added, this date should not be changed.",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Patient",
    "Organization"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "snapshot": {},
  "differential": {
    "element": [
      {
        "id": "Extension.value[x]",
        "path": "Extension.valueDateTime",
        "definition": "Earliest date at which the patient's EHR is allowed to be disclosed",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  }
}