{
  "resourceType": "StructureDefinition",
  "id": "PractitionerRole-id-core",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2023-01-11T00:18:44.4520717+00:00",
    "source": "#6XDXHauCbS3ysd69"
  },
  "url": "http://fhir.hie.moh.gov.id/StructureDefinition/PractitionerRole-id-core",
  "version": "1.0.0",
  "name": "PractitionerRoleIdCore",
  "title": "PractitionerRole (ID Core)",
  "status": "active",
  "experimental": false,
  "date": "2023-06-07T07:16:10.3933867+00:00",
  "description": "The practitioner roles referenced in the ID Core profiles.",
  "copyright": "Used by permission of HL7 International, all rights reserved Creative Commons License",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "PractitionerRole",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "PractitionerRole.extension",
        "path": "PractitionerRole.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "PractitionerRole.extension:audit",
        "path": "PractitionerRole.extension",
        "sliceName": "audit",
        "short": "Record audit on individual who recorded and updated the data",
        "definition": "Record audit on individual who recorded and updated the data",
        "comment": "Record audit on individual who recorded and updated the data",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.hie.moh.gov.id/StructureDefinition/audit-id-core"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "PractitionerRole.extension:drugClassification",
        "path": "PractitionerRole.extension",
        "sliceName": "drugClassification",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.hie.moh.gov.id/StructureDefinition/pr-drug-classification-id-core"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "PractitionerRole.practitioner",
        "path": "PractitionerRole.practitioner",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.organization",
        "path": "PractitionerRole.organization",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.code",
        "path": "PractitionerRole.code",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "example",
          "description": "The role a person plays representing an organization",
          "valueSet": "http://fhir.hie.moh.gov.id/ValueSet/practitioner-role-id-core"
        }
      },
      {
        "id": "PractitionerRole.specialty",
        "path": "PractitionerRole.specialty",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "http://fhir.hie.moh.gov.id/ValueSet/specialty-id-core"
        }
      }
    ]
  }
}