FHIR Chat · DocumentReference Types · implementers

Stream: implementers

Topic: DocumentReference Types


view this post on Zulip Santosh Jami (Jul 16 2020 at 08:29):

I am storing the following documents on FHIR server:

  1. LabOrder Requisition
  2. Lab Specimen Label
  3. Lab Result
    What will be the DocumentReference Types for these? Or should I create an extension to store this type?

view this post on Zulip 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