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

FHIR IG analytics

Packagehl7.fhir.uv.vhdir
Resource TypeHealthcareService
IdHealthcareService-ffcardiology.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: HealthcareService ffcardiology

VhDir Newpatients

identifier: Business ID/service001 (use: secondary, ) (status: active)

active: true

providedBy: Founding Fathers Memorial Hospital

category: Hospital

type: Cardiology

specialty: Cardiology

location: Founding Fathers Memorial Hospital, Heart and Vascular Institute

name: Founding Fathers Memorial Hospital Heart and Vascular Services

comment: Cardiac surgery, heart failure, cardiac electrophysiology, vascular surgery, and cardiovascular research

telecom: fax: 555 12345

serviceProvisionCode: Fees apply

referralMethod: phone, Fax

appointmentRequired: true

availableTime

daysOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday

allDay: false

availableStartTime: 08:00:00

availableEndTime: 18:00:00

availabilityExceptions: No interventional cardiac procedures are scheduled on Wednesdays

endpoint: Direct address for the Founding Fathers Heart and Vascular Institute


Source1

{
  "resourceType": "HealthcareService",
  "id": "ffcardiology",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-healthcareservice"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/vhdir/StructureDefinition/newpatients",
      "extension": [
        {
          "url": "acceptingPatients",
          "valueBoolean": true
        },
        {
          "url": "network",
          "valueReference": {
            "reference": "Organization/patriotppo",
            "display": "Patriot Preferred Provider Network"
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/vhdir/StructureDefinition/identifier-status",
          "valueCode": "active"
        }
      ],
      "use": "secondary",
      "type": {
        "coding": [
          {
            "system": "http://example.org/identifiers",
            "code": "BID"
          }
        ],
        "text": "Business ID"
      },
      "system": "http://example.org/www.foundingfathersmemorial.com",
      "value": "service001",
      "assigner": {
        "reference": "Organization/foundingfathers",
        "display": "Founding Fathers Memorial Hospital"
      }
    }
  ],
  "active": true,
  "providedBy": {
    "reference": "Organization/foundingfathers",
    "display": "Founding Fathers Memorial Hospital"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-category",
          "code": "35",
          "display": "Hospital"
        }
      ]
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-type",
          "code": "165",
          "display": "Cardiology"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394579002",
          "display": "Cardiology"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/loc-ffmh-hvi",
      "display": "Founding Fathers Memorial Hospital, Heart and Vascular Institute"
    }
  ],
  "name": "Founding Fathers Memorial Hospital Heart and Vascular Services",
  "comment": "Cardiac surgery, heart failure, cardiac electrophysiology, vascular surgery, and cardiovascular research",
  "telecom": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/vhdir/StructureDefinition/contactpoint-viaintermediary",
          "valueReference": {
            "reference": "Location/loc-ffmh-hvi",
            "display": "Founding Fathers Memorial Hospital, Heart and Vascular Institute"
          }
        }
      ],
      "system": "fax",
      "value": "555 12345"
    }
  ],
  "serviceProvisionCode": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-provision-conditions",
          "code": "cost",
          "display": "Fees apply"
        }
      ]
    }
  ],
  "referralMethod": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-referral-method",
          "code": "phone",
          "display": "phone"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-referral-method",
          "code": "fax",
          "display": "Fax"
        }
      ]
    }
  ],
  "appointmentRequired": true,
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "allDay": false,
      "availableStartTime": "08:00:00",
      "availableEndTime": "18:00:00"
    }
  ],
  "availabilityExceptions": "No interventional cardiac procedures are scheduled on Wednesdays",
  "endpoint": [
    {
      "reference": "Endpoint/direct321",
      "display": "Direct address for the Founding Fathers Heart and Vascular Institute"
    }
  ]
}