Stay organized with collections
Save and categorize content based on your preferences.
Annotation stores
An annotation store is a data store in the Cloud Healthcare API that holds
annotation records. Annotation stores exist inside of datasets.
The AnnotationStore
resource provides a representation of an annotation store's
attributes. For each of your annotation stores, you can choose options like:
Key-value pairs that you can use to organize your annotation stores. For
more information, see Labeling resources.
Annotation records
In the Cloud Healthcare API, annotation records are labels that you can add to
healthcare resources. For example, you might want to add labels for diagnostics
to a FHIR patient resource, or add training labels when performing machine
learning tasks.
You can create annotation records for FHIR and DICOM data. However, annotation
stores and annotation records are kept separate from FHIR and DICOM stores and
their underlying data. Annotation stores and annotation records also have
their own permissions. This means that,
if you make an annotation record for a FHIR resource (such as a Patient), you
will need to combine the annotation record with the FHIR resource later,
matching based on a criteria like the Patient ID, for the annotation record to
take effect.
Separating annotation records from the data the annotation records reference
lets you have multiple annotation record versions that can all apply to a single
resource without impacting the original resource.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This content details annotation stores and records within the Cloud Healthcare API, which are currently in a pre-GA \"beta\" stage and subject to specific terms and limited support."],["Annotation stores are data stores within the Cloud Healthcare API datasets that hold annotation records, and their attributes can be defined by key-value pairs for organization."],["Annotation records are labels added to healthcare resources, such as FHIR or DICOM data, for purposes like diagnostics or machine learning, and are kept separate from the resources they annotate."],["Separation of annotation records and their referenced data enables multiple annotation versions to apply to a single resource without altering the original resource's data."]]],[]]