Canadian Baseline, published by HL7 Canada - FHIR Implementation Work Group. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-Canada/ca-baseline/ and changes regularly. See the Directory of published versions
Mappings for the profile-practitioner resource profile.
PractitionerProfile |
Practitioner | Entity. Role, or Act, Role |
text | Act.text? |
contained | N/A |
extension | N/A |
modifierExtension | N/A |
identifier | n/a, II - The Identifier class is a little looser than the v3 type II because it allows URIs as well as registered OIDs or GUIDs. Also maps to Role[classCode=IDENT] |
active | ./statusCode |
name | ./name |
id | n/a |
extension | n/a |
use | unique(./use) |
text | ./formatted |
family | ./part[partType = FAM] |
given | ./part[partType = GIV] |
prefix | ./part[partType = PFX] |
suffix | ./part[partType = SFX] |
period | ./usablePeriod[type="IVL<TS>"] |
telecom | ./telecom |
address | ./addr |
id | n/a |
use | unique(./use) |
type | unique(./use) |
text | ./formatted |
line | AD.part[parttype = AL] |
city | AD.part[parttype = CTY] |
district | AD.part[parttype = CNT | CPA] |
state | AD.part[parttype = STA] |
postalCode | AD.part[parttype = ZIP] |
country | AD.part[parttype = CNT] |
period | ./usablePeriod[type="IVL<TS>"] |
gender | ./administrativeGender |
birthDate | ./birthTime |
photo | ./subjectOf/ObservationEvent[code="photo"]/value |
qualification | .playingEntity.playingRole[classCode=QUAL].code |
id | n/a |
extension | n/a |
modifierExtension | N/A |
identifier | .playingEntity.playingRole[classCode=QUAL].id |
code | .playingEntity.playingRole[classCode=QUAL].code |
period | .playingEntity.playingRole[classCode=QUAL].effectiveTime |
issuer | .playingEntity.playingRole[classCode=QUAL].scoper |
communication | ./languageCommunication |
PractitionerProfile |
Practitioner | Provider |
identifier | Identifier |
name | ./PreferredName (GivenNames, FamilyName, TitleCode) |
use | ./NamePurpose |
family | ./FamilyName |
given | ./GivenNames |
prefix | ./TitleCode |
period | ./StartDate and ./EndDate |
telecom | ./ContactPoints |
address | ./Addresses |
use | ./AddressPurpose |
line | ./StreetAddress (newline delimitted) |
city | ./Jurisdiction |
state | ./Region |
postalCode | ./PostalIdentificationCode |
country | ./Country |
period | ./StartDate and ./EndDate |
gender | ./GenderCode |
birthDate | (not represented in ServD) |
photo | ./ImageURI (only supports the URI reference) |
qualification | ./Qualifications |
code | ./Qualifications.Value |
period | ./Qualifications.StartDate and ./Qualifications.EndDate |
communication | ./Languages.LanguageSpokenCode |