Stream: implementers
Topic: Extending datatypes
Richard Kavanagh (Sep 20 2016 at 18:02):
Is there such thing as a "modifierExtension" for a datatype?
Grahame Grieve (Sep 20 2016 at 18:26):
no. deliberate decisions. No modifier extensions in data types
Richard Kavanagh (Sep 20 2016 at 18:28):
ahh ok. Back to the drawing board then...
Lloyd McKenzie (Sep 21 2016 at 01:17):
@Richard Kavanagh Care to share the use-case?
Richard Kavanagh (Sep 21 2016 at 12:59):
We are looking at how we migrate from HL7v3 CDA to FHIR based CDA. In doing so we need to recognise how we deal with the "use" attribute (for name, address, telecom etc). We have particular issues as we "locally" extended the valueset in England to meet local needs. The valueset in FHIR for "use" is a "required" list which means we can not extend it.
Grahame Grieve (Sep 21 2016 at 13:01):
what values are we talking about?
Richard Kavanagh (Sep 21 2016 at 13:01):
The only option we have is to use an extension with our own valueset but this extension would change the current "use" attribute so probably should be a "modifier".
Grahame Grieve (Sep 21 2016 at 13:02):
well, what are the vsalues?
Richard Kavanagh (Sep 21 2016 at 13:05):
I don't have the info with me here in Baltimore - will post when I get back to the UK.
Grahame Grieve (Sep 21 2016 at 13:14):
ok, thanks. We'd like to help you get to the bottom of this
Lloyd McKenzie (Sep 21 2016 at 13:53):
Excluding use and sending an extension that conveys alternate uses isn't necessarily going to be a modifier. HumanName.use is a modifier because it allows you to say things like "old" and "maiden" - which do change the meaning of the name. But other values (usual, temp, official) would not be modifiers.
Simon Knee (Sep 21 2016 at 14:06):
recommended 'use' values to be used for address/telecom elements.
WP - Work place - An office address. First choice for business related contacts during business hours.
TMP- Temporary address - A temporary address; may be good for visit or mailing.
PHYS - Physical visit address - Used primarily to visit an address.
PST - Postal address - Used to send mail.
H -Home address - The person's home address; attempted contacts for business purposes might intrude privacy and chances are one will contact family or other household members instead of the person one wishes to call. Typically used with urgent cases, or if no other contacts are available.
HP - The primary home address - An address to reach a person after business hours.
HV - A vacation home - An address to reach a person while on vacation.
recommended 'use' values to be used for name elements.
Code Definition
L - Legal
A - Artist / stage
I - Indigenous/Tribal
R - Religious
PREVIOUS-BIRTH * Birth name
PREVIOUS-MAIDEN * Maiden name
PREVIOUS-BACHELOR * Bachelor name
PREVIOUS * Other previous name
PREFERRED * Preferred name
Simon Knee (Sep 21 2016 at 14:11):
recommended 'use' values to be used for telecom elements:
AS - Answering service - an automated answering machine used for less urgent cases and if the main purpose of contact is to leave a message or access an automated announcement.
EC - Emergency contact - A contact specifically designated to be used for emergencies. This is the first choice in emergencies, independent of any other use codes.
H - Home - A communication address at a home, attempted contacts for business purposes might intrude privacy and chances are one will contact family or other household members instead of the person one wishes to call. Typically used with urgent cases, or if no other contacts are available.
HP - Home primary - the primary contact to reach a person after business hours.
HV - Home vacation - A vacation home, to reach a person while on vacation.
WP - Work place - An office address. First choice for business related contacts during business hours
PG - Pager - A paging device suitable to solicit a callback or to leave a very short message.
MC - Mobile contact - A telecommunication device that moves and stays with its owner. May have characteristics of all other use codes, suitable for urgent matters,
Last updated: Apr 12 2022 at 19:14 UTC