FHIR IG analytics| Package | hl7.fhir.uv.smart-multi-server-auth |
| Resource Type | Organization |
| Id | Organization-EpicSandboxOrganization.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization EpicSandboxOrganization
type: Healthcare Provider
name: Epic Sandbox
telecom: https://fhir.epic.com/
{
"resourceType": "Organization",
"id": "EpicSandboxOrganization",
"meta": {
"profile": [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov"
}
]
}
],
"name": "Epic Sandbox",
"telecom": [
{
"system": "url",
"value": "https://fhir.epic.com/"
}
],
"endpoint": [
{
"reference": "Endpoint/EpicSandboxEndpoint"
}
]
}