Publication Build: This will be filled in by the publication tooling
@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 "PractitionerRoleMCC2"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2022-04-21T02:06:18.382+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#oE6CLVfJNYeRB3yq"^^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> Nancy Nurse NP is a Diabteets Nurse paractitioner 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-2" ] ;
fhir:display [ fhir:v "Nancy Nurse NP" ]
] ; #
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 "363L00000X" ] ] )
] ) ; #
fhir:specialty ( [
( fhir:coding [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "163WD0400X" ] ;
fhir:display [ fhir:v "Diabetes Educator Registered Nurse" ] ] )
] ) ; #
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 "(03) 5555 6473" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "NNNP@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 "Nancy will be on extended leave during May 2022" ] ;
fhir:during [
fhir:start [ fhir:v "2022-05-01"^^xsd:date ] ;
fhir:end [ fhir:v "2022-05-20"^^xsd:date ] ]
] ) ; #
fhir:availabilityExceptions [ fhir:v "Nancy is generally unavailable on public holidays and during Jewish Holidays"] . #
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