FHIR IG analytics| Package | hl7.fhir.uv.smart-scheduling-links |
| Resource Type | Location |
| Id | Location-44981b4a-8eae-48f7-bb7f-bf008bbe05af.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location 44981b4a-8eae-48f7-bb7f-bf008bbe05af
Language: en
Profile: Location
identifier: https://healthsystem.example.com/facility-directory/FAC-PITT-001
status: Active
name: OpenClinTech Primary Clinic
description: Primary outpatient clinic offering general services.
telecom: +1-813-555-0100, contact@openclintech.com
address: 123 Main St Tampa FL 33602
| Longitude | Latitude |
| -82.4572 | 27.9506 |
{
"resourceType": "Location",
"id": "44981b4a-8eae-48f7-bb7f-bf008bbe05af",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-location"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://healthsystem.example.com/facility-directory",
"value": "FAC-PITT-001"
}
],
"status": "active",
"name": "OpenClinTech Primary Clinic",
"description": "Primary outpatient clinic offering general services.",
"telecom": [
{
"system": "phone",
"value": "+1-813-555-0100",
"use": "work"
},
{
"system": "email",
"value": "contact@openclintech.com",
"use": "work"
}
],
"address": {
"line": [
"123 Main St"
],
"city": "Tampa",
"district": "Hillsborough",
"state": "FL",
"postalCode": "33602"
},
"position": {
"longitude": -82.4572,
"latitude": 27.9506
}
}