RDC EMR Implementation Guide
Toggle navigation
Home
Home
Audience
Glossary
EMR middleware partnership
ChangeLog
Service Catalog
Technical Implementation Guidance
Technical Implementation Guidance
Pre-requisites
- Enabling data sharing
- Client Certificate generation and configuration
- File availability notification endpoint
EMR integration flows
- Patient record management
- Practitioner record management
- Health data sharing
- Clinical document sharing
APIs overview
APIs overview
Authentication
Roche FHIR API
- Patient Creation v1
- Patient Creation v2
- Patient Update v1
- Patient Update v2
- Patient Read
- Practitioner Creation v1
- Practitioner Creation v2
- Practitioner Update v1
- Practitioner Update v2
- OpenAPI Specification
Roche Services API
- Temporary Token Service
- Notification Ack Service
- OpenAPI Specification
AWS Retrieve File API (S3 SDK)
Sandbox
Sandbox
Sandbox services
Sandbox API
- Authentication
- Notification trigger Service
FHIR Resources
FHIR Resources
Profiles
Terminology
Extensions
Federated SSO
Federated SSO
Pre-requisites
RDCP flow
JSON
{
"
resourceType
"
:
"
ValueSet
"
,
"
id
"
:
"
153bef49-8f8e-4476-a62a-feb7fcc73a91
"
,
"
url
"
:
"
http://roche.com/fhir/rdc/ValueSet/devicemetric-metric-unit
"
,
"
identifier
"
:
[
{
"
value
"
:
"
devicemetric-metric-unit
"
,
"
system
"
:
"
http://roche.com/fhir/rdc/ValueSet/
"
}
]
,
"
version
"
:
"
1
"
,
"
name
"
:
"
MetricUnits
"
,
"
status
"
:
"
draft
"
,
"
compose
"
:
{
"
include
"
:
[
{
"
system
"
:
"
http://unitsofmeasure.org
"
,
"
concept
"
:
[
{
"
code
"
:
"
mg/dL
"
,
"
display
"
:
"
milligram per deciliter
"
}
,
{
"
code
"
:
"
[iU]
"
,
"
display
"
:
"
international unit
"
}
,
{
"
code
"
:
"
[IU]/h
"
,
"
display
"
:
"
international unit per hour
"
}
,
{
"
code
"
:
"
g
"
,
"
display
"
:
"
gram
"
}
]
}
]
}
,
"
experimental
"
:
false
,
"
date
"
:
"
2018-05-16
"
}