{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/AlexaDecemberPatient",
  "name": "AlexaDecemberPatient",
  "status": "draft",
  "description": "Practice Patient profile for December fire training.",
  "fhirVersion": "4.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",
        "min": 1
      },
      {
        "id": "Patient.extension:occupationExtension",
        "path": "Patient.extension",
        "sliceName": "occupationExtension",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://example.org/fhir/StructureDefinition/OccupationExtension"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Patient.extension:birthPlace",
        "path": "Patient.extension",
        "sliceName": "birthPlace",
        "min": 1,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:NationalRegistryID",
        "path": "Patient.identifier",
        "sliceName": "NationalRegistryID",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.identifier:NationalRegistryID.system",
        "path": "Patient.identifier.system",
        "min": 1,
        "fixedUri": "http://national.registry.org/ids"
      },
      {
        "id": "Patient.identifier:NationalRegistryID.value",
        "path": "Patient.identifier.value",
        "min": 1
      },
      {
        "id": "Patient.identifier:SSN",
        "path": "Patient.identifier",
        "sliceName": "SSN",
        "max": "1"
      },
      {
        "id": "Patient.identifier:SSN.system",
        "path": "Patient.identifier.system",
        "min": 1,
        "fixedUri": "http://hl7.org/fhir/sid/us-ssn"
      },
      {
        "id": "Patient.identifier:SSN.value",
        "path": "Patient.identifier.value",
        "min": 1
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.name.family",
        "path": "Patient.name.family",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "min": 1,
        "max": "3",
        "mustSupport": true
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "mustSupport": true
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "constraint": [
          {
            "key": "temp-address-1",
            "severity": "error",
            "human": "Include period of use for temporary address.",
            "expression": "(use = 'temp') implies period.exists()"
          }
        ]
      },
      {
        "id": "Patient.address.use",
        "path": "Patient.address.use",
        "condition": [
          "temp-address-1"
        ]
      },
      {
        "id": "Patient.address.period",
        "path": "Patient.address.period",
        "condition": [
          "temp-address-1"
        ]
      }
    ]
  }
}