{
  "resourceType": "StructureDefinition",
  "id": "2192d3f9-baec-4673-84a6-e1f095760ce3",
  "meta": {
    "lastUpdated": "2022-03-17T09:05:29.468+00:00"
  },
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Enter you narrative here</div>"
  },
  "url": "https://example.org/fhir/StructureDefinition/MyPatientIBS",
  "name": "MyPatientIBS",
  "status": "draft",
  "date": "2022-03-17T08:39:09.3467354Z",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.deceased[x]",
        "path": "Patient.deceased[x]",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Patient.maritalStatus",
        "path": "Patient.maritalStatus",
        "binding": {
          "strength": "extensible",
          "valueSet": "http://terminology.hl7.org/ValueSet/v3-MaritalStatus"
        }
      },
      {
        "id": "Patient.photo",
        "path": "Patient.photo",
        "max": "0"
      },
      {
        "id": "Patient.generalPractitioner",
        "path": "Patient.generalPractitioner",
        "max": "1"
      }
    ]
  }
}