{
  "resourceType": "StructureDefinition",
  "id": "80611573-ce70-4b51-a191-a91a0b815649",
  "meta": {
    "lastUpdated": "2018-03-14T14:56:42.944+00:00"
  },
  "url": "http://c.navarro.barrera.examples.org/StructureDefinition/PatientExercise",
  "name": "MyPatientExercise",
  "status": "draft",
  "date": "2018-03-14T11:28:29.249+00:00",
  "description": "Profile to Patient Exercise",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient",
        "path": "Patient",
        "comment": ""
      },
      {
        "id": "Patient.extension",
        "path": "Patient.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.extension:MyExtensionBirthDate",
        "path": "Patient.extension",
        "sliceName": "MyExtensionBirthDate",
        "short": "Time of day of birth",
        "definition": "The time of day that the Patient was born. This includes the date to ensure that the timezone information can be communicated effectively.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/patient-birthTime"
          }
        ]
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "value"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.identifier:sliceIdentifier1",
        "path": "Patient.identifier",
        "sliceName": "sliceIdentifier1"
      },
      {
        "id": "Patient.identifier:sliceIdentifier1.system",
        "path": "Patient.identifier.system",
        "min": 1,
        "fixedUri": "http://alphahospital.org/patientids"
      },
      {
        "id": "Patient.identifier:sliceIdentifier2",
        "path": "Patient.identifier",
        "sliceName": "sliceIdentifier2"
      },
      {
        "id": "Patient.identifier:sliceIdentifier2.system",
        "path": "Patient.identifier.system",
        "min": 1,
        "fixedUri": "http://alphahospital.org/patientids"
      },
      {
        "id": "Patient.name.family",
        "path": "Patient.name.family",
        "min": 1
      },
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "min": 1
      },
      {
        "id": "Patient.telecom",
        "path": "Patient.telecom",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "value"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.telecom:telefono",
        "path": "Patient.telecom",
        "sliceName": "telefono"
      },
      {
        "id": "Patient.telecom:email",
        "path": "Patient.telecom",
        "sliceName": "email"
      },
      {
        "id": "Patient.telecom:email.value",
        "path": "Patient.telecom.value",
        "min": 1
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "min": 1
      },
      {
        "id": "Patient.communication.extension",
        "path": "Patient.communication.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.communication.extension:MyExtensionPreferredLanguage",
        "path": "Patient.communication.extension",
        "sliceName": "MyExtensionPreferredLanguage",
        "short": "Optional Extensions Element",
        "definition": "Optional Extension Element - found in all resources.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "http://c.navarro.barrera.examples.org/StructureDefinition/PreferedLanguage"
          }
        ]
      }
    ]
  }
}