Skip to content

Commit

Permalink
Add AppointmentWithCodingFromFragmentCS test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzautke committed Nov 28, 2024
1 parent 6b8e927 commit 9daaed4
Show file tree
Hide file tree
Showing 3 changed files with 685 additions and 0 deletions.
24 changes: 24 additions & 0 deletions validator/AppointmentWithCodingFromFragmentCS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"resourceType": "Appointment",
"id": "AppointmentWithCodingFromFragmentCS",
"status": "proposed",
"specialty": [
{
"coding": [
{
"code": "3600",
"system": "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert"
}
]
}
],
"participant": [
{
"actor": {
"display": "Test Patient",
"reference": "Patient/PatientTest"
},
"status": "accepted"
}
]
}
Loading

0 comments on commit 9daaed4

Please sign in to comment.