{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2020-09-21T04:55:34.325+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/CRSCondition",
  "name": "CRSCondition",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "sct-concept",
      "uri": "http://snomed.info/conceptdomain",
      "name": "SNOMED CT Concept Domain Binding"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "sct-attr",
      "uri": "http://snomed.org/attributebinding",
      "name": "SNOMED CT Attribute Binding"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Condition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition.extension",
        "path": "Condition.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Condition.extension:assertedDate",
        "path": "Condition.extension",
        "sliceName": "assertedDate",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/condition-assertedDate"
            ]
          }
        ]
      },
      {
        "id": "Condition.code.coding",
        "path": "Condition.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Condition.code.coding:KCDCoding",
        "path": "Condition.code.coding",
        "sliceName": "KCDCoding",
        "definition": "A reference to a code defined by a terminology system.\r\n(주로 사용될 코드 System 값 1.2.410.100110.40.2.3.2 이긴 한데 한번더 확인 필요)"
      },
      {
        "id": "Condition.code.coding:KCDCoding.system",
        "path": "Condition.code.coding.system",
        "fixedUri": "1.2.410.100110.40.2.3.2"
      },
      {
        "id": "Condition.code.coding:KCDCoding.display",
        "path": "Condition.code.coding.display",
        "definition": "A representation of the meaning of the code in the system, following the rules of the system.\r\n(한글 display extension 필요할 가능성 높음)"
      },
      {
        "id": "Condition.code.coding:sliceCoding2",
        "path": "Condition.code.coding",
        "sliceName": "sliceCoding2"
      },
      {
        "id": "Condition.code.coding:sliceCoding2.system",
        "path": "Condition.code.coding.system",
        "definition": "The identification of the code system that defines the meaning of the symbol in the code.\r\n(Kostom system 값 보건의료정보원 문의 필요)"
      }
    ]
  }
}