{
  "resourceType": "StructureDefinition",
  "id": "bd8f68a7-e5c1-4716-a7a3-0ee74acf5718",
  "meta": {
    "lastUpdated": "2017-10-12T20:42:27.965+00:00"
  },
  "url": "http://hl7.org/fhir/StructureDefinition/PatientProfile",
  "name": "PatientProfile",
  "status": "active",
  "date": "2017-10-12T20:21:57.595+00:00",
  "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",
        "short": "Information about an individual or animal receiving health care services",
        "definition": "Demographics and other administrative information about an individual or animal receiving care or other health-related services."
      },
      {
        "id": "Patient.id",
        "path": "Patient.id",
        "short": "Logical id of this artifact",
        "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes."
      },
      {
        "id": "Patient.meta",
        "path": "Patient.meta",
        "short": "Metadata about the resource",
        "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource."
      },
      {
        "id": "Patient.extension",
        "path": "Patient.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.extension:MyExtension",
        "path": "Patient.extension",
        "sliceName": "MyExtension",
        "short": "Optional Extensions Element",
        "definition": "Optional Extension Element - found in all resources.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/MyExtension"
          }
        ]
      }
    ]
  }
}