This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "PHD FHIR IG Proposal"

From HL7Wiki
Jump to navigation Jump to search
(Created page with "{{subst::Template:FHIR IG Proposal}}")
 
(11 intermediate revisions by 2 users not shown)
Line 13: Line 13:
  
  
=PutProposedIGNameHere=
+
=Continua Personal Health Device Implementation Guide=
  
 
<!-- Resource names should meet the following characteristics:
 
<!-- Resource names should meet the following characteristics:
Line 29: Line 29:
  
 
<!-- The name of the committee that is proposed to have responsibility for developing and maintaining the IG. -->
 
<!-- The name of the committee that is proposed to have responsibility for developing and maintaining the IG. -->
[[YourWorkGroupName]]
+
[[Health Care Devices]]
  
 
==Committee Approval Date:==
 
==Committee Approval Date:==
Line 37: Line 37:
  
 
<!-- Additional work groups that may have an interest in contributing to, or reviewing  the content of the IG (optional) -->
 
<!-- Additional work groups that may have an interest in contributing to, or reviewing  the content of the IG (optional) -->
* Work Group Name
+
* None
* or link
 
* or "None"
 
  
 
==FHIR Development Project Insight ID==
 
==FHIR Development Project Insight ID==
Line 58: Line 56:
 
==IG Purpose==
 
==IG Purpose==
  
<!-- Why is this IG necessary? -->
+
This guide provides a standardized way of representing data from IEEE 11073 Personal Health Devices in FHIR.
  
 
==Content location==
 
==Content location==
Line 66: Line 64:
  
 
==Proposed IG realm and code==
 
==Proposed IG realm and code==
 +
Universal Realm uv
  
 
<!-- What is the realm code (2-character country code or 'uv') and IG code to use for the path when the IG is published under http://hl7.org/fhir?  E.g. us/ccda -->
 
<!-- What is the realm code (2-character country code or 'uv') and IG code to use for the path when the IG is published under http://hl7.org/fhir?  E.g. us/ccda -->
Line 75: Line 74:
 
==Short Description==
 
==Short Description==
  
<!-- 1-2 sentences describing the purpose/scope of the IG for inclusion in the registry -->
+
The IG provides a mapping of IEEE 11073 20601 Personal Health Device data to FHIR
 
 
  
 
==Long Description==
 
==Long Description==
  
<!-- 1 paragraph describing the purpose/scope of the IG in more detail for inclusion in the version history -->
+
This guide uses the IEEE 11073 20601 object model to represent device and measurement data from Personal Health Devices. This model is then mapped to FHIR resources based upon the model element types and not their values making the mapping both generic and extensible. An implementation written today will be able to map any future device type that follows the 20601 standard. Personal Health Devices are seen as an important constituent of remote patient monitoring and the design of this guide is strongly influenced by remote patient monitoring concerns and needs.
 
 
  
 
==Involved parties==
 
==Involved parties==
Line 90: Line 87:
 
==Expected implementations==
 
==Expected implementations==
  
<!--Key resources are justified by CCDA, for resources not deemed "key", what interest is there by implementers in using this particular resource. Provide named implementations if possible - ideally provide multiple independent implementations. -->
+
The most common set of implementations is expected to be personal health gateways sitting in a patient's home that communicates with the personal health devices, decodes the data, and encodes them into the FHIR resources specified by this guide. Implementation of such gateways have been done on mobile and set-top box platforms, although for the most part based upon earlier versions of FHIR which were not completely sufficient for the needed mapping tasks.
  
 
==Content sources==
 
==Content sources==
Line 97: Line 94:
  
 
Are there any source specifications that you wish to consult but are concerned about access to or expertise to consider? -->
 
Are there any source specifications that you wish to consult but are concerned about access to or expertise to consider? -->
 +
 +
I do not understand this
  
 
==Example Scenarios==
 
