MCC eCare Plan Implementation Guide 1.0.0 - STU1
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
Raw ttl | Download
@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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "PractitionerRoleMCC3"] ; # fhir:meta [ fhir:versionId [ fhir:v "2" ] ; fhir:lastUpdated [ fhir:v "2022-05-18T23:39:06.982+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#iQ383PGcdyFc6WvK"^^xsd:anyURI ] ; ( 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\">\n <p> Dr Peter Primary is a Primary Preventative Physician for Acme Hospital from 1-Jan 2012 to\n 31-Mar 2022 </p>\n </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-1" ] ; fhir:display [ fhir:v "Dr Henry Levin VII" ] ] ; # fhir:organization [ fhir:link <http://example.org/Organization/123> ; fhir:reference [ fhir:v "http://example.org/Organization/123" ] ] ; # fhir:code ( [ ( fhir:coding [ fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ; fhir:code [ fhir:v "208D00000X" ] ; fhir:display [ fhir:v "General Practice Physician" ] ] ) ] ) ; # fhir:specialty ( [ ( fhir:coding [ fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ; fhir:code [ fhir:v "2083P0901X" ] ; fhir:display [ fhir:v "Public Health & General Preventive Medicine Physician" ] ] ) ] ) ; # 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-2222" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "PPP@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 "Peter will be on extended leave during June 2022" ] ; fhir:during [ fhir:start [ fhir:v "2017-05-01"^^xsd:date ] ; fhir:end [ fhir:v "2017-05-20"^^xsd:date ] ] ] ) ; # fhir:availabilityExceptions [ fhir:v "Peter is generally unavailable on public holidays and during the Christmas/New Year break"] . #