Skip to content

Commit 4143e10

Browse files
authored
Merge pull request #90 from mcode/dev
Dev
2 parents 6747155 + 112dcd4 commit 4143e10

5 files changed

Lines changed: 163 additions & 0 deletions

File tree

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,36 @@ The `launchId` is a unique ID which lets the SMART app maintain its state throug
5656
| `/test-ehr/r4` | EHR FHIR Server endpoint (will not resolve in browser) |
5757
| `/test-ehr/script/rxfill` | NCPDP SCRIPT endpoint that RxFill messages from the pharmacy can be sent to (will not resolve in browser) |
5858
| `/_services/smart/Launch` | SMART on FHIR endpoint which produces a launch ID for SMART apps to use when launching |
59+
60+
# Data Rights
61+
This repository has been forked from the [HL7-DaVinci/test-ehr](https://github.com/HL7-DaVinci/test-ehr) repository. As such, the following data rights apply to all changes made on this fork of the repository, starting with release 0.1 and onward.
62+
63+
<div style="text-align:center">
64+
<b>NOTICE</b>
65+
</div>
66+
67+
This (software/technical data) was produced for the U. S. Government under Contract Number 75FCMC18D0047/75FCMC23D0004, and is subject to Federal Acquisition Regulation Clause 52.227-14, Rights in Data-General.
68+
69+
70+
No other use other than that granted to the U. S. Government, or to those acting on behalf of the U. S. Government under that Clause is authorized without the express written permission of The MITRE Corporation.
71+
72+
73+
For further information, please contact The MITRE Corporation, Contracts Management Office, 7515 Colshire Drive, McLean, VA 22102-7539, (703) 983-6000.
74+
75+
<div style="text-align:center">
76+
<b>&copy;2025 The MITRE Corporation.</b>
77+
</div>
78+
79+
<br />
80+
81+
Licensed under the Apache License, Version 2.0 (the "License"); use of this repository is permitted in compliance with the License.
82+
You may obtain a copy of the License at
83+
84+
http://www.apache.org/licenses/LICENSE-2.0
85+
86+
Unless required by applicable law or agreed to in writing, software
87+
distributed under the License is distributed on an "AS IS" BASIS,
88+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
89+
See the License for the specific language governing permissions and
90+
limitations under the License.
91+
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"resourceType": "HealthcareService",
3+
"id": "pharm0111",
4+
"active": true,
5+
"name": "Test Pharmacy",
6+
"category": [
7+
{
8+
"coding": [
9+
{
10+
"system": "http://terminology.hl7.org/CodeSystem/service-category",
11+
"code": "12",
12+
"display": "Drug/Alcohol"
13+
}
14+
]
15+
}
16+
],
17+
"type": [
18+
{
19+
"coding": [
20+
{
21+
"system": "http://terminology.hl7.org/CodeSystem/service-type",
22+
"code": "64",
23+
"display": "Pharmacy"
24+
}
25+
]
26+
}
27+
],
28+
"location": [
29+
{
30+
"reference": "Location/pharm-location-001",
31+
"display": "123 Main Street, Anytown, CA 12345"
32+
}
33+
]
34+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"resourceType": "Location",
3+
"id": "pharm-location-001",
4+
"status": "active",
5+
"name": "Test Pharmacy - Main Location",
6+
"description": "Main location for Test Pharmacy providing community pharmacy services",
7+
"mode": "instance",
8+
"address": {
9+
"use": "work",
10+
"type": "physical",
11+
"line": [
12+
"123 Main Street"
13+
],
14+
"city": "Anytown",
15+
"state": "CA",
16+
"postalCode": "12345",
17+
"country": "US"
18+
},
19+
"telecom": [
20+
{
21+
"system": "phone",
22+
"value": "+1-555-123-4567",
23+
"use": "work"
24+
},
25+
{
26+
"system": "email",
27+
"value": "info@testpharmacy.com",
28+
"use": "work"
29+
}
30+
]
31+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"resourceType": "HealthcareService",
3+
"id": "pharm4321",
4+
"active": true,
5+
"name": "Test Pharmacy #2",
6+
"category": [
7+
{
8+
"coding": [
9+
{
10+
"system": "http://terminology.hl7.org/CodeSystem/service-category",
11+
"code": "12",
12+
"display": "Drug/Alcohol"
13+
}
14+
]
15+
}
16+
],
17+
"type": [
18+
{
19+
"coding": [
20+
{
21+
"system": "http://terminology.hl7.org/CodeSystem/service-type",
22+
"code": "64",
23+
"display": "Pharmacy"
24+
}
25+
]
26+
}
27+
],
28+
"location": [
29+
{
30+
"reference": "Location/pharm-location-001",
31+
"display": "561 Street Road, Anytown, CA 12345"
32+
}
33+
]
34+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"resourceType": "Location",
3+
"id": "pharm-location-001",
4+
"status": "active",
5+
"name": "Test Pharmacy - Secondary Location",
6+
"description": "Secondary location for Test Pharmacy providing community pharmacy services",
7+
"mode": "instance",
8+
"address": {
9+
"use": "work",
10+
"type": "physical",
11+
"line": [
12+
"561 Street Road"
13+
],
14+
"city": "Anytown",
15+
"state": "CA",
16+
"postalCode": "12345",
17+
"country": "US"
18+
},
19+
"telecom": [
20+
{
21+
"system": "phone",
22+
"value": "+1-555-123-4567",
23+
"use": "work"
24+
},
25+
{
26+
"system": "email",
27+
"value": "info@testpharmacy.com",
28+
"use": "work"
29+
}
30+
]
31+
}

0 commit comments

Comments
 (0)