==Example Scenarios==
  
 
<!-- Provide a listing of the types of scenarios to be represented in the examples produced for this IG.  They should demonstrate the full scope of the IG and allow exercising of the IG's capabilities (all profiles, different types of applications, etc.) -->
 
<!-- Provide a listing of the types of scenarios to be represented in the examples produced for this IG.  They should demonstrate the full scope of the IG and allow exercising of the IG's capabilities (all profiles, different types of applications, etc.) -->
 +
 +
Given the moving target of the IG build tools and FHIR implementations only one example has been generated to date following this IG. It is a Bundle resource containing all the resources generated by measurements taken from a market Pulse Oximeter. All examples in this guide will come from such personal health devices. This IG makes use of only three FHIR resources, Patient, Device, and Observation. The Patient resource is populated by out of band means and and it is possible in this profile that the Patient resource is never generated and/or uploaded by the gateway. This option is for the protection of PHI. The Device and Observation resources are populated entirely by data received by protocol from the personal health device. The guide consists of six Observation profiles based upon the six types of measurements that can be modeled by the IEEE 11073 20601 specification. There is then a profile for the device information describing the mapping of the PHD MDS data to a Device resource and a similar mapping of the PHG information to a Device resource.
  
 
==IG Relationships==
 
==IG Relationships==
  
 
<!-- Are there any IGs this resource depends on or that depend on this IG? -->
 
<!-- Are there any IGs this resource depends on or that depend on this IG? -->
 +
 +
This IG depends upon no other IGs.
  
 
==Timelines==
 
==Timelines==

Revision as of 21:50, 24 October 2018



Continua Personal Health Device Implementation Guide

Owning work group name

Health Care Devices

Committee Approval Date:

Please enter the date that the committee approved this IGproposal

Contributing or Reviewing Work Groups

  • None

FHIR Development Project Insight ID

Scope of coverage

IG Purpose

This guide provides a standardized way of representing data from IEEE 11073 Personal Health Devices in FHIR.

Content location

Proposed IG realm and code

Universal Realm uv


Maintenance Plan

Short Description

The IG provides a mapping of IEEE 11073 20601 Personal Health Device data to FHIR

Long Description

This guide uses the IEEE 11073 20601 object model to represent device and measurement data from Personal Health Devices. This model is then mapped to FHIR resources based upon the model element types and not their values making the mapping both generic and extensible. An implementation written today will be able to map any future device type that follows the 20601 standard. Personal Health Devices are seen as an important constituent of remote patient monitoring and the design of this guide is strongly influenced by remote patient monitoring concerns and needs.

Involved parties

Expected implementations

The most common set of implementations is expected to be personal health gateways sitting in a patient's home that communicates with the personal health devices, decodes the data, and encodes them into the FHIR resources specified by this guide. Implementation of such gateways have been done on mobile and set-top box platforms, although for the most part based upon earlier versions of FHIR which were not completely sufficient for the needed mapping tasks.

Content sources

I do not understand this

Example Scenarios

Given the moving target of the IG build tools and FHIR implementations only one example has been generated to date following this IG. It is a Bundle resource containing all the resources generated by measurements taken from a market Pulse Oximeter. All examples in this guide will come from such personal health devices. This IG makes use of only three FHIR resources, Patient, Device, and Observation. The Patient resource is populated by out of band means and and it is possible in this profile that the Patient resource is never generated and/or uploaded by the gateway. This option is for the protection of PHI. The Device and Observation resources are populated entirely by data received by protocol from the personal health device. The guide consists of six Observation profiles based upon the six types of measurements that can be modeled by the IEEE 11073 20601 specification. There is then a profile for the device information describing the mapping of the PHD MDS data to a Device resource and a similar mapping of the PHG information to a Device resource.

IG Relationships

This IG depends upon no other IGs.

Timelines

When IG Proposal Is Complete

When you have completed your proposal, please send an email to FMGcontact@HL7.org

FMG Notes