I have a situation that about 15 more additional data elements need to add which is not part of appointment resource. What are the options I have ? Can I use extensions to add additional elements ? If so do I need separate extensions for these 15 elements? Can someone please suggest some ideas?
Fhir appointment resource additional data elements
27 views Asked by Rachel At
1
There are 1 answers
Related Questions in RESOURCES
- need help solving this resource allocation problem
- How can I know if spark application/job is idle/waiting for resources?
- Why the strings of Resources contain garbage prefixes different sizes and how to trim it?
- Reading version from resource file dll project
- Azure resource creation issue - "The subscription is not allowed to create or update the serverfarm"
- Some users facing issues changing app language in Android app
- C#: Cannot access Resources dictionary only from MainWindow.xaml.cs file
- Cloning resources group into another
- REST APIs to demonstrate borrowed books and users from library
- Problem while deploying Aks using terraform in Azure
- Visual Studio is not re-generating Resources class anymore
- Can't find any new guides and documentation on WPF localization
- visual studio c# - dynamic insertion of images via reference
- Problem with loading resource Files in JavaFX
- How to give shape to view in adnroid
Related Questions in HL7-FHIR
- Which FHIR Resource Type could best be used to define data source configuration information
- Trouble with PATCH operation using .NET Firely SDK for EPIC FHIR Integration
- HL7 FHIR Schedule resource with multiple serviceType
- ERROR - (no details)(further diagnostics: Value supplied for the "Accept" header is not supported.)
- How to Implement _include query in FHIR with Node.js (Nest.js)
- Fhir Chaining Search Parameter Resource
- How do I get the Encounter from Epic using the Encounter Id passed by OAuth?
- How to update a FHIR resource?
- FHIR - 403 Insufficient Scopes Error when saving DocumentReference with C#
- Retrieving Scheduled Appointments with Participant and Location Details from Epic FHIR API Using OAuth 2.0
- Condition Resource clinicalStatus and verificationStatus requirements
- Is there any way to get notified about Patient Location Changes using EPIC Vendor Services?
- Fhir appointment resource additional data elements
- Chained queries for FHIR in AWS HealthLake
- Safely Accessing non existent nested json attribute Pyspark
Related Questions in APPOINTMENT
- outlook for mac can't show attendee
- Retrieving Scheduled Appointments with Participant and Location Details from Epic FHIR API Using OAuth 2.0
- Fhir appointment resource additional data elements
- Unable to cast COM object of type 'System.__ComObject' to interface type 'Redemption.RDOAppointmentItem'
- How to use the python pypff library to find the start and end time of an event in the outlook calendar (*.pst)
- Creating 'Appointment' entity in Dynamics 365 indirectly that would create meeting in Teams
- How to programatically move Appointment items to a new PST using C# Outlook Interop
- Accessing system calendar appointments without using system rendered UI
- How i can get appointments data by calling facebook graph api?
- Add a recipient to an Outlook AppointmentItem then send only to added recipient
- create a training appointment and attach it in the notification email in outlook using excel vba
- Blazor Scheduler Appointment Popup Customization
- How can I Display Appointment Info in a Message Box?
- How can I send an Outlook invite from a shared mailbox using VBA?
- Appointment booking system in WordPress
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
It depends entirely on what the elements are. It's possible they belong in a resource other than the Appointment - e.g. Patient, Practitioner, Slot, Schedule. If so, these can be conveyed in the referenced resource, or in some cases, as a 'contained' resource.
It might be the information can fit in one of the standard elements. It might be there's already a standard core or IG-defined extension for what you're trying to do. Or it may be necessary for you to define your own extension.
The best thing to do when faced with elements you don't know how to map is to ask a question on http://chat.fhir.org. However, don't just name the elements (as that's often not enough to understand what they do/what they're for). Also provide definitions and/or example values. The broader community can then give you guidance on how best to share them in a way that will maximize consistency with other implementations.