{
  "resourceType": "StructureDefinition",
  "id": "SendVitalSignsAllowed-Period",
  "url": "https://portavita.nl/fhir/StructureDefinition/SendVitalSignsAllowed-Period",
  "version": "0.1.0",
  "name": "SendVitalSignsAllowed-Period",
  "title": "SendVitalSignsAllowed-Period",
  "status": "active",
  "contact": [
    {
      "name": "Portavita",
      "telecom": [
        {
          "system": "email",
          "value": "sogimasol@portavita.eu",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Allows sending of vitalsigns/self-measurements via the DVZA REST API",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Patient"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.value[x]",
        "path": "Extension.valuePeriod",
        "definition": "Period during which user is allowed to send vitalsigns/self-measurements",
        "type": [
          {
            "code": "Period"
          }
        ]
      }
    ]
  }
}