{
  "resourceType": "StructureDefinition",
  "id": "patient-reprofiled",
  "url": "http://example.org/fhir/StructureDefinition/patient-reprofiled",
  "name": "PatientReProfiled",
  "title": "Patient (Re-Profiled)",
  "status": "draft",
  "experimental": true,
  "description": "This profile illustrates the use of re-profiling to inherit the rules of a parent profiles using baseDefinition and extend them further, as seen with the patient profile here.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://example.org/fhir/StructureDefinition/patient-cardinality",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.communication",
        "path": "Patient.communication",
        "mustSupport": true
      }
    ]
  }
}