FHIR Chat · Profiling Observation components · implementers

Stream: implementers

Topic: Profiling Observation components


view this post on Zulip Shlomy Reinstein (Nov 16 2016 at 17:19):

We use Observation resource to model tumor findings. A tumor finding has many attributes, such as size, shape, location. Since all attributes are part of the same finding, we use a single Observation resource for all the attributes of the same finding, using the Observation.component element - so we have multiple components. How do I create a profile which states the possible attributes? How do I do it with the Forge tool? I don't care about the order of the attributes, I just want to limit the types of attributes and set their structure (e.g. for some attributes we use a ValueQuantity, for others a valueCodeableConcept).

view this post on Zulip Lloyd McKenzie (Nov 16 2016 at 19:51):

Read up on "slicing" here: http://build.fhir.org/profiling.html#slicing and search for one of the forge video tutorials that demonstrate how slicing is done using the tool

view this post on Zulip Eric Haas (Nov 16 2016 at 20:56):

I did some slicing of components here

view this post on Zulip Shlomy Reinstein (Nov 16 2016 at 20:56):

Thanks!

view this post on Zulip Michel Rutten (Nov 17 2016 at 11:19):

@Shlomy Reinstein Slicing in Forge is easy: select an element in the tree (must be a list or a type choice element) and click on the "Slice" toolbar button. Then you can click on the"Add Slice" toolbar button to add individual slicing constraints. Don't forget to assign unique names to your slices.


Last updated: Apr 12 2022 at 19:14 UTC