The FHIR profiles used for Practitioner Role
Heading Description
A generic related person profile created using the CareConnect Level 2 CareConnect-RelatedPerson-1 profile, using the elements required to support its use within the Digital Maternity Messaging Specfication.
Mapping for Related Person
| > | Level 1 | RelatedPerson Resource | > | Level 2 | CareConnect-RelatedPerson | > | Level 3 | None |
| [View Used FHIR Elements] | View All FHIR Elements |
| Name | Card. | Conformance | Type | Description, Constraints and mapping for Implementation |
|---|---|---|---|---|
| RelatedPerson | | An person that is related to a patient, but who is not a direct target of care Constraint (dom-2): If the resource is contained in another resource, it SHALL NOT contain nested Resources Constraint (dom-1): If the resource is contained in another resource, it SHALL NOT contain any narrative Constraint (dom-4): If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated Constraint (dom-3): If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource |
||
| - id | 0..1 | Optional | Id | Logical id of this artifact |
| - meta | 0..1 | Mandatory | Meta | Metadata about the resource The value attribute of the profile element MUST contain the value 'https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-RelatedPerson-1' |
| - patient | 1..1 | Mandatory | Reference | The patient this person is related to Constraint (ref-1): SHALL have a contained resource if a local reference is provided |
| Mandatory | CareConnect-Patient-1 | |||
| - - reference | 1..1 | Mandatory | String | Literal reference, Relative, internal or absolute URL This must use the CareConnect Patient profile.See patient resource reference for information on how to populate the resource. |
| - relationship | 0..1 | Optional | CodeableConcept | The nature of the relationship Binding (preferred): The nature of the relationship between a patient and the related person PatientRelationshipType |
| - - coding | 0..* | Mandatory | Coding | Code defined by a terminology system |
| - - - system | 0..1 | Mandatory | Uri | Identity of the terminology system This SHOULD contain the value 'http://hl7.org/fhir/stu3/valueset-relatedperson-relationshiptype' if the preferred codeSystem is used. |
| - - - code | 0..1 | Mandatory | Code | Symbol in syntax defined by the system This SHOULD contain a value from the preferred codeSystem |
| - - - display | 0..1 | Mandatory | String | Representation defined by the system This MUST contain the display associated with the code. |
| - name | 0..* | Required | HumanName | A name associated with the person Maximum 150 Characters a structured name may be sent if available. |
| - - text | 0..1 | Required | String | Text representation of the full name Mapping to Maternity Data item = 'Person accompanying patient' |
| - - family | 0..1 | Optional | String | Family name (often called ‘Surname’) |
| - - given | 0..* | Optional | String | Given names (not always ‘first’). Includes middle names |
| - - prefix | 0..* | Optional | String | Parts that come before the name |
| - - suffix | 0..* | Optional | String | Parts that come after the name |