refs/refs/fhir-omop-ig/input/fsh/Specimen.fsh

lines 1–22 23 lines · fsh
1Logical: Specimen
2Parent: Base
3Id: Specimen
4Characteristics: #can-be-target
5Title: "Specimen OMOP Table"
6Description: "The specimen domain contains the records identifying biological samples from a person."
8* specimen_id 1..1 code "Specimen Identifier" ""
9* person_id 1..1 Reference(Person) "Person" "The person from whom the specimen is collected."
10* specimen_concept_id 1..1 code "Specimen" ""
11* specimen_type_concept_id 1..1 code "Specimen Type" ""
12* specimen_date 1..1 date "Specimen Date" "The date the specimen was collected."
13* specimen_datetime 0..1 dateTime "Specimen Datetime" ""
14* quantity 0..1 integer "Quantity" "The amount of specimen collected from the person."
15* unit_concept_id 0..1 code "Unit" "The unit for the quantity of the specimen."
16* anatomic_site_concept_id 0..1 code "Anatomic Site" "This is the site on the body where the specimen is from."
17* disease_status_concept_id 0..1 code "Disease Status" ""
18* specimen_source_id 0..1 string "Specimen Source" "This is the identifier for the specimen from the source system."
19* specimen_source_value 0..1 string "Specimen Source Value" ""
20* unit_source_value 0..1 string "Unit Source Value" ""
21* anatomic_site_source_value 0..1 string "Anatomic Site Source Value" ""
22* disease_status_source_value 0..1 string "Disease Site Source Value" ""