-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathMedicationRequest-not-dmd-drug.json
More file actions
118 lines (118 loc) · 2.93 KB
/
MedicationRequest-not-dmd-drug.json
File metadata and controls
118 lines (118 loc) · 2.93 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"resourceType": "MedicationRequest",
"id": "A7B86F8D-1D7C-FC28-E050-D20AE3A215F4",
"extension": [
{
"url": "https://fhir.nhs.uk/StructureDefinition/Extension-DM-PrescriptionType",
"valueCoding": {
"system": "https://fhir.nhs.uk/CodeSystem/prescription-type",
"code": "0101"
}
},
{
"url": "https://fhir.nhs.uk/StructureDefinition/Extension-DM-ControlledDrug",
"extension": [
{
"url": "quantityWords",
"valueString": "twenty eight"
},
{
"url": "schedule",
"valueCoding": {
"system": "https://fhir.nhs.uk/CodeSystem/medicationrequest-controlled-drug",
"code": "CD2",
"display": "Schedule 2"
}
}
]
}
],
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/prescription-order-item-number",
"value": "A7B86F8D-1D7C-FC28-E050-D20AE3A215F0"
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "outpatient",
"display": "Outpatient"
}
]
}
],
"medicationCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "773374003",
"display": "Morphine only product in oral dose form"
}
]
},
"subject": {
"reference": "urn:uuid:848d8470-bd51-494e-9347-8142ea75cb23"
},
"authoredOn": "2019-12-30T12:00:00+00:00",
"requester": {
"reference": "PractitionerRole/123"
},
"groupIdentifier": {
"extension": [
{
"url": "https://fhir.nhs.uk/StructureDefinition/Extension-DM-PrescriptionId",
"valueIdentifier": {
"system": "https://fhir.nhs.uk/Id/prescription",
"value": "A7B86F8D-1CF8-FC28-E050-D20AE3A215F0"
}
}
],
"system": "https://fhir.nhs.uk/Id/prescription-order-number",
"value": "3C2366-B81001-0A409U"
},
"courseOfTherapyType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
"code": "acute",
"display": "Short course (acute) therapy"
}
]
},
"dosageInstruction": [
{
"text": "1 tablet, daily"
}
],
"dispenseRequest": {
"extension": [
{
"url": "https://fhir.nhs.uk/StructureDefinition/Extension-DM-PerformerSiteType",
"valueCoding": {
"system": "https://fhir.nhs.uk/CodeSystem/dispensing-site-preference",
"code": "0004"
}
}
],
"performer": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "FX748"
}
},
"quantity": {
"value": 28,
"unit": "tablet",
"system": "http://snomed.info/sct",
"code": "428673006"
}
},
"substitution": {
"allowedBoolean": false
}
}