{
  "resourceType": "StructureDefinition",
  "id": "pghd-cdm-patient",
  "url": "https://simplifier.net/pghd-cdmtofhir/pghdcdmpatientprofile",
  "version": "0.1",
  "name": "PGHDCDMPatientProfile",
  "title": "PGHD CDM Patient Profile",
  "status": "active",
  "experimental": false,
  "date": "2022-03-29",
  "publisher": "SNUBH-HIRC",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient",
        "path": "Patient"
      },
      {
        "id": "Patient.id",
        "path": "Patient.id",
        "short": "환자 ID",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Patient.extension:race",
        "path": "Patient.extension",
        "sliceName": "us-core-race",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "short": "환자 ID",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier.value",
        "path": "Patient.identifier.value",
        "short": "환자의 ID",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "short": "성별",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "short": "생년월일",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.deceased[x]",
        "path": "Patient.deceased[x]",
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mustSupport": false
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "short": "주소",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.address.country",
        "path": "Patient.address.country",
        "min": 1,
        "max": "1",
        "fixedString": "South Korea",
        "mustSupport": true
      }
    ]
  }
}