Technical Functions Flashcards

1
Q

FHIR Interactions

A
Create
Read
Update
Delete
Search
History
Operation
Transaction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Create

A

POST https://example.com/path/{resourceType}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Read

A

GET https://example.com/path/{resourceType}/{id}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Update

A

PUSH https://example.com/path/{resourceType}/{id}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Delete

A

DELETE https://example.com/path/{resourceType}/{id}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Search

A

GET https://example.com/path/{resourceType}?{params}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

History

A

GET https://example.com/path/{resourceType}/{id}/history

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Operation

A

GET https://example.com/path/{resourceType}/{id}/${opsname}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Transaction

A

POST https://example.com/path/

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

RESTful Commands

A

POST
GET
PUSH
DELETE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly