Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MessageControlID map as identifier? #2

Open
oliveregger opened this issue Dec 7, 2020 · 1 comment
Open

MessageControlID map as identifier? #2

oliveregger opened this issue Dec 7, 2020 · 1 comment

Comments

@oliveregger
Copy link
Member

MessageControlID cannot be id of entry, needs to be either fullUrl oder uuid, need to map this to an identifier

@oliveregger
Copy link
Member Author

There is no identifier in MessageHeader. Leave it as an id. But then we need to adapt the entry in the Bundle that it has a canonical Url for the MessageHeader

addressing only via fullUrl:

  <entry>
    <fullUrl value="urn:uuid:83c907c3-f116-41e0-bf09-e7158d9ba3e8"/>
    <resource>
      <MessageHeader>
        <eventUri value="http://fhir.ch/ig/ch-alis-43"/>
        <destination>

using id to use MessageControlId

  <entry>
    <fullUrl value="http://xxx.yy.zzz/MessageHeader/1234"/>
    <resource>
      <MessageHeader>
        <id value="1234"/>
        <eventUri value="http://fhir.ch/ig/ch-alis-43"/>
        <destination>

ziegm added a commit that referenced this issue Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant