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

Timestamp as versionId #325

Open
tomdebacker-corilus opened this issue Nov 6, 2024 · 3 comments
Open

Timestamp as versionId #325

tomdebacker-corilus opened this issue Nov 6, 2024 · 3 comments

Comments

@tomdebacker-corilus
Copy link

tomdebacker-corilus commented Nov 6, 2024

For one of the labs we are testing with, we notice that the versionId they provide in the diagnosticReport is a timestamp

<DiagnosticReport>
<id value="Report-2409137941" />
<meta>
<versionId value="2024091315171535" />
<profile value="https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-laboratory-report" />
</meta>

As of now we fail on this versionId because we expect (sequential) integers and not a timestamp.
Can a timestamp be used as versionId?

@tomdebacker-corilus
Copy link
Author

tomdebacker-corilus commented Nov 21, 2024

@bdc-ehealth would it be possible to have a look at this one?

@bdc-ehealth
Copy link
Collaborator

@tomdebacker-corilus

Hi Tom, the answer you need is here: https://hl7.org/fhir/R4/resource.html#Meta:~:text=Usage-,versionId,-(0..1) , see the Usage column in particular. I fear the answer is 'yes'.

@AlexisVZ-MDS
Copy link

Hello, if this is to be supported, can it be added is a testcase on the testserver ? Or at least, can you provide an example test file here.

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

3 participants