Skip to content

Commit

Permalink
Add test data.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 549421957
  • Loading branch information
Luid101 authored and copybara-github committed Aug 15, 2023
1 parent 4dc6a07 commit ac619a3
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
issue {
severity {
value: ERROR
}
code {
value: VALUE
}
diagnostics {
value: "medication.exists()"
}
expression {
value: "MedicationAdministration"
}
}
issue {
severity {
value: ERROR
}
code {
value: VALUE
}
diagnostics {
value: "(medication as Reference).reference.exists() or (medication as CodeableConcept).text.exists()"
}
expression {
value: "MedicationAdministration"
}
}
issue {
severity {
value: ERROR
}
code {
value: VALUE
}
diagnostics {
value: "missing-required-field"
}
expression {
value: "MedicationAdministration.medication"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
status { value: STOPPED }
subject {
patient_id { value: "1234" }
}
effective {
period { }
}

0 comments on commit ac619a3

Please sign in to comment.