Class DocumentReference

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IAnyResource, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions, org.hl7.fhir.instance.model.api.IBaseResource, org.hl7.fhir.instance.model.api.IDomainResource

public class DocumentReference extends DomainResource
A reference to a document.
See Also:
  • Field Details Link icon

    • masterIdentifier Link icon

      Document identifier as assigned by the source of the document. This identifier is specific to this version of the document. This unique identifier may be used elsewhere to identify this version of the document.
    • identifier Link icon

      Other identifiers associated with the document, including version independent identifiers.
    • status Link icon

      The status of this document reference.
    • docStatus Link icon

      The status of the underlying document.
    • type Link icon

      protected CodeableConcept type
      Specifies the particular kind of document referenced (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the document referenced.
    • class_ Link icon

      A categorization for the type of document referenced - helps for indexing and searching. This may be implied by or derived from the code specified in the DocumentReference.type.
    • subject Link icon

      protected Reference subject
      Who or what the document is about. The document can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of farm animals, or a set of patients that share a common exposure).
    • subjectTarget Link icon

      The actual object that is the target of the reference (Who or what the document is about. The document can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of farm animals, or a set of patients that share a common exposure).)
    • created Link icon

      protected DateTimeType created
      When the document was created.
    • indexed Link icon

      protected InstantType indexed
      When the document reference was created.
    • author Link icon

      protected List<Reference> author
      Identifies who is responsible for adding the information to the document.
    • authorTarget Link icon

      The actual objects that are the target of the reference (Identifies who is responsible for adding the information to the document.)
    • authenticator Link icon

      Which person or organization authenticates that this document is valid.
    • authenticatorTarget Link icon

      The actual object that is the target of the reference (Which person or organization authenticates that this document is valid.)
    • custodian Link icon

      protected Reference custodian
      Identifies the organization or group who is responsible for ongoing maintenance of and access to the document.
    • custodianTarget Link icon

      The actual object that is the target of the reference (Identifies the organization or group who is responsible for ongoing maintenance of and access to the document.)
    • relatesTo Link icon

      Relationships that this document has with other document references that already exist.
    • description Link icon

      Human-readable description of the source document. This is sometimes known as the "title".
    • securityLabel Link icon

      A set of Security-Tag codes specifying the level of privacy/security of the Document. Note that DocumentReference.meta.security contains the security labels of the "reference" to the document, while DocumentReference.securityLabel contains a snapshot of the security labels on the document the reference refers to.
    • content Link icon

      The document and format referenced. There may be multiple content element repetitions, each with a different format.
    • context Link icon

      The clinical context in which the document was prepared.
    • SP_SECURITYLABEL Link icon

      public static final String SP_SECURITYLABEL
      Search parameter: securitylabel

      Description: Document security-tags
      Type: token
      Path: DocumentReference.securityLabel

      See Also:
    • SECURITYLABEL Link icon

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam SECURITYLABEL
      Fluent Client search parameter constant for securitylabel

      Description: Document security-tags
      Type: token
      Path: DocumentReference.securityLabel

    • SP_SUBJECT Link icon

      public static final String SP_SUBJECT
      Search parameter: subject

      Description: Who/what is the subject of the document
      Type: reference
      Path: DocumentReference.subject

      See Also:
    • SUBJECT Link icon

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
      Fluent Client search parameter constant for subject

      Description: Who/what is the subject of the document
      Type: reference
      Path: DocumentReference.subject

    • INCLUDE_SUBJECT Link icon

      public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
      Constant for fluent queries to be used to add include statements. Specifies the path value of "DocumentReference:subject".
    • SP_DESCRIPTION Link icon

      public static final String SP_DESCRIPTION
      Search parameter: description

      Description: Human-readable description (title)
      Type: string
      Path: DocumentReference.description

      See Also:
    • DESCRIPTION Link icon

      public static final ca.uhn.fhir.rest.gclient.StringClientParam DESCRIPTION
      Fluent Client search parameter constant for description

      Description: Human-readable description (title)
      Type: string
      Path: DocumentReference.description

    • SP_LANGUAGE Link icon

      public static final String SP_LANGUAGE
      Search parameter: language

      Description: Human language of the content (BCP-47)
      Type: token
      Path: DocumentReference.content.attachment.language

      See Also:
    • LANGUAGE Link icon

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam LANGUAGE
      Fluent Client search parameter constant for language

      Description: Human language of the content (BCP-47)
      Type: token
      Path: DocumentReference.content.attachment.language

    • SP_TYPE Link icon

      public static final String SP_TYPE
      Search parameter: type

      Description: Kind of document (LOINC if possible)
      Type: token
      Path: DocumentReference.type

      See Also:
    • TYPE Link icon

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam TYPE
      Fluent Client search parameter constant for type

      Description: Kind of document (LOINC if possible)
      Type: token
      Path: DocumentReference.type

    • SP_RELATION Link icon

      public static final String SP_RELATION
      Search parameter: relation

      Description: replaces | transforms | signs | appends
      Type: token
      Path: DocumentReference.relatesTo.code

      See Also:
    • RELATION Link icon

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam RELATION
      Fluent Client search parameter constant for relation

      Description: replaces | transforms | signs | appends
      Type: token
      Path: DocumentReference.relatesTo.code

    • SP_SETTING Link icon

      public static final String SP_SETTING
      Search parameter: setting

      Description: Additional details about where the content was created (e.g. clinical specialty)
      Type: token
      Path: DocumentReference.context.practiceSetting

      See Also:
    • SETTING Link icon

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam SETTING
      Fluent Client search parameter constant for setting

      Description: Additional details about where the content was created (e.g. clinical specialty)
      Type: token
      Path: DocumentReference.context.practiceSetting

    • SP_PATIENT Link icon

      public static final String SP_PATIENT
      Search parameter: patient

      Description: Who/what is the subject of the document
      Type: reference
      Path: DocumentReference.subject

      See Also:
    • PATIENT Link icon

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
      Fluent Client search parameter constant for patient

      Description: Who/what is the subject of the document
      Type: reference
      Path: DocumentReference.subject

    • INCLUDE_PATIENT Link icon

      public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
      Constant for fluent queries to be used to add include statements. Specifies the path value of "DocumentReference:patient".
    • SP_RELATIONSHIP Link icon

      public static final String SP_RELATIONSHIP
      Search parameter: relationship

      Description: Combination of relation and relatesTo
      Type: composite
      Path:

      See Also:
    • RELATIONSHIP Link icon

      public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.ReferenceClientParam,ca.uhn.fhir.rest.gclient.TokenClientParam> RELATIONSHIP
      Fluent Client search parameter constant for relationship

      Description: Combination of relation and relatesTo
      Type: composite
      Path:

    • SP_EVENT Link icon

      public static final String SP_EVENT
      Search parameter: event

      Description: Main clinical acts documented
      Type: token
      Path: DocumentReference.context.event

      See Also:
    • EVENT Link icon

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam EVENT
      Fluent Client search parameter constant for event

      Description: Main clinical acts documented
      Type: token
      Path: DocumentReference.context.event

    • SP_CLASS Link icon

      public static final String SP_CLASS
      Search parameter: class

      Description: Categorization of document
      Type: token
      Path: DocumentReference.class

      See Also:
    • CLASS Link icon

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam CLASS
      Fluent Client search parameter constant for class

      Description: Categorization of document
      Type: token
      Path: DocumentReference.class

    • SP_AUTHENTICATOR Link icon

      public static final String SP_AUTHENTICATOR
      Search parameter: authenticator

      Description: Who/what authenticated the document
      Type: reference
      Path: DocumentReference.authenticator

      See Also:
    • AUTHENTICATOR Link icon

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam AUTHENTICATOR
      Fluent Client search parameter constant for authenticator

      Description: Who/what authenticated the document
      Type: reference
      Path: DocumentReference.authenticator

    • INCLUDE_AUTHENTICATOR Link icon

      public static final ca.uhn.fhir.model.api.Include INCLUDE_AUTHENTICATOR
      Constant for fluent queries to be used to add include statements. Specifies the path value of "DocumentReference:authenticator".
    • SP_IDENTIFIER Link icon

      public static final String SP_IDENTIFIER
      Search parameter: identifier

      Description: Master Version Specific Identifier
      Type: token
      Path: DocumentReference.masterIdentifier, DocumentReference.identifier

      See Also:
    • IDENTIFIER Link icon

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
      Fluent Client search parameter constant for identifier

      Description: Master Version Specific Identifier
      Type: token
      Path: DocumentReference.masterIdentifier, DocumentReference.identifier

    • SP_PERIOD Link icon

      public static final String SP_PERIOD
      Search parameter: period

      Description: Time of service that is being documented
      Type: date
      Path: DocumentReference.context.period

      See Also:
    • PERIOD Link icon

      public static final ca.uhn.fhir.rest.gclient.DateClientParam PERIOD
      Fluent Client search parameter constant for period

      Description: Time of service that is being documented
      Type: date
      Path: DocumentReference.context.period

    • SP_CUSTODIAN Link icon

      public static final String SP_CUSTODIAN
      Search parameter: custodian

      Description: Organization which maintains the document
      Type: reference
      Path: DocumentReference.custodian

      See Also:
    • CUSTODIAN Link icon

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam CUSTODIAN
      Fluent Client search parameter constant for custodian

      Description: Organization which maintains the document
      Type: reference
      Path: DocumentReference.custodian

    • INCLUDE_CUSTODIAN Link icon

      public static final ca.uhn.fhir.model.api.Include INCLUDE_CUSTODIAN
      Constant for fluent queries to be used to add include statements. Specifies the path value of "DocumentReference:custodian".
    • SP_INDEXED Link icon

      public static final String SP_INDEXED
      Search parameter: indexed

      Description: When this document reference was created
      Type: date
      Path: DocumentReference.indexed

      See Also:
    • INDEXED Link icon

      public static final ca.uhn.fhir.rest.gclient.DateClientParam INDEXED
      Fluent Client search parameter constant for indexed

      Description: When this document reference was created
      Type: date
      Path: DocumentReference.indexed

    • SP_AUTHOR Link icon

      public static final String SP_AUTHOR
      Search parameter: author

      Description: Who and/or what authored the document
      Type: reference
      Path: DocumentReference.author

      See Also:
    • AUTHOR Link icon

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam AUTHOR
      Fluent Client search parameter constant for author

      Description: Who and/or what authored the document
      Type: reference
      Path: DocumentReference.author

    • INCLUDE_AUTHOR Link icon

      public static final ca.uhn.fhir.model.api.Include INCLUDE_AUTHOR
      Constant for fluent queries to be used to add include statements. Specifies the path value of "DocumentReference:author".
    • SP_CREATED Link icon

      public static final String SP_CREATED
      Search parameter: created

      Description: Document creation time
      Type: date
      Path: DocumentReference.created

      See Also:
    • CREATED Link icon

      public static final ca.uhn.fhir.rest.gclient.DateClientParam CREATED
      Fluent Client search parameter constant for created

      Description: Document creation time
      Type: date
      Path: DocumentReference.created

    • SP_FORMAT Link icon

      public static final String SP_FORMAT
      Search parameter: format

      Description: Format/content rules for the document
      Type: token
      Path: DocumentReference.content.format

      See Also:
    • FORMAT Link icon

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam FORMAT
      Fluent Client search parameter constant for format

      Description: Format/content rules for the document
      Type: token
      Path: DocumentReference.content.format

    • SP_ENCOUNTER Link icon

      public static final String SP_ENCOUNTER
      Search parameter: encounter

      Description: Context of the document content
      Type: reference
      Path: DocumentReference.context.encounter

      See Also:
    • ENCOUNTER Link icon

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam ENCOUNTER
      Fluent Client search parameter constant for encounter

      Description: Context of the document content
      Type: reference
      Path: DocumentReference.context.encounter

    • INCLUDE_ENCOUNTER Link icon

      public static final ca.uhn.fhir.model.api.Include INCLUDE_ENCOUNTER
      Constant for fluent queries to be used to add include statements. Specifies the path value of "DocumentReference:encounter".
    • SP_LOCATION Link icon

      public static final String SP_LOCATION
      Search parameter: location

      Description: Uri where the data can be found
      Type: uri
      Path: DocumentReference.content.attachment.url

      See Also:
    • LOCATION Link icon

      public static final ca.uhn.fhir.rest.gclient.UriClientParam LOCATION
      Fluent Client search parameter constant for location

      Description: Uri where the data can be found
      Type: uri
      Path: DocumentReference.content.attachment.url

    • SP_RELATESTO Link icon

      public static final String SP_RELATESTO
      Search parameter: relatesto

      Description: Target of the relationship
      Type: reference
      Path: DocumentReference.relatesTo.target

      See Also:
    • RELATESTO Link icon

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam RELATESTO
      Fluent Client search parameter constant for relatesto

      Description: Target of the relationship
      Type: reference
      Path: DocumentReference.relatesTo.target

    • INCLUDE_RELATESTO Link icon

      public static final ca.uhn.fhir.model.api.Include INCLUDE_RELATESTO
      Constant for fluent queries to be used to add include statements. Specifies the path value of "DocumentReference:relatesto".
    • SP_FACILITY Link icon

      public static final String SP_FACILITY
      Search parameter: facility

      Description: Kind of facility where patient was seen
      Type: token
      Path: DocumentReference.context.facilityType

      See Also:
    • FACILITY Link icon

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam FACILITY
      Fluent Client search parameter constant for facility

      Description: Kind of facility where patient was seen
      Type: token
      Path: DocumentReference.context.facilityType

    • SP_STATUS Link icon

      public static final String SP_STATUS
      Search parameter: status

      Description: current | superseded | entered-in-error
      Type: token
      Path: DocumentReference.status

      See Also:
    • STATUS Link icon

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
      Fluent Client search parameter constant for status

      Description: current | superseded | entered-in-error
      Type: token
      Path: DocumentReference.status

  • Constructor Details Link icon

  • Method Details Link icon