Stream: Death on FHIR
Topic: Canary 2.5.0
Adam Holmes (Sep 15 2019 at 14:57):
Canary 2.5.0 is live (https://github.com/nightingaleproject/canary), you should update when convenient: docker run --rm -p 8080:80 adammitre/canary
Adam Holmes (Sep 15 2019 at 14:59):
csharp-fhir-death-record library version 2.6.3 is live (https://github.com/nightingaleproject/csharp-fhir-death-record), if you are using it, you should update
Eric Trinh (Genesis) (Dec 04 2019 at 15:51):
Hi Adam, would it be possible to add support for Industry and Occupation using the valueString instead of the CodeableConcept? These data fields are captured as free-form data entry in our apps so it's impossible to map them to their corresponding value set.
Adam Holmes (Dec 04 2019 at 18:36):
Hi Adam, would it be possible to add support for Industry and Occupation using the valueString instead of the CodeableConcept? These data fields are captured as free-form data entry in our apps so it's impossible to map them to their corresponding value set.
For anyone not on today's call - this was brought up and AMS intends to make this change before the STU IG is released.
Craig Newman (Dec 05 2019 at 17:04):
How will this be done? I vaguely recall a conversation on a PC call where it was concluded that free text should be send in CodeableConcept.text even if there is no possible code (because it's entered as free text) rather than providing a choice of valueString and valueCodeableConcept.
Eric Trinh (Genesis) (Dec 06 2019 at 22:17):
My recommendation is to support both. For systems that accept these fields in free-from data entry , then use Observation.Component.valueString. For systems that can code them, then use Observation.Component.valueCodeableConcep.
Adam Holmes (Dec 07 2019 at 07:40):
My recommendation is to support both. For systems that accept these fields in free-from data entry , then use Observation.Component.valueString. For systems that can code them, then use Observation.Component.valueCodeableConcep.
Exactly!
Cindy Bush (Dec 09 2019 at 19:25):
@Adam Holmes Not sure if already aware, but FYI: Related to Occupational info, Lori had previously mentioned the structure that aligns with NIOSH's work on - Occupation data for health is UsualWork: https://build.fhir.org/ig/HL7/us-odh/StructureDefinition-odh-UsualWork.html.
Last updated: Apr 12 2022 at 19:14 UTC