Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions fhirResourcesToLoad/0. pharmacy.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
31 changes: 31 additions & 0 deletions fhirResourcesToLoad/7. pharmacy-location.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
34 changes: 34 additions & 0 deletions fhirResourcesToLoad/8.pharmacy-2.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
31 changes: 31 additions & 0 deletions fhirResourcesToLoad/9. pharmacy-location-2.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
Loading