Penn Medicine · Schema

Penn Medicine FHIR Practitioner

Subset schema for a US Core Practitioner resource served by the Penn Medicine Provider Directory.

HealthcareHospitalAcademic Medical CenterFHIRSMART On FHIRPatient AccessProvider DirectoryCMS InteroperabilityUS CoreBulk DataEpic

Properties

Name Type Description
resourceType object
id string
identifier array
active boolean
name array
telecom array
qualification array
View JSON Schema on GitHub

JSON Schema

penn-medicine-fhir-practitioner-schema.json Raw ↑
{
  "$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" }
  }
}