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
"
,
"
url
"
:
"
http://roche.com/fhir/rdc/ValueSet/device-kind
"
,
"
identifier
"
:
[
{
"
value
"
:
"
device-kind
"
,
"
system
"
:
"
http://roche.com/fhir/rdc/ValueSet/
"
}
]
,
"
version
"
:
"
1
"
,
"
name
"
:
"
device-kind
"
,
"
status
"
:
"
active
"
,
"
compose
"
:
{
"
include
"
:
[
{
"
system
"
:
"
http://roche.com/fhir/rdc/cdf
"
,
"
concept
"
:
[
{
"
code
"
:
"
cdf.dev.im
"
,
"
display
"
:
"
Manual interface
"
}
,
{
"
code
"
:
"
cdf.dev.bgmeter
"
,
"
display
"
:
"
Glucometer
"
}
]
}
,
{
"
system
"
:
"
http://roche.com/fhir/rdc/cs
"
,
"
concept
"
:
[
{
"
code
"
:
"
dev.cgm
"
,
"
display
"
:
"
CGM
"
}
,
{
"
code
"
:
"
dev.cgm.im
"
,
"
display
"
:
"
CGM Mobile App
"
}
,
{
"
code
"
:
"
smartPhone
"
,
"
display
"
:
"
Smart Phone
"
}
,
{
"
code
"
:
"
insulinPen
"
,
"
display
"
:
"
Insulin Pen
"
}
]
}
,
{
"
system
"
:
"
http://snomed.info/sct
"
,
"
concept
"
:
[
{
"
code
"
:
"
69805005
"
,
"
display
"
:
"
Insulin Pump
"
}
,
{
"
code
"
:
"
701750003
"
,
"
display
"
:
"
Subcutaneous glucose sensor
"
}
]
}
]
}
,
"
experimental
"
:
false
,
"
date
"
:
"
2018-05-16
"
}