{
  "resourceType": "StructureDefinition",
  "url": "http://example.com/fhir/StructureDefinition/patient-5c-reslice",
  "version": "0.1",
  "name": "PatientIdentifierReSlice",
  "title": "Patient Profile 5 - 5c Reslice @default by type",
  "status": "active",
  "experimental": false,
  "date": "2019",
  "publisher": "Chris Grenz",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "chris.grenz@thoughtworks.com"
        }
      ]
    }
  ],
  "description": "Reslice the @default slice by type pattern.",
  "copyright": "(c)2019 Chris Grenz into public domain",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://example.com/fhir/StructureDefinition/patient-5b-defaultslice",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient",
        "path": "Patient"
      },
      {
        "id": "Patient.identifier:@default",
        "path": "Patient.identifier",
        "sliceName": "@default",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "type"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Patient.identifier:@default/MRN",
        "path": "Patient.identifier",
        "sliceName": "@default/MRN"
      },
      {
        "id": "Patient.identifier:@default/MRN.type",
        "path": "Patient.identifier.type",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
              "code": "MR"
            }
          ]
        }
      }
    ]
  }
}