{
  "resourceType": "StructureDefinition",
  "id": "training-patient-TrainingPatientProfileFC",
  "url": "http://ontariohealth.ca/fhir/testing/StructureDefinition/training-patient-TrainingPatientProfileFC",
  "name": "TrainingPatientProfileFC",
  "title": "Training Patient profile for FangC",
  "status": "draft",
  "description": "Sandbox Patient profile created during GitHub/FSH training.",
  "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
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 1
      },
      {
        "id": "Patient.telecom",
        "path": "Patient.telecom",
        "mustSupport": true
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "mustSupport": true
      }
    ]
  }
}