Skip to content

Commit

Permalink
Add patient stub for Elizabeth Replacetherapy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed Nov 8, 2022
1 parent 3ebfa21 commit f97693f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions fhir/r4/SMIT-gallery-patients.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
"id": "cosri-SMIT-patient-bundle",
"type": "transaction",
"entry": [
{
"resource": {
"resourceType": "Patient",
"id": "cosri-elizabeth-replacetherapy",
"identifier": [
{
"system": "https://github.com/uwcirg/script-fhir-facade",
"value": "found"
}
],
"name": [
{
"family": "Replacetherapy",
"given": ["Elizabeth"]
}
],
"gender": "female",
"birthDate": "1981-04-03"
},
"request": {
"method": "PUT",
"url": "Patient/cosri-elizabeth-replacetherapy"
}
},
{
"resource": {
"resourceType": "Patient",
Expand Down

0 comments on commit f97693f

Please sign in to comment.