{
  "resourceType": "StructureDefinition",
  "id": "16bb40cc-05b2-4cad-98e0-eeac50177c75",
  "meta": {
    "lastUpdated": "2018-03-14T10:21:44.71+00:00"
  },
  "url": "http://mirjams.example.org/StructureDefinition/MyPatient",
  "name": "AccenturePatient",
  "status": "draft",
  "date": "2018-03-14T10:06:29.172+00:00",
  "description": "Patient Profile for Accenture",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.extension",
        "path": "Patient.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.extension:haircolor",
        "path": "Patient.extension",
        "sliceName": "haircolor",
        "short": "Optional Extensions Element",
        "definition": "Optional Extension Element - found in all resources.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "https://mirjams.example.org/StructureDefinition/haircolor-extension"
          }
        ]
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Patient.identifier:natinalID",
        "path": "Patient.identifier",
        "sliceName": "natinalID",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.identifier:natinalID.system",
        "path": "Patient.identifier.system",
        "short": "national Id",
        "min": 1,
        "fixedUri": "http://mirjams.example.org/NameSystem/nationalid"
      },
      {
        "id": "Patient.identifier:natinalID.value",
        "path": "Patient.identifier.value",
        "min": 1
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "defaultValueCode": "unknown",
        "fixedCode": "female"
      },
      {
        "id": "Patient.photo",
        "path": "Patient.photo",
        "max": "0"
      }
    ]
  }
}