{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2020-09-21T04:56:58.296+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/CRSPractitioner",
  "name": "CRSPractitioner",
  "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": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner.name.use",
        "path": "Practitioner.name.use",
        "fixedCode": "official"
      },
      {
        "id": "Practitioner.telecom.system",
        "path": "Practitioner.telecom.system",
        "fixedCode": "phone"
      },
      {
        "id": "Practitioner.qualification.code.coding.system",
        "path": "Practitioner.qualification.code.coding.system",
        "definition": "The identification of the code system that defines the meaning of the symbol in the code.\r\n(국가 의사 면허 system, code 값 고정 필요)"
      }
    ]
  }
}