{
  "resourceType": "StructureDefinition",
  "id": "care-robot-patient-sd",
  "url": "http://www.healthall.co.kr/care-robot-prj/StructureDefinition/care-robot-patient-sd",
  "name": "CareRobotPatientSD",
  "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:ltcgrade",
        "path": "Patient.extension",
        "sliceName": "ltcgrade",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://www.healthall.co.kr/care-robot-prj/StructureDefinition/care-robot-ltcgrade-ex"
            ]
          }
        ]
      },
      {
        "id": "Patient.extension:ltcnumber",
        "path": "Patient.extension",
        "sliceName": "ltcnumber",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://www.healthall.co.kr/care-robot-prj/StructureDefinition/care-robot-ltcnumber-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"
          }
        ]
      }
    ]
  }
}