{
  "resourceType": "StructureDefinition",
  "id": "Domicile",
  "language": "nl",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tr><td>Patient</td><td>Name</td></tr><tr><td>Period</td><td>1 maart 2023 - 31 maart 2023</td></tr></table></div>"
  },
  "url": "https://adapcare.nl/fhir/StructureDefinition/Domicile",
  "name": "Domicile",
  "status": "active",
  "date": "2023-10-30T10:06:41.5966626+00:00",
  "description": "Location of patient",
  "fhirVersion": "3.0.2",
  "kind": "logical",
  "abstract": false,
  "type": "https://example.org/fhir/StructureDefinition/Domicile",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "Domicile",
        "path": "Domicile",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "Domicile.location",
        "path": "Domicile.location",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ]
      },
      {
        "id": "Domicile.subject",
        "path": "Domicile.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ]
      },
      {
        "id": "Domicile.period",
        "path": "Domicile.period",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Period",
            "profile": "http://hl7.org/fhir/StructureDefinition/Period"
          }
        ]
      }
    ]
  }
}