{
  "resourceType": "StructureDefinition",
  "id": "ClientAttribute",
  "language": "NL",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Enter your narrative here</div>"
  },
  "url": "http://hl7.org/fhir/StructureDefinition/ClientAttribute",
  "version": "1.0",
  "name": "ClientAttribute",
  "status": "active",
  "date": "2023-07-13T10:01:03.2998128+00:00",
  "publisher": "Adapcare",
  "purpose": "ClientAttribute",
  "copyright": "Adapcare b.v.",
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "ClientAttribute",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "ClientAttribute.subject",
        "path": "ClientAttribute.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
          }
        ]
      },
      {
        "id": "ClientAttribute.identifier",
        "path": "ClientAttribute.identifier",
        "short": "Business identifier",
        "definition": "Identifier assigned to the ClientAttribute for external use (outside the FHIR environment).",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".id"
          },
          {
            "identity": "w5",
            "map": "id"
          }
        ]
      },
      {
        "id": "ClientAttribute.status",
        "path": "ClientAttribute.status",
        "short": "active | inactive",
        "definition": "Supports basic workflow.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true
      },
      {
        "id": "ClientAttribute.period:period",
        "path": "ClientAttribute.period",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "example": [
          {
            "label": "Example of a period",
            "valuePeriod": {
              "start": "2019-01-01",
              "end": "2022-09-23"
            }
          }
        ],
        "isSummary": true
      },
      {
        "id": "ClientAttribute.period:period.start",
        "path": "ClientAttribute.period.start",
        "min": 1
      },
      {
        "id": "ClientAttribute.type",
        "path": "ClientAttribute.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true
      },
      {
        "id": "ClientAttribute.code",
        "path": "ClientAttribute.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true
      },
      {
        "id": "ClientAttribute.description",
        "path": "ClientAttribute.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}