{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2020-09-21T04:57:07.344+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/CRSPractitionerRole",
  "name": "CRSPractitionerRole",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "PractitionerRole",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "PractitionerRole.practitioner",
        "path": "PractitionerRole.practitioner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://example.org/fhir/StructureDefinition/CRSPractitioner"
            ]
          }
        ]
      },
      {
        "id": "PractitionerRole.specialty.coding.system",
        "path": "PractitionerRole.specialty.coding.system",
        "definition": "The identification of the code system that defines the meaning of the symbol in the code.\r\n(심평원 진료과 코드 사용이 유력하나, 다른 ValueSet 사용가능한게 있는지 검토 후 코드 값 사용)"
      }
    ]
  }
}