{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["code-snippet"]},"type":"markdown"},"seo":{"title":"Overview","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"overview","__idx":0},"children":["Overview"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Our cloud-based, API-powered platform is HITRUST i1 certified and designed to enable seamless data exchange across the healthcare ecosystem."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"supported-implementation-guides-for-fhir-resources","__idx":1},"children":["Supported Implementation Guides for FHIR resources"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Claims Data — ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"http://hl7.org/fhir/us/carin-bb/STU1/artifacts.html"},"children":["CARIN Blue Button IG Profiles"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Clinical Data — ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://build.fhir.org/ig/HL7/US-Core-R4/profiles.html"},"children":["US Core IG Profiles"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Provider Directory Data — ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://build.fhir.org/ig/HL7/davinci-pdex-plan-net/profiles.html"},"children":["DaVinci PDEX Plan Net IG Profiles"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Formulary Data — ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"http://hl7.org/fhir/us/davinci-drug-formulary/artifacts.html#3"},"children":["DaVinci PDEX US Drug Formulary IG Profiles"]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"fhir-server-capability-statement","__idx":2},"children":["FHIR server Capability Statement"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR®."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To see the Capability Statement of a specific server, use the following URL format: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{baseUrl}/{fhirVersion}/metadata"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The 1up demo environment's Capability Statement can be viewed at ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["https://api.1uphealthdemo.com/r4/metadata"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"fhir-server-provenance","__idx":3},"children":["FHIR server provenance"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Provenance resources capture metadata about the origin and lineage of FHIR resources. They are automatically created in the 1up FHIR Server for all FHIR resources created and updated."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Provenance of a FHIR resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that FHIR resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The 1up FHIR Server creates a Provenance resource when you first create a FHIR resource. When you update a FHIR resource, it creates a new Provenance resource. Each Provenance resource has a version-specific reference to the related FHIR resource."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"validate-fhir-resources","__idx":4},"children":["Validate FHIR resources"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["All FHIR® resources are automatically validated for conformance. Aggregated data from other organizations is canonicalized to the FHIR standard."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When FHIR resources are posted to the FHIR Server, 1up automatically performs base R4 specification validation. If the posted resource doesn’t contain valid JSON, the 1up FHIR Server sends a 400 Bad Request response."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"file":"/static/code/fhir-server-400-bad-request.json","language":"json","title":"Example 400 bad request","header":{"title":"Example 400 bad request","controls":{"copy":{}}},"lang":"json","source":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <title>Error</title>\n</head>\n\n<body>\n    <pre>Bad Request</pre>\n</body>\n\n</html>"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If the posted resource is valid JSON, additional validation checks are performed, and any errors are identified. Some examples of errors include:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Incorrect type (string instead of array instead of Boolean)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Missing required FHIR resource attribute"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If any of these errors are present, the FHIR resource isn’t persisted in the FHIR Server, and the POST request to create the FHIR resource returns a 400 Bad Request status code with details in the response about the specific validation errors."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"file":"/static/code/fhir-server-example-error.json","language":"json","title":"Example error","header":{"title":"Example error","controls":{"copy":{}}},"lang":"json","source":"{\n    \"resourceType\": \"OperationOutcome\",\n    \"id\": \"0uaptsuljvl\",\n    \"issue\": [\n        {\n            \"severity\": \"error\",\n            \"code\": \"value\",\n            \"details\": {\n                \"text\": \"child \\\"resourceType\\\" fails because [\\\"resourceType\\\" with value \\\"PractitionerRoler\\\" fails to match the required pattern: /^PractitionerRole$/]\"\n            }\n        }\n    ]\n}"},"children":[]}]},"headings":[{"value":"Overview","id":"overview","depth":1},{"value":"Supported Implementation Guides for FHIR resources","id":"supported-implementation-guides-for-fhir-resources","depth":2},{"value":"FHIR server Capability Statement","id":"fhir-server-capability-statement","depth":2},{"value":"FHIR server provenance","id":"fhir-server-provenance","depth":2},{"value":"Validate FHIR resources","id":"validate-fhir-resources","depth":2}],"frontmatter":{"seo":{"title":"Overview"}},"lastModified":"2026-04-30T16:54:05.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/docs/platform","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}