FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.smart-scheduling-links
Resource TypeLocation
IdLocation-44981b4a-8eae-48f7-bb7f-bf008bbe05ad.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
      }
    ]
  }
}