Stream: implementers
Topic: DocumentReference Types
Santosh Jami (Jul 16 2020 at 08:29):
I am storing the following documents on FHIR server:
- LabOrder Requisition
- Lab Specimen Label
- Lab Result
What will be the DocumentReference Types for these? Or should I create an extension to store this type?
John Moehrke (Jul 16 2020 at 12:54):
DocumentReference.type is usually pulled from LOINC or SNOMED. Hence they valueSet given in the spec is all the LOINC codes for documents.
Last updated: Apr 12 2022 at 19:14 UTC