FHIR IG analytics| Package | hl7.fhir.us.ndh.r4b |
| Resource Type | Location |
| Id | Location-PharmLoc3.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location PharmLoc3
Last updated: 2020-07-07 13:26:22+0000; Language: en-US
Profile: NDH Base Location Profile
NDH New Patients
- acceptingPatients: Accepting existing patients only
- fromNetwork: Organization ACME CT Preferred Provider Network
NDH Accessibility: ADA compliant
NDH Accessibility: public transit options
status: Active
name: OrgA MA Location 1
type: outpatient pharmacy
telecom: ph: (444)-555-666, https://www.orga.com
address: 456 Main Street Somewhere CT 00014-1234
| Longitude | Latitude |
| 7 | 12 |
managingOrganization: Organization Big Box Retailer
hoursOfOperation
daysOfWeek: Sunday, Tuesday, Wednesday, Thursday
allDay: true
openingTime: 08:00:00
closingTime: 17:00:00
{
"resourceType": "Location",
"id": "PharmLoc3",
"meta": {
"lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Location"
]
},
"language": "en-US",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "acceptingPatients",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/accepting-patients",
"code": "existptonly"
}
]
}
},
{
"url": "fromNetwork",
"valueReference": {
"reference": "Organization/AcmeofCTStdNet"
}
}
],
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-newpatients"
},
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-accessibility",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/care-service-accessibility",
"code": "adacomp"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-accessibility",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/care-service-accessibility",
"code": "pubtrans"
}
]
}
}
],
"status": "active",
"name": "OrgA MA Location 1",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "OUTPHARM"
}
]
}
],
"telecom": [
{
"extension": [
{
"extension": [
{
"url": "daysOfWeek",
"valueCode": "mon"
},
{
"url": "daysOfWeek",
"valueCode": "tue"
},
{
"url": "daysOfWeek",
"valueCode": "wed"
},
{
"url": "daysOfWeek",
"valueCode": "thu"
},
{
"url": "daysOfWeek",
"valueCode": "fri"
},
{
"url": "allDay",
"valueBoolean": true
}
],
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-contactpoint-availabletime"
},
{
"extension": [
{
"url": "daysOfWeek",
"valueCode": "sat"
},
{
"url": "daysOfWeek",
"valueCode": "sun"
},
{
"url": "availableStartTime",
"valueTime": "08:00:00"
},
{
"url": "availableEndTime",
"valueTime": "17:00:00"
}
],
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-contactpoint-availabletime"
}
],
"system": "phone",
"value": "(444)-555-666",
"rank": 2
},
{
"system": "url",
"value": "https://www.orga.com",
"rank": 1
}
],
"address": {
"line": [
"456 Main Street"
],
"city": "Somewhere",
"state": "CT",
"postalCode": "00014-1234"
},
"position": {
"longitude": 7,
"latitude": 12
},
"managingOrganization": {
"reference": "Organization/BigBox"
},
"hoursOfOperation": [
{
"daysOfWeek": [
"sun",
"tue",
"wed",
"thu"
],
"allDay": true,
"openingTime": "08:00:00",
"closingTime": "17:00:00"
}
]
}