A FHIR (Fast Healthcare Interoperability Resources) Architect Interoperability SME (Subject Matter Expert) with an extensive knowledge and expertise in HL7/FHIR, healthcare interoperability, and healthcare data management Designing FHIR-based healthcare interoperability solutions: As a FHIR Architect Interoperability SME, I am responsible for designing and developing FHIR-based solutions that enable the exchange of healthcare data across different systems and platforms. Work closely with other IT professionals, including software developers, to implement FHIR-based solutions within healthcare organizations. This may involve integrating existing systems with FHIR-based technologies, developing new systems from scratch, or customizing existing FHIR-based solutions Provide technical guidance and support to healthcare organizations, IT professionals, and other stakeholders involved in healthcare interoperability initiatives. This may include providing training on FHIR-based technologies, answering technical questions, and providing recommendations on the best practices for implementing FHIR-based solutions. Hard Skills:
InterSystems, Health Connect, IRIS For Health, Google Cloud Platform
HL7, FHIR, API, JSON, SQL, ObjectScript, Business Process Language
Interface Explorer, Notepad++, MS Office, Google Workspace Soft Skills:
Communication, Teamwork, Problem-solving, Critical thinking, Decision-making, Leadership, Creativity
Yes.
Could use a compact view. There is no disabled shading. Disabled shading was super helpful to quickly know which rules are enabled/disabled.
Worked like a charm. Thank you!
set tQuery="SELECT ProvId, AllwOpenSchYN, IsAllwSchedYN FROM "_context.EpicClaritySerMycTable_" WHERE ProvId='"_context.ProvId_"' AND Market='"_context.Market_"'" set tStatement = ##class(%SQL.Statement).%New() set qStatus = tStatement.%Prepare(tQuery) set rset = tStatement.%Execute() do rset.%Next() if rset.%SQLCODE<0 { $$$TRACE("SQL Query ["_tQuery_"] FAILED") } else { set tAllwOpenSchYN = rset.AllwOpenSchYN set tIsAllwSchedYN = rset.IsAllwSchedYN set tProvId = rset.ProvId }