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

FHIR IG analytics

Packagehl7.fhir.uv.smart-scheduling-links
Resource TypeSchedule
IdSchedule-ScheduleWithVirtualAndPhysicalLocations.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: Schedule ScheduleWithVirtualAndPhysicalLocations

Profile: Schedule

Schedule Specialty: SNOMED CT: 394802001 (General medicine)

serviceType: General Practice

actor:


Source1

{
  "resourceType": "Schedule",
  "id": "ScheduleWithVirtualAndPhysicalLocations",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-schedule"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/schedule-specialty",
      "valueCoding": {
        "system": "http://snomed.info/sct",
        "code": "394802001",
        "display": "General medicine"
      }
    }
  ],
  "serviceType": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-type",
          "code": "124",
          "display": "General Practice"
        }
      ]
    }
  ],
  "actor": [
    {
      "reference": "Location/44981b4a-8eae-48f7-bb7f-bf008bbe05af",
      "display": "Berkshire Family Medicine - Pittsfield"
    },
    {
      "reference": "Location/44981b4a-8eae-48f7-bb7f-bf008bbe05ad"
    },
    {
      "reference": "PractitionerRole/ad23d8f2-b88e-48af-ae96-e36f5a5fbd43",
      "display": "Dr. John Robert Smith"
    }
  ]
}