{
  "resourceType": "StructureDefinition",
  "id": "PractitionerRoleMERT",
  "url": "https://intrahealth.com/fhir/mert/StructureDefinition/PractitionerRoleMERT",
  "version": "0.1.0",
  "name": "PractitionerRoleMERT",
  "title": "PractitionerRole (MERT)",
  "status": "draft",
  "description": "This profile represents a User in a system. The PracitionerMERT linked to this PractitionerRoleMERT would carry the demographic details of the User.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "PractitionerRole",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "PractitionerRole.practitioner",
        "path": "PractitionerRole.practitioner",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://intrahealth.com/fhir/mert/StructureDefinition/PractitionerMERT"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.organization",
        "path": "PractitionerRole.organization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://intrahealth.com/fhir/mert/StructureDefinition/OrganizationMERT"
            ]
          }
        ]
      }
    ]
  }
}