{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/penn-medicine/json-schema/penn-medicine-fhir-practitioner-schema.json", "title": "Penn Medicine FHIR Practitioner", "description": "Subset schema for a US Core Practitioner resource served by the Penn Medicine Provider Directory.", "type": "object", "required": ["resourceType"], "properties": { "resourceType": { "const": "Practitioner" }, "id": { "type": "string" }, "identifier": { "type": "array" }, "active": { "type": "boolean" }, "name": { "type": "array" }, "telecom": { "type": "array" }, "qualification": { "type": "array" } } }