Downloads
This section allows download all technical artifacts within this implementation guide.
Resource Profiles
Profile defining constraints on resources used in this implementation guide
Resource | Description | Download Link |
---|---|---|
Capability Statement | Defines the capabilities of the RCM FHIR Server when dealing with RCM resources and operations | CapabilityStatement |
Bundle (Patient, CarePlan) | This bundle is used to hold 2 entries: Patient and CarePlan resources. | BundlePatientCarePlan |
Patient | This resource defines the patient involved in the remote clinical monitoring. | Patient |
CarePlan | This resource defines the clinical programme assigned to the patient. | CarePlan |
Bundle (Communication, Observation) | This bundle is used to hold 1 or 2 entries: Communication and Observation (optional) resources. | BundleCommunicationObservation |
Communication | This resource defines the communication alert for the remote clinical monitoring of the patient. | Communication |
Observation | This resource defines the vital signs readings of the patient. | Observation |
Operations
Operations used in this implementation guide
Operation | Description | Download Link |
---|---|---|
Create Patient | This operation creates the patient record and his/her assigned care programme | Create Patient and assigned CarePlan |
Submit Communication Alert | This operation submits communication alert together with vital readings (if applicable). | Submit Communication Alert |
Examples
Example instances for resource profiles
Example | Description | Download Link |
---|---|---|
Bundle (Patient, CarePlan) request | Example of a bundle containing Patient and CarePlan request instance | Bundle Patient CarePlan request |
Bundle (Patient, CarePlan) response | Example of a bundle containing Patient and CarePlan response instance | Bundle Patient CarePlan response |
Bundle (Communication, Observation) Threshold request | Example of a bundle containing communication and observation for alert code "Threshold" request instance | Bundle Communication Observation Threshold request |
Bundle (Communication, Observation) Threshold response | Example of a bundle containing communication and observation for alert code "Threshold" response instance | Bundle Communication Observation Threshold response |
Bundle (Communication, Observation) Missed Reading request | Example of a bundle containing communication and observation for alert code "Missed Reading" request instance | Bundle Communication Observation Missed Reading request |
Bundle (Communication, Observation) Missed Reading response | Example of a bundle containing communication and observation for alert code "Missed Reading" response instance | Bundle Communication Observation Missed Reading response |
Bundle (Communication) request | Example of a bundle containing communication for other alert codes request instance | Bundle Communication request |
Bundle (Communication) response | Example of a bundle containing communication for other alert codes response instance | Bundle Communication response |
Observation request | Example of an observation request instance | Observation request |
Observation response | Example of an observation response instance | Observation response |