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

Datatypes R2 Issue 59

From HL7Wiki
Jump to navigation Jump to search

Data Types Issue 59: Unknown home phone number

Introduction

It’s not possible to state that a home phone number for a patient is not known using the TEL data type.

current best option: <tel use=”H” nullFlavor=”UNK”>

The problem is that <tel use=”H” nullFlavor=”UNK”> does not tell you whether you are missing the home phone number, the home e-mail address, the home blog, the home fax, the home pager, etc... Since the type of telecommunications is specified as part of the URL in the XML ITS, there needs to be a way to express "Unknown home phone number".

? backward compatible.

Discussion

email: A possible solution (per Keith Boone) can be <tel use=”H” value="tel:" nullFlavor=”UNK”> - in other words, allow the scheme part of the URL to be present for null values.

Resolution

Passed in INM 30/04/2007: Motion to approve <tel use = "H" value="tel" NullFlavor="UNK"> as the proper way to express unknown telephone number.

Links

Back to Data Types R2 issues