diff --git a/fhirResourcesToLoad/0. pharmacy.json b/fhirResourcesToLoad/0. pharmacy.json new file mode 100644 index 0000000..45ae8ef --- /dev/null +++ b/fhirResourcesToLoad/0. pharmacy.json @@ -0,0 +1,34 @@ +{ + "resourceType": "HealthcareService", + "id": "pharm0111", + "active": true, + "name": "Test Pharmacy", + "category": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/service-category", + "code": "12", + "display": "Drug/Alcohol" + } + ] + } + ], + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/service-type", + "code": "64", + "display": "Pharmacy" + } + ] + } + ], + "location": [ + { + "reference": "Location/pharm-location-001", + "display": "123 Main Street, Anytown, CA 12345" + } + ] +} \ No newline at end of file diff --git a/fhirResourcesToLoad/7. pharmacy-location.json b/fhirResourcesToLoad/7. pharmacy-location.json new file mode 100644 index 0000000..d5d65fd --- /dev/null +++ b/fhirResourcesToLoad/7. pharmacy-location.json @@ -0,0 +1,31 @@ +{ + "resourceType": "Location", + "id": "pharm-location-001", + "status": "active", + "name": "Test Pharmacy - Main Location", + "description": "Main location for Test Pharmacy providing community pharmacy services", + "mode": "instance", + "address": { + "use": "work", + "type": "physical", + "line": [ + "123 Main Street" + ], + "city": "Anytown", + "state": "CA", + "postalCode": "12345", + "country": "US" + }, + "telecom": [ + { + "system": "phone", + "value": "+1-555-123-4567", + "use": "work" + }, + { + "system": "email", + "value": "info@testpharmacy.com", + "use": "work" + } + ] +} \ No newline at end of file diff --git a/fhirResourcesToLoad/8.pharmacy-2.json b/fhirResourcesToLoad/8.pharmacy-2.json new file mode 100644 index 0000000..16b3536 --- /dev/null +++ b/fhirResourcesToLoad/8.pharmacy-2.json @@ -0,0 +1,34 @@ +{ + "resourceType": "HealthcareService", + "id": "pharm4321", + "active": true, + "name": "Test Pharmacy #2", + "category": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/service-category", + "code": "12", + "display": "Drug/Alcohol" + } + ] + } + ], + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/service-type", + "code": "64", + "display": "Pharmacy" + } + ] + } + ], + "location": [ + { + "reference": "Location/pharm-location-001", + "display": "561 Street Road, Anytown, CA 12345" + } + ] +} \ No newline at end of file diff --git a/fhirResourcesToLoad/9. pharmacy-location-2.json b/fhirResourcesToLoad/9. pharmacy-location-2.json new file mode 100644 index 0000000..b7cc8cb --- /dev/null +++ b/fhirResourcesToLoad/9. pharmacy-location-2.json @@ -0,0 +1,31 @@ +{ + "resourceType": "Location", + "id": "pharm-location-001", + "status": "active", + "name": "Test Pharmacy - Secondary Location", + "description": "Secondary location for Test Pharmacy providing community pharmacy services", + "mode": "instance", + "address": { + "use": "work", + "type": "physical", + "line": [ + "561 Street Road" + ], + "city": "Anytown", + "state": "CA", + "postalCode": "12345", + "country": "US" + }, + "telecom": [ + { + "system": "phone", + "value": "+1-555-123-4567", + "use": "work" + }, + { + "system": "email", + "value": "info@testpharmacy.com", + "use": "work" + } + ] +} \ No newline at end of file