Skip to content

Commit

Permalink
valid json
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacvetter authored Dec 30, 2024
1 parent ac8c57f commit cdea27e
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions input/pagecontent/3-6-4-DiagnosticReport-select.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,30 @@ The following example shows the selection of a single Observation resource in an

```json
{
"timestamp": "2019-09-10T14:58:45.988Z",
"id": "78ef1125-7f8b-4cbc-bc59-a2a02f7e04",
"event": {
"hub.topic": "fdb2f928-5546-4f52-87a0-0648e9ded065",
"hub.event": "DiagnosticReport-select",
"context": [
{
"key": "report",
"reference": [
{
"reference": "DiagnosticReport/2402d3bd-e988-414b-b7f2-4322e86c9327"
}
},
{
"key": "select",
"reference": [
{
"reference": "Observation/40afe766-3628-4ded-b5bd-925727c013b3"
}
]
}
]
}
"timestamp":"2019-09-10T14:58:45.988Z",
"id":"78ef1125-7f8b-4cbc-bc59-a2a02f7e04",
"event":{
"hub.topic":"fdb2f928-5546-4f52-87a0-0648e9ded065",
"hub.event":"DiagnosticReport-select",
"context":[
{
"key":"report",
"reference":[
{
"reference":"DiagnosticReport/2402d3bd-e988-414b-b7f2-4322e86c9327"
}
]
},
{
"key":"select",
"reference":[
{
"reference":"Observation/40afe766-3628-4ded-b5bd-925727c013b3"
}
]
}
]
}
}
```

Expand Down

0 comments on commit cdea27e

Please sign in to comment.