Stream: implementers
Topic: codesystem for DocumentReferenceFormatCodeSet
Tushar Nair (Jun 07 2021 at 20:44):
Hello , I am working on the USCORE profile -DocumentReference. One of the fields we are trying to support is DocumentReference.content.format which is a codeableConcept and binds to the valueset - DocumentReferenceFormatCodeSet. This valueset contains codes belonging to the code system http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem I am not sure where can I access the codes belonging to this code system in a format that can be easily downloaded (csv, json etc) I have tried digging the online but nothing concrete has shown up. I would be grateful if anyone can shed light on this . Thanking you in advance. @Rob Hausam @Lloyd McKenzie
Michele Mottini (Jun 07 2021 at 21:00):
All the codes are listed at http://hl7.org/fhir/R4/valueset-formatcodes.html
Tushar Nair (Jun 07 2021 at 21:54):
Michele Mottini said:
All the codes are listed at http://hl7.org/fhir/R4/valueset-formatcodes.html
@Michele Mottini thank you for the response. I believe the link you pasted is a set of the codes available in that valueset. However, I am looking for the location for these codes with respect to the original code system rather than the valueset. I came across this link - https://build.fhir.org/ig/IHE/FormatCode/CodeSystem-formatcode.html . the codes in this code system seem like matching the codes/display in the valueset that you referenced. However, they do not match the code system URL published in that link that you pasted which is http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem
Michele Mottini (Jun 07 2021 at 22:01):
I am looking for the location for these codes with respect to the original code system
what do you need that for....? The value set page I linked has all the information
Vassil Peytchev (Jun 07 2021 at 22:01):
You can look at https://profiles.ihe.net/fhir/ihe.formatcode.fhir/index.html
Last updated: Apr 12 2022 at 19:14 UTC