-
Notifications
You must be signed in to change notification settings - Fork 2
/
document-reference.json
47 lines (47 loc) · 1.09 KB
/
document-reference.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"resourceType": "DocumentReference",
"masterIdentifier": {
"system": "urn:ietf:rfc:3986",
"value": "{{urn_uuid}}"
},
"status": "current",
"docStatus": "final",
"type": {
"coding": {
"system": "http://hl7.org/fhir/ValueSet/c80-doc-typecodes",
"code": "74264-3" // verify this
},
"text": "HIV summary registry report Document"
},
"class": {
"coding": {
"system": "http://hl7.org/fhir/ValueSet/c80-doc-typecodes",
"code": "47045-0" // verify this
},
"text": "Study report Document"
},
"subject": {
"reference": "Patient/xyz"
},
"created": "{{currentDate}}",
"indexed": "{{currentDate}}",
"author": [
{
"reference": "Practitioner/xyz"
}
],
"content": {
"attachment": {
"contentType": "application/json+fhir", // now application/fhir+json
"url": "Binary/xyz",
"hash": "{{documentHash}}",
"title": "CBS event report",
"creation": "{{currentDate}}"
},
"format": {
"system": "",
"code": "",
"display": "FHIR Document" // find a code for this
}
}
}