-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
## Summary - Routine Change Adds the number of repeats allowed for a eRD
- Loading branch information
1 parent
b51badc
commit 3645f19
Showing
2 changed files
with
82 additions
and
1 deletion.
There are no files selected for viewing
63 changes: 63 additions & 0 deletions
63
packages/specification/examples/request-erd-dispatched.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"resourceType": "Bundle", | ||
"type": "transaction", | ||
"entry": [ | ||
{ | ||
"fullUrl": "http://example.org/fhir/Task/4d70678c-81e4-4ff4-8c67-17596fd0aa46", | ||
"resource": { | ||
"resourceType": "Task", | ||
"id": "4d70678c-81e4-4ff4-8c67-17596fd0aa46", | ||
"basedOn": [ | ||
{ | ||
"identifier": { | ||
"system": "https://fhir.nhs.uk/Id/prescription-order-number", | ||
"value": "07A66F-A83008-1EEEA0" | ||
} | ||
} | ||
], | ||
"status": "completed", | ||
"businessStatus": { | ||
"coding": [ | ||
{ | ||
"system": "https://fhir.nhs.uk/CodeSystem/task-businessStatus-nppt", | ||
"code": "Dispatched" | ||
} | ||
] | ||
}, | ||
"intent": "order", | ||
"focus": { | ||
"identifier": { | ||
"system": "https://fhir.nhs.uk/Id/prescription-order-item-number", | ||
"value": "6989b7bd-8db6-428c-a593-4022e3044c00" | ||
} | ||
}, | ||
"for": { | ||
"identifier": { | ||
"system": "https://fhir.nhs.uk/Id/nhs-number", | ||
"value": "9449304130" | ||
} | ||
}, | ||
"lastModified": "2024-01-30T12:01:24Z", | ||
"owner": { | ||
"identifier": { | ||
"system": "https://fhir.nhs.uk/Id/ods-organization-code", | ||
"value": "C9Z1O" | ||
} | ||
}, | ||
"input": [ | ||
{ | ||
"type": { | ||
"text": "Repeat Number" | ||
}, | ||
"valueInteger": 2 | ||
} | ||
] | ||
}, | ||
"request": { | ||
"method": "POST", | ||
"url": "Task" | ||
} | ||
} | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters