Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions linkml_model/model/schema/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,11 +434,13 @@ slots:
aliases:
- workflow status
domain: element
range: uriorcurie
range: string
description: status of the element
slot_uri: bibo:status
close_mappings:
- bibo:status
examples:
- value: "bibo:draft"
- value: "testing"
- value: "unstable"
see_also:
- https://www.hl7.org/fhir/valueset-publication-status.html ## Draft, Active, Retired, Unknown
- https://www.hl7.org/fhir/versions.html#std-process ## Draft, Trial Use, Normative, Informative, Deprecated
Expand Down
Loading