Temple Health · Example Payload

Temple Health Fhir R4 Capability Statement Example

Academic Medical CenterCMS InteroperabilityCures ActDSTU2EpicFHIRFox Chase Cancer CenterHL7HealthcareHospital SystemMyChartOAuth 2.0Patient AccessPrice TransparencyR4SMART on FHIRTemple UniversityUS CoreUSCDI

Temple Health Fhir R4 Capability Statement Example is an example object payload from Temple Health, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://epicaccess.templehealth.org/FhirProxyPrd/api/FHIR/R4/metadata",
    "headers": { "Accept": "application/fhir+json" }
  },
  "response": {
    "status": 200,
    "body": {
      "resourceType": "CapabilityStatement",
      "status": "active",
      "date": "2026-02-14",
      "publisher": "Epic",
      "software": {
        "name": "Epic",
        "version": "August 2025",
        "releaseDate": "2026-02-14"
      },
      "implementation": {
        "description": "Temple Health FHIR Server",
        "url": "https://epicaccess.templehealth.org/FhirProxyPrd/api/FHIR/R4"
      },
      "fhirVersion": "4.0.1",
      "format": ["application/fhir+json", "application/fhir+xml"],
      "rest": [
        {
          "mode": "server",
          "security": {
            "service": [
              {
                "coding": [
                  { "system": "http://terminology.hl7.org/CodeSystem/restful-security-service", "code": "OAuth", "display": "OAuth" },
                  { "system": "http://terminology.hl7.org/CodeSystem/restful-security-service", "code": "SMART-on-FHIR", "display": "SMART-on-FHIR" },
                  { "system": "http://terminology.hl7.org/CodeSystem/restful-security-service", "code": "Basic", "display": "Basic" }
                ]
              }
            ],
            "cors": true
          },
          "resource": [
            { "type": "Patient", "interaction": [{ "code": "read" }, { "code": "search-type" }] },
            { "type": "Observation", "interaction": [{ "code": "read" }, { "code": "search-type" }] },
            { "type": "Condition", "interaction": [{ "code": "read" }, { "code": "search-type" }] },
            { "type": "Encounter", "interaction": [{ "code": "read" }, { "code": "search-type" }] },
            { "type": "MedicationRequest", "interaction": [{ "code": "read" }, { "code": "search-type" }] },
            { "type": "AllergyIntolerance", "interaction": [{ "code": "read" }, { "code": "search-type" }] },
            { "type": "DocumentReference", "interaction": [{ "code": "read" }, { "code": "search-type" }] }
          ]
        }
      ]
    }
  }
}