Skip to content

Commit

Permalink
Merge pull request #205 from alexzautke/2024-11-az-cs-fragment-valida…
Browse files Browse the repository at this point in the history
…tion

Add AppointmentWithCodingFromFragmentCS test
  • Loading branch information
grahamegrieve authored Nov 28, 2024
2 parents 6b8e927 + 9daaed4 commit 19cc182
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 19cc182

Please sign in to comment.