Temple Health FHIR R4 Observation (US Core Subset)
Subset JSON Schema for the US Core Observation profile as returned by the Temple Health (Epic) FHIR R4 endpoint.
Academic Medical CenterCMS InteroperabilityCures ActDSTU2EpicFHIRFox Chase Cancer CenterHL7HealthcareHospital SystemMyChartAuthenticationPatient AccessPrice TransparencyR4SMART on FHIRTemple UniversityUS CoreUSCDI
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/temple-health/refs/heads/main/json-schema/temple-health-observation-schema.json",
"title": "Temple Health FHIR R4 Observation (US Core Subset)",
"description": "Subset JSON Schema for the US Core Observation profile as returned by the Temple Health (Epic) FHIR R4 endpoint.",
"type": "object",
"required": ["resourceType", "status", "code", "subject"],
"properties": {
"resourceType": { "type": "string", "const": "Observation" },
"id": { "type": "string" },
"status": {
"type": "string",
"enum": ["registered","preliminary","final","amended","corrected","cancelled","entered-in-error","unknown"]
},
"category": {
"type": "array",
"items": { "$ref": "#/$defs/CodeableConcept" }
},
"code": { "$ref": "#/$defs/CodeableConcept" },
"subject": { "$ref": "#/$defs/Reference" },
"effectiveDateTime": { "type": "string", "format": "date-time" },
"valueQuantity": { "$ref": "#/$defs/Quantity" },
"component": {
"type": "array",
"items": {
"type": "object",
"properties": {
"code": { "$ref": "#/$defs/CodeableConcept" },
"valueQuantity": { "$ref": "#/$defs/Quantity" }
}
}
}
},
"$defs": {
"CodeableConcept": {
"type": "object",
"properties": {
"coding": {
"type": "array",
"items": {
"type": "object",
"properties": {
"system": { "type": "string", "format": "uri" },
"code": { "type": "string" },
"display": { "type": "string" }
}
}
},
"text": { "type": "string" }
}
},
"Reference": {
"type": "object",
"properties": {
"reference": { "type": "string" },
"display": { "type": "string" }
}
},
"Quantity": {
"type": "object",
"properties": {
"value": { "type": "number" },
"unit": { "type": "string" },
"system": { "type": "string", "format": "uri" },
"code": { "type": "string" }
}
}
}
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/temple-health-observation"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.