1

To quote an example, for ‘DiagnosticOrder’ FHIR resource,

its ‘supportingInformation’ data element could support multiple data types:

Reference(Observation | Condition | DocumentReference).

During implementation/design stage, is it possible to select only one/some/all data types?

Please help. Thanks!

1
  • 1
    Technically, in this case there's only one data type - Reference. (The list of allowed resources doesn't create new types, just asserts constraints against the one type.) However, the answer is the same for elements that do allow a choice of types. E.g. Patient.deceased[x]. Commented May 25, 2015 at 13:21

1 Answer 1

1

well, in some ways, yes.

when you are creating a resource to store of your own, or to send to someone else then you can select what you want to put in the resource.

If you're getting resources from anywhere else, well, that depends on what the other party selects, and then, what you're going to do with them - maybe you can ignore some things that they choose to do, or not.

So there needs to be a way for various trading partners to communicate about their choices. See Profiling for further information.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.