{
  "resourceType": "StructureDefinition",
  "id": "CardioCarePatient",
  "url": "http://example.org/StructureDefinition/CardioCarePatient",
  "version": "0.1",
  "name": "CardioCarePatient",
  "title": "Cardio Care Patient",
  "date": "2023-07-01T15:11:27+00:00",
  "description": "Patient profile for the Cardio care project",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.contact",
        "path": "Patient.contact",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.contact.name",
        "path": "Patient.contact.name",
        "mustSupport": true
      },
      {
        "id": "Patient.contact.telecom",
        "path": "Patient.contact.telecom",
        "mustSupport": true
      }
    ]
  }
}