FHIR IG analytics| Package | hl7.fhir.uv.smart-scheduling-links |
| Resource Type | Location |
| Id | Location-44981b4a-8eae-48f7-bb7f-bf008bbe05ad.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-bf008bbe05ad
Profile: Location
identifier: https://healthsystem.example.com/facility-directory/FAC-PITT-001
status: Active
name: Virtual Telemedicine Clinic
description: Primary outpatient clinic offering telemedicine services.
telecom: +1-813-555-0100, contact@openclintech.com
physicalType: Virtual
{
"resourceType": "Location",
"id": "44981b4a-8eae-48f7-bb7f-bf008bbe05ad",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://healthsystem.example.com/facility-directory",
"value": "FAC-PITT-001"
}
],
"status": "active",
"name": "Virtual Telemedicine Clinic",
"description": "Primary outpatient clinic offering telemedicine services.",
"telecom": [
{
"system": "phone",
"value": "+1-813-555-0100",
"use": "work"
},
{
"system": "email",
"value": "contact@openclintech.com",
"use": "work"
}
],
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "vi"
}
]
}
}