This page is part of the MCC eCare Plan Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, 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:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "dr-vince-jones"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole> ] )
] ; #
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: PractitionerRole dr-vince-jones</b></p><a name=\"dr-vince-jones\"> </a><a name=\"hcdr-vince-jones\"> </a><a name=\"dr-vince-jones-en-US\"> </a><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\">version: 1</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-practitionerrole.html\">US Core PractitionerRole Profile</a></p></div><p><b>identifier</b>: <code>http://www.acme.org/practitioners</code>/23</p><p><b>active</b>: true</p><p><b>period</b>: 2012-01-01 --> 2012-03-31</p><p><b>practitioner</b>: <a href=\"Practitioner-practitionerMCC-V.html\">Dr Vince Jones</a></p><p><b>organization</b>: <a href=\"http://example.org/Organization/123\">http://example.org/Organization/123</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 11911009}\">Nephrologist (occupation)</span></p><p><b>specialty</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 246ZN0300X}\">Nephrology Specialist/Technologist</span>, <span title=\"Codes:{http://snomed.info/sct 394589003}\">Nephrology</span></p><p><b>location</b>: <a href=\"http://example.org/Location/SouthWing\">South Wing, second floor</a></p><p><b>healthcareService</b>: <a href=\"http://example.org/HealthcareService/123\">http://example.org/HealthcareService/123</a></p><p><b>telecom</b>: ph: 215-947-0319(Work), <a href=\"mailto:HLV.southern@example.org\">HLV.southern@example.org</a></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 16:30:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Thursday, Friday</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 12:00:00</p></blockquote><h3>NotAvailables</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>During</b></td></tr><tr><td style=\"display: none\">*</td><td>Vince will be on extended leave during May 2017</td><td>2017-05-01 --> 2017-05-20</td></tr></table><p><b>availabilityExceptions</b>: Vince is generally unavailable on public holidays and during the Christmas/New Year break</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://www.acme.org/practitioners"^^xsd:anyURI ] ;
fhir:value [ fhir:v "23" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:period [
fhir:start [ fhir:v "2012-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2012-03-31"^^xsd:date ]
] ; #
fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/practitionerMCC-V" ] ;
fhir:display [ fhir:v "Dr Vince Jones" ]
] ; #
fhir:organization [
fhir:link <http://example.org/Organization/123> ;
fhir:reference [ fhir:v "http://example.org/Organization/123" ]
] ; #
fhir:code ( [
( fhir:coding [
a sct:11911009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11911009" ] ;
fhir:display [ fhir:v "Nephrologist (occupation)" ] ] )
] ) ; #
fhir:specialty ( [
( fhir:coding [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "246ZN0300X" ] ;
fhir:display [ fhir:v "Nephrology Specialist/Technologist" ] ] )
] [
( fhir:coding [
a sct:394589003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394589003" ] ;
fhir:display [ fhir:v "Nephrology" ] ] )
] ) ; #
fhir:location ( [
fhir:link <http://example.org/Location/SouthWing> ;
fhir:reference [ fhir:v "http://example.org/Location/SouthWing" ] ;
fhir:display [ fhir:v "South Wing, second floor" ]
] ) ; #
fhir:healthcareService ( [
fhir:link <http://example.org/HealthcareService/123> ;
fhir:reference [ fhir:v "http://example.org/HealthcareService/123" ]
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "215-947-0319" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "HLV.southern@example.org" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:availableTime ( [
( fhir:daysOfWeek [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] ) ;
fhir:availableStartTime [ fhir:v "09:00:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "16:30:00"^^xsd:time ]
] [
( fhir:daysOfWeek [ fhir:v "thu" ] [ fhir:v "fri" ] ) ;
fhir:availableStartTime [ fhir:v "09:00:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "12:00:00"^^xsd:time ]
] ) ; #
fhir:notAvailable ( [
fhir:description [ fhir:v "Vince will be on extended leave during May 2017" ] ;
fhir:during [
fhir:start [ fhir:v "2017-05-01"^^xsd:date ] ;
fhir:end [ fhir:v "2017-05-20"^^xsd:date ] ]
] ) ; #
fhir:availabilityExceptions [ fhir:v "Vince is generally unavailable on public holidays and during the Christmas/New Year break"] . #
IG © 2020+ HL7 International / Patient Care. Package hl7.fhir.us.mcc#1.0.0 based on FHIR 4.0.1. Generated 2024-08-13
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change