{
  "resourceType": "StructureDefinition",
  "id": "mirjams-course-alp-core-patient",
  "url": "http://mirjams.examples.org/fhir/StructureDefinition/mirjams-course-alp-core-patient",
  "version": "0.1.0",
  "name": "MirjamsAlpCorePatient",
  "title": "Mirjam's Course AlpCorePatient Profile",
  "status": "active",
  "description": "Patient profile for the \"Derived profiles\" exercise from Mirjam's Data Modeling course, where the base for the profile is AlpCorePatient from the alpha.core.r4 package",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://fhir.alp/StructureDefinition/AlpCorePatient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.extension",
        "path": "Patient.extension",
        "min": 1
      },
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "max": "3"
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "min": 1
      }
    ]
  }
}