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-bf008bbe05af.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-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

Positions

-LongitudeLatitude
*-82.457227.9506

Source1

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