FHIR Chat · Question about register profile on Simplifier · implementers

Stream: implementers

Topic: Question about register profile on Simplifier


view this post on Zulip Yunwei Wang (Jan 04 2017 at 14:51):

While, this is not specific about Simplier. I created an OperationDefinition profile based on FHIR $validate-code operation. And I will publish/register that profile to Simplifier. And I use that OperationDefinition in my metadata:
<operation>
<name value="validate-code"/>
<definition>
<reference value="myserver.com/fhir/OperationDefinition/ValueSet-validate-code"/>
</definition>
</operation>.

After I register on simplifier, should I change the reference url to simplifier server (or any other registry server)?

view this post on Zulip Grahame Grieve (Jan 04 2017 at 20:25):

well, that depends. Where will you be maintaining the authoritative copy?

view this post on Zulip Michel Rutten (Jan 05 2017 at 15:16):

@Yunwei Wang you can register conformance resources (such as profiles) in Simplifier using any canonical url that you desire. However if you want your clients to be able to resolve profiles from Simplifier, then these clients should implement a proper online profile resolving strategy. Note that the FHIR .NET API provides a set of flexible ResourceResolver classes to facilitate this process.


Last updated: Apr 12 2022 at 19:14 UTC