-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmr-referencing-medication-with-no-snomed-code.json
More file actions
59 lines (59 loc) · 1.59 KB
/
mr-referencing-medication-with-no-snomed-code.json
File metadata and controls
59 lines (59 loc) · 1.59 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
{
"resourceType":"MedicationRequest",
"id":"3377543D-5B1B-4C4F-BFF6-9F7BC3A1C3B8",
"meta":{
"profile":[
"https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-GPC-MedicationRequest-1"
]
},
"extension":[
{
"url": "https://fhir.nhs.uk/STU3/StructureDefinition/Extension-CareConnect-GPC-MedicationRepeatInformation-1",
"extension": [
{
"url": "numberOfRepeatPrescriptionsAllowed",
"valuePositiveInt": 12
},
{
"url": "numberOfRepeatPrescriptionsIssued",
"valuePositiveInt": 11
}
]
}
],
"identifier":[
{
"system":"https://fhir.nhs.uk/Id/cross-care-setting-identifier",
"value":"f2489066-7082-11eb-bb13-00505692d4aa"
}
],
"status":"active",
"intent":"order",
"medicationReference":{
"reference":"Medication/22"
},
"subject":{
"reference":"Patient/2"
},
"authoredOn":"2017-11-10T00:00:00+00:00",
"recorder":{
"reference":"Practitioner/1"
},
"dosageInstruction":[
{
"text":"1 tablet once a day",
"patientInstruction":"Take in morning"
}
],
"dispenseRequest":{
"validityPeriod":{
"start":"2017-11-10T00:00:00+00:00",
"end":"2018-08-15T00:00:00+01:00"
}
},
"basedOn": [
{
"reference": "MedicationRequest/D66D84C9-C073-4EDF-8C2C-F309A83C3DC7"
}
]
}