Giter Club home page Giter Club logo

Comments (5)

nazrulworld avatar nazrulworld commented on July 20, 2024 1

You can have a look at https://www.hl7.org/fhir/auditevent.html
I am not fully sure if it is a good idea but you can put AuditEvents inside Patient.contained

Other options could be, create extensions and append Patient. extension

from fhir.resources.

nazrulworld avatar nazrulworld commented on July 20, 2024

As far as know, there is no element/field name, called banana, you can make extensions only for available fields/element
For example:

result = fhir.resources.patient.Patient(**{
            'id': str(self.id),
            '_gender' or ''_id'': {
                'extension': [{
                    'url': 'https://tempuri.org',
                    'valueInteger': self.specialid,
                }],
            },

from fhir.resources.

PeteW avatar PeteW commented on July 20, 2024

Thanks for the quick response. That variable banana is sort of tongue-in-cheek, but the point was we often have requirements to exchange some resource such as Patient but we also must include a series of internal/proprietary key/value pairs of metadata related to the resource (better examples: "created by", "internal-department-id", "origin-system-category" etc...)

My interpretation is that the FHIR standard intentionally doesnt leave a place for arbitrary/extensible key/pairs, and that extensions are the preferred means of accomplishing this. Hopefully I'm missing a place in the resource for holding these sort of fields?

from fhir.resources.

PeteW avatar PeteW commented on July 20, 2024

Not sure if this is the "right" way to do this, but I ended up sub-classing the fhir resources and add new fields where needed.

from fhir.resources.

PeteW avatar PeteW commented on July 20, 2024

I like your latter suggestion, create extensions and append Patient.extension .
I will close this one up.

from fhir.resources.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.