FHIR IG analytics| Package | hl7.fhir.us.ndh.r4 |
| Resource Type | Location |
| Id | Location-PharmLoc1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location PharmLoc1
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 CT Location 1
type: outpatient pharmacy
telecom: ph: (111)-222-3333, https://www.orga.com
address: 123 Main Street Anytown CT 00014-1234
| Longitude | Latitude |
| 3 | 15 |
managingOrganization: Organization Big Box Retailer
hoursOfOperation
daysOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday
allDay: true
hoursOfOperation
daysOfWeek: Saturday, Sunday
openingTime: 08:00:00
closingTime: 17:00:00
{
"resourceType": "Location",
"id": "PharmLoc1",
"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 CT 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": "(111)-222-3333",
"rank": 2
},
{
"system": "url",
"value": "https://www.orga.com",
"rank": 1
}
],
"address": {
"line": [
"123 Main Street"
],
"city": "Anytown",
"state": "CT",
"postalCode": "00014-1234"
},
"position": {
"longitude": 3,
"latitude": 15
},
"managingOrganization": {
"reference": "Organization/BigBox"
},
"hoursOfOperation": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"allDay": true
},
{
"daysOfWeek": [
"sat",
"sun"
],
"openingTime": "08:00:00",
"closingTime": "17:00:00"
}
]
}