Validated Healthcare Directory, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/VhDir/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:HealthcareService ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ffcardiology"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-healthcareservice"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-healthcareservice> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService ffcardiology</b></p><a name=\"ffcardiology\"> </a><a name=\"hcffcardiology\"> </a><a name=\"ffcardiology-en-US\"> </a><p><b>identifier</b>: Business ID/service001 (use: secondary, )</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-foundingfathers.html\">Founding Fathers Memorial Hospital</a></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-category 35}\">Hospital</span></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 165}\">Cardiology</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394579002}\">Cardiology</span></p><p><b>location</b>: <a href=\"Location-loc-ffmh-hvi.html\">Founding Fathers Memorial Hospital, Heart and Vascular Institute</a></p><p><b>name</b>: Founding Fathers Memorial Hospital Heart and Vascular Services</p><p><b>comment</b>: Cardiac surgery, heart failure, cardiac electrophysiology, vascular surgery, and cardiovascular research</p><p><b>telecom</b>: fax: 555 12345</p><p><b>serviceProvisionCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-provision-conditions cost}\">Fees apply</span></p><p><b>referralMethod</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-referral-method phone}\">phone</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-referral-method fax}\">Fax</span></p><p><b>appointmentRequired</b>: true</p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>allDay</b>: false</p><p><b>availableStartTime</b>: 08:00:00</p><p><b>availableEndTime</b>: 18:00:00</p></blockquote><p><b>availabilityExceptions</b>: No interventional cardiac procedures are scheduled on Wednesdays</p><p><b>endpoint</b>: <a href=\"Endpoint-direct321.html\">Direct address for the Founding Fathers Heart and Vascular Institute</a></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/newpatients"^^xsd:anyURI ] ;
( fhir:extension [
fhir:url [ fhir:v "acceptingPatients"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] [
fhir:url [ fhir:v "network"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/patriotppo" ] ;
fhir:display [ fhir:v "Patriot Preferred Provider Network" ] ] ] ) # When offered by providers participating in Patriot PPO, this service is accepting new patients
] ) ; #
fhir:identifier ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/identifier-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "active" ] ] ) ; # Internal business ID for this service, assigned by Founding Fathers Memorial Hospital
fhir:use [ fhir:v "secondary" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://example.org/identifiers"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BID" ] ] ) ;
fhir:text [ fhir:v "Business ID" ] ] ;
fhir:system [ fhir:v "http://example.org/www.foundingfathersmemorial.com"^^xsd:anyURI ] ;
fhir:value [ fhir:v "service001" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/foundingfathers" ] ;
fhir:display [ fhir:v "Founding Fathers Memorial Hospital" ] ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:providedBy [
fhir:reference [ fhir:v "Organization/foundingfathers" ] ; # This service is provided by Founding Fathers Memorial Hospital
fhir:display [ fhir:v "Founding Fathers Memorial Hospital" ]
] ; # This record is active
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "35" ] ;
fhir:display [ fhir:v "Hospital" ] ] ) # This is a service provided at a hospital
] ) ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "165" ] ;
fhir:display [ fhir:v "Cardiology" ] ] ) # This is a cardiology service
] ) ; #
fhir:specialty ( [
( fhir:coding [
a sct:394579002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394579002" ] ;
fhir:display [ fhir:v "Cardiology" ] ] ) # Specialty for this service is cardiology
] ) ; #
fhir:location ( [
fhir:reference [ fhir:v "Location/loc-ffmh-hvi" ] ; # A reference to the location resource of the Heart and Vascular Institute at Founding Fathers Memorial Hospital
fhir:display [ fhir:v "Founding Fathers Memorial Hospital, Heart and Vascular Institute" ]
] ) ; #
fhir:name [ fhir:v "Founding Fathers Memorial Hospital Heart and Vascular Services"] ; #
fhir:comment [ fhir:v "Cardiac surgery, heart failure, cardiac electrophysiology, vascular surgery, and cardiovascular research"] ; # Name of the service
fhir:telecom ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/contactpoint-viaintermediary"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Location/loc-ffmh-hvi" ] ;
fhir:display [ fhir:v "Founding Fathers Memorial Hospital, Heart and Vascular Institute" ] ] ] ) ; # Contact information is available via the resource for the Founding Fathers Heart and Vascular Institute
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "555 12345" ]
] ) ; # additional information about the service
fhir:serviceProvisionCode ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-provision-conditions"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cost" ] ;
fhir:display [ fhir:v "Fees apply" ] ] ) # Fees apply for this service
] ) ; #
fhir:referralMethod ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-referral-method"^^xsd:anyURI ] ;
fhir:code [ fhir:v "phone" ] ;
fhir:display [ fhir:v "phone" ] ] ) # this service accepts referrals via phone
] [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-referral-method"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fax" ] ;
fhir:display [ fhir:v "Fax" ] ] ) # and via fax
] ) ; #
# <eligibility>
# <code>
#, There are no eligibility requirements for this service ,
# <text value="None"/></code>
# <comment value="No specific eligibility requirements"/>
# </eligibility>
#
fhir:appointmentRequired [ fhir:v "true"^^xsd:boolean] ; #
fhir:availableTime ( [
( fhir:daysOfWeek [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ; # This service is available Mon-Fri, 8:00 am - 6:00 pm
fhir:allDay [ fhir:v "false"^^xsd:boolean ] ;
fhir:availableStartTime [ fhir:v "08:00:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "18:00:00"^^xsd:time ]
] ) ; # An appointment is required for this service
fhir:availabilityExceptions [ fhir:v "No interventional cardiac procedures are scheduled on Wednesdays"] ; #
fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/direct321" ] ; # A reference to a Direct address used by providers at the Founding Fathers Heart and Vascular Institute
fhir:display [ fhir:v "Direct address for the Founding Fathers Heart and Vascular Institute" ]
] ) . # Additional information about when the service is available
IG © 2022+ HL7 International / Patient Administration. Package hl7.fhir.uv.vhdir#1.0.0 based on FHIR 4.0.1. Generated 2024-08-26
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change