{
  "resourceType": "StructureDefinition",
  "id": "care-provider-patient-demographics-sd",
  "url": "http://www.healthall.co.kr/care-robot-prj/StructureDefinition/care-provider-patient-demographics-sd",
  "name": "CareProviderPatientDemographicsSD",
  "status": "draft",
  "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",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.extension:typeOfWorkspace",
        "path": "Patient.extension",
        "sliceName": "typeOfWorkspace",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://www.healthall.co.kr/care-robot-prj/StructureDefinition/care-robot-typeOfWorkspace-ex"
            ]
          }
        ]
      },
      {
        "id": "Patient.extension:occupation",
        "path": "Patient.extension",
        "sliceName": "occupation",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://www.healthall.co.kr/care-robot-prj/StructureDefinition/care-robot-occupation-ex"
            ]
          }
        ]
      },
      {
        "id": "Patient.extension:experienceOfWork",
        "path": "Patient.extension",
        "sliceName": "experienceOfWork",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://www.healthall.co.kr/care-robot-prj/StructureDefinition/care-robot-experienceOfWork-ex"
            ]
          }
        ]
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "HumanName"
          }
        ]
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      }
    ]
  }
}