Validated Healthcare Directory, published by HL7 International - Patient Administration Work Group. This is not an authorized publication; it is the continuous build for version 0.2.0). 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 loinc: <https://loinc.org/rdf/> .
@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:CareTeam ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "cardiologycareteam1"] ; # An example care team, which treats complex cardiac cases for Founding Fathers Memorial Hospital
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-careteam"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-careteam> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CareTeam</b><a name=\"cardiologycareteam1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource CareTeam "cardiologycareteam1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vhdir-careteam.html\">VhDir Care Team</a></p></div><p><b>VhDir Careteam Alias</b>: Founding Fathers Heart Team</p><p><b>VhDir Location Reference</b>: <a href=\"Location-loc-ffmh-hvi.html\">Location/loc-ffmh-hvi: Founding Fathers Memorial Hospital Heart and Vascular Institute</a> "Founding Fathers Memorial Hospital Heart and Vascular Institute"</p><p><b>VhDir Healthcareservice Reference</b>: <a href=\"HealthcareService-ffcardiology.html\">HealthcareService/ffcardiology: Founding Fathers Memorial Hospital Heart and Vascular Services</a> "Founding Fathers Memorial Hospital Heart and Vascular Services"</p><p><b>VhDir Practitioner Endpoint Reference</b>: <a href=\"Endpoint-direct321.html\">Endpoint/direct321: Direct address for the Founding Fathers Heart and Vascular Institute</a> "Founding Fathers Memorial Hospital Heart and Vascular Institute Direct address"</p><p><b>identifier</b>: Business ID: careteam0021 (use: SECONDARY, period: 2016-07-16 09:00:00-0500 --> (ongoing))</p><p><b>status</b>: active</p><p><b>category</b>: Condition-focused care team <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA27978-8)</span></p><p><b>name</b>: Founding Fathers Heart and Vascular Institute Cardiology Care Team</p><p><b>period</b>: 2016-07-16 --> (ongoing)</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>Member</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>Cardiologist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#17561000)</span></td><td><a href=\"PractitionerRole-practitionerrole1.html\">PractitionerRole/practitionerrole1: George Washington, a cardiologist at the Founding Fathers Memorial Hospital Heart and Vascular Institute</a></td><td>2016-07-16 --> (ongoing)</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-foundingfathers.html\">Organization/foundingfathers: Founding Fathers Memorial Hospital</a> "Founding Fathers Memorial Hospital"</p><p><b>telecom</b>: <a href=\"mailto:heartteam@ffhospital.com\">heartteam@ffhospital.com</a></p><p><b>note</b>: This care team was founded to optimize the management of complex cardiac cases (By Founding Fathers Memorial Hospital)</p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/careteam-alias"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Founding Fathers Heart Team" ] # This care team is also known as the Founding Fathers Heart Team
] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/location-reference"^^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" ] ] # This care team is located at the Founding Fathers Memorial Hospital Heart and Vascular Institute
] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/healthcareservice-reference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "HealthcareService/ffcardiology" ] ;
fhir:display [ fhir:v "Founding Fathers Memorial Hospital Heart and Vascular Services" ] ] # This care team provides heart and vascular services
] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/endpoint-reference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Endpoint/direct321" ] ;
fhir:display [ fhir:v "Direct address for the Founding Fathers Heart and Vascular Institute" ] ] # A reference to an electronic endpoint for this care team
] ) ; #
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 the care team assigned by Founding Fathers Memorial Hospital
fhir:use [ fhir:v "secondary" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRN" ] ;
fhir:display [ fhir:v "Provider number" ] ] ) ;
fhir:text [ fhir:v "Business ID" ] ] ;
fhir:system [ fhir:v "http://example.org/www.foundingfathersmemorial.com"^^xsd:anyURI ] ;
fhir:value [ fhir:v "careteam0021" ] ;
fhir:period [
fhir:start [ fhir:v "2016-07-16T09:00:00-05:00"^^xsd:dateTime ] ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/foundingfathers" ] ;
fhir:display [ fhir:v "Founding Fathers Memorial Hospital" ] ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:category ( [
( fhir:coding [
a loinc:LA27978-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA27978-8" ] ;
fhir:display [ fhir:v "Condition-focused care team" ] ;
fhir:userSelected [ fhir:v "true"^^xsd:boolean ] ] ) # This care team focuses on a specific condition
] ) ; # This care team is active
fhir:name [ fhir:v "Founding Fathers Heart and Vascular Institute Cardiology Care Team"] ; #
fhir:period [
fhir:start [ fhir:v "2016-07-16"^^xsd:date ] # This care team was established on July 16, 2016
] ; # The name of this care team
fhir:participant ( [
( fhir:role [
( fhir:coding [
a sct:17561000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "17561000" ] ;
fhir:display [ fhir:v "Cardiologist" ] ] ) ] ) ; # Describes a participant on the care team, George Washington, who is a cardiologist at the Founding Fathers Memorial Hospital Heart and Vascular Institute
fhir:member [
fhir:reference [ fhir:v "PractitionerRole/practitionerrole1" ] ;
fhir:display [ fhir:v "George Washington, a cardiologist at the Founding Fathers Memorial Hospital Heart and Vascular Institute" ] ] ;
fhir:period [
fhir:start [ fhir:v "2016-07-16"^^xsd:date ] ]
] ) ; #
fhir:managingOrganization ( [
fhir:reference [ fhir:v "Organization/foundingfathers" ] ; # This care team is managed by Founding Fathers Memorial Hospital
fhir:display [ fhir:v "Founding Fathers Memorial Hospital" ]
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ; # an email address for contacting this care team
fhir:value [ fhir:v "heartteam@ffhospital.com" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:note ( [
fhir:author [ fhir:v "Founding Fathers Memorial Hospital" ] ; # A note about the care team
fhir:text [ fhir:v "This care team was founded to optimize the management of complex cardiac cases" ]
] ) . #
IG © 2022+ HL7 International - Patient Administration Work Group. Package hl7.fhir.uv.vhdir#0.2.0 based on FHIR 4.0.1. Generated 2023-09-12
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change