This section provides background information on metadata specific to the UKCore ValueSet resources.
Further information about the ValueSet resource is available.
The list below contains the element differences between the UKCore and HL7.
View further information about FHIR base resource definitions.
Element name | Base Cardinality | UK Core Cardinality | Type | Definition, Constraints and Notes |
---|---|---|---|---|
id | 0..1 | 1..1 | id | In the UK Core the format in the following, with the FHIRAssetName and Specialism in PascalCase:UKCore-[FHIRAssetName][Specialism] . |
View further information about Resource ValueSet - Content.
Element name | Base Cardinality | UK Core Cardinality | Type | Definition, Constraints and Notes |
---|---|---|---|---|
url | 0..1 | 1..1 | uri | In the UK Core the format is the following, with the FHIRAssetName and Specialism in PascalCase:https://fhir.hl7.org.uk/StructureDefinition/UKCore-[FHIRAssetName][Specialism] . |
identifier | 0..* | 0..0 | Identifier | identifier SHALL NOT be used within the UKCore |
version | 0..1 | 1..1 | string | This will follow the Semantic Versioning standard [major.minor.patch] .Further details about internal versioning for UK Core assets are available. |
name | 0..1 | 1..1 | string | In the UK Core the format is PascalCase:UKCore[FHIRAssetName][Specialism] . |
title | 0..1 | 1..1 | string | In the UK Core the format is Proper Case:UK Core [FHIRAssetName] [Specialism] |
status | 1..1 | 1..1 | code | See NamingSystem.status for more information. |
date | 0..1 | 1..1 | dateTime | Only the date, without time, is populated in the UK Core. |
publisher | 0..1 | 1..1 | string | For all UK Core Profiles, where the base URL is https://fhir.hl7.org.uk , the name of the publisher will be HL7 UK . |
contact | 0..* | 1..* | ContactDetail | See Publisher, Contact & Copyright for details of how this SHALL be populated for all UK Core Profiles, where the base URL is https://fhir.hl7.org.uk/ . |
description | 0..1 | 1..1 | markdown | This SHALL be in the following format: This profile defines the UK constraints and extensions on the International FHIR resource [FHIRAssetName]([link to HL7 Resource]). |
copyright | 0..1 | 1..1 | markdown | All UK Core Profiles SHALL contain the the copyright as listed in Publisher, Contact & Copyright |
compose | 0..1 | 1..1 | BackboneElement | See the Content Logical Definition for details on how to populate this. |
compose .include .concept .display |
0..1 | 1..1 | string | This element SHALL be used in the UKCore |
compose .include .filter .property |
1..1 | 1..1 | code | For UK Core ValueSets containing SNOMED CT concepts encapsulated within an ECL expression, the constraint value SHALL used. |
compose .include .filter .value |
1..1 | 1..1 | string | Due to some systems having difficulties processing symbols, for UK Core ValueSets containing SNOMED CT concepts encapsulated within an ECL expression, the long syntax SHALL be used. The SNOMED CT term SHALL NOT be suffixed to the SCTID. |
Currently there is no identified HL7 FHIR standard ValueSet extension that has been recommended to be considered for use in UK Core ValueSets. The full list of FHIR Standard ValueSet extensions available can be viewed online.
A free text natural language description of the of the ValueSet from a consumer's perspective. The textual description specifies the span of meanings for concepts to be included within the ValueSet Expansion, and also may specify the intended use and limitations of the ValueSet. In the UK Core there is a preference to use the words "define" or "describe" and more rarely, "identify".
The prefix SHOULD be as follows:
A set of codes that define [description].
For SNOMED CT and dm+d concepts, the following SHOULD be added after the prefix:
Selected from the following SNOMED CT UK coding system: \n - [long syntax1] [RefSet/hierarchy1 code] | [description of RefSet/hierarchy1] \n - [long syntax2] [RefSet/hierarchy2 code] | [description of RefSet/hierarchy2] \n, etc.
Selected from the following dm+d (dictionary of medicines and devices) concept classes:\n [concept1] | [description1] \n [concept2] | [description2] \n, etc.
Where the ValueSet includes nullFlavor(s) in addition to other sets of codes, the suffix SHOULD be as the following:
Where no [MainCodeSystems] coded information is available, a specific code from the nullFlavor CodeSystem can be used instead to indicate this.
For complicated descriptions, particularly where a complex set of SNOMED references is used, and where inclusion of a carriage return / line feed can make the content more presentable in Simplifier, the sequence can be inserted to start a new line and can be inserted to leave a line break before the next line starts. For examples see Example ValueSets from the UK Core section.
Important note regarding the use of the "preferred" binding strength for UK Core ValueSets containing CodeSystems specific to individual UK countries. Where different countries within the UK use different sets of concepts for the same data item, currently the default approach to supporting this data within the UK Core is to create a CodeSystem for each individual country where requirements have been confirmed, and incorporate each such CodeSystem within a ValueSet that is then bound into the profile or extension supporting the data item (referred to as the "individual country specific CodeSystem" approach).
In most cases where this approach is taken, for some of the concepts the ValueSet does contain more than one entry for the same concept. For this reason, the use of the "extensible" binding strength is deemed to be inappropriate and "preferred" is determined to be the most suitable binding strength to use instead.
<compose> <include> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-[ConcatenatedBusinessName(s)]" /> </include> </compose>
<compose> <include> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-[ConcatenatedBusinessName(s)]" /> <concept> <code value="[conceptCode1]" /> <display value="[conceptDisplay1]" /> </concept> <concept> <code value="[conceptCode2]" /> <display value="[conceptDisplay2]" /> </concept> </include> </compose>
<compose> <include> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-[ConcatenatedBusinessName(s)]" /> </include> <exclude> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-[ConcatenatedBusinessName(s)]" /> <concept> <code value="[conceptCode1]" /> <display value="[conceptDisplay2]" /> </concept> <concept> <code value="[conceptCode2]" /> <display value="[conceptDisplay2]" /> </concept> </exclude> </compose>
The UK Core approach is that all SNOMED CT is encapsulated within the Content Logical Definition using SNOMED CT Expression Constraint Language (ECL) in a single statement in the value element, together with a property element value of "constraint" and an op element value of "=".
More information about ECL and Using SNOMED CT with HL7 Standards is available online.
The ECL informative long syntax SHALL be used to identify a hierarchy or reference set within the UK Core to both provide greater clarity to a potentially wide audience and to simplify the process of creating, validating and using the ECL statement for a range of potential users as it avoids any need to encode and decode symbols otherwise used in the brief syntax.
Concept display values SHALL NOT be included in the ECL statement to avoid potential duplication with the ValueSet description and to avoid any need to encode separator characters. The ValueSet description field is used to provide hierarchy / reference set display name information, although display values for lists of individual codes will only be available via a ValueSet expansion, again to avoid duplication.
<compose> <include> <system value="http://snomed.info/sct" /> <filter> <property value="constraint" /> <op value="=" /> <value value="[long syntax1] [SNOMED CT Code1] OR [long syntax2] [SNOMED CT Code2] OR , etc." /> </filter> </include> </compose>
<compose> <include> <system value="https://dmd.nhs.uk" /> <filter> <property value="parent" /> <op value="=" /> <value value="[ValueSet1]" /> </filter> </include> <include> <system value="https://dmd.nhs.uk" /> <filter> <property value="parent" /> <op value="=" /> <value value="[ValueSet1]" /> </filter> </include> </compose>
For some SNOMED CT and dm+d ValueSets, where the expansion would contain a list of concepts larger than 600, they will not be expanded so that the viewers do not misinterpret a partially expanded list as a full list.
Note that expansions are only ever current at the time they are created. The date/time of expansion is currently only viewable from within the XML or JSON view of the ValueSet.
It is possible to manually obtain a ValueSet expansion from the NHS England Terminology Server (Ontoserver), and this expansion can be manually incorporated into an existing ValueSet. This approach was taken for the ValueSet examples above.
This section is intended to provide examples that illustrate the different ways in which the Content Logical Definition (i.e. the
ValueSet containing content from a single entire UK Core CodeSystem
ValueSet containing content from a multiple UK Core CodeSystems and selected nullFlavors
ValueSet containing selected individual codes from SNOMED CT
Complex ValueSet (SNOMED CT hierarchies and individual codes, and dm+d concept classes)
Version | 2.1.0 |
Published by | HL7 UK |
Status | Active (since 2021-09-10) |
A set of codes that define the type of Address Key.
HL7 UK
Email: ukcore@hl7.org.uk
This value set includes codes from the following code systems:
This expansion was generated on 2021-09-10T07:49:44+00:00
This value set contains 2 concepts
Code | System | Display |
---|---|---|
PAF | https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType | Postcode Address File |
UPRN | https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType | Unique Property Reference Number |
ValueSet.id[0] | UKCore-AddressKeyType |
ValueSet.url[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-AddressKeyType |
ValueSet.version[0] | 2.1.0 |
ValueSet.name[0] | UKCoreAddressKeyType |
ValueSet.title[0] | UK Core Address Key Type |
ValueSet.status[0] | active |
ValueSet.date[0] | 2021-09-10 |
ValueSet.publisher[0] | HL7 UK |
ValueSet.contact[0].name[0] | HL7 UK |
ValueSet.contact[0].telecom[0].system[0] | |
ValueSet.contact[0].telecom[0].value[0] | ukcore@hl7.org.uk |
ValueSet.contact[0].telecom[0].use[0] | work |
ValueSet.contact[0].telecom[0].rank[0] | 1 |
ValueSet.description[0] | A set of codes that define the type of Address Key. |
ValueSet.copyright[0] | Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html. |
ValueSet.compose[0].include[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType |
ValueSet.expansion[0].identifier[0] | ecf148bc-2e81-4fd0-b411-d54020d64198 |
ValueSet.expansion[0].timestamp[0] | 2021-09-10T07:49:44+00:00 |
ValueSet.expansion[0].total[0] | 2 |
ValueSet.expansion[0].offset[0] | 0 |
ValueSet.expansion[0].parameter[0].name[0] | version |
ValueSet.expansion[0].parameter[0].value[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType|2.1.0 |
ValueSet.expansion[0].parameter[1].name[0] | count |
ValueSet.expansion[0].parameter[1].value[0] | 2147483647 |
ValueSet.expansion[0].parameter[2].name[0] | offset |
ValueSet.expansion[0].parameter[2].value[0] | 0 |
ValueSet.expansion[0].contains[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType |
ValueSet.expansion[0].contains[0].code[0] | PAF |
ValueSet.expansion[0].contains[0].display[0] | Postcode Address File |
ValueSet.expansion[0].contains[1].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType |
ValueSet.expansion[0].contains[1].code[0] | UPRN |
ValueSet.expansion[0].contains[1].display[0] | Unique Property Reference Number |
<ValueSet xmlns="http://hl7.org/fhir"> <id value="UKCore-AddressKeyType" /> <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-AddressKeyType" /> <version value="2.1.0" /> <name value="UKCoreAddressKeyType" /> <title value="UK Core Address Key Type" /> <status value="active" /> <date value="2021-09-10" /> <publisher value="HL7 UK" /> <contact> <name value="HL7 UK" /> <telecom> <system value="email" /> <value value="ukcore@hl7.org.uk" /> <use value="work" /> <rank value="1" /> </telecom> </contact> <description value="A set of codes that define the type of Address Key." /> <copyright value="Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html." /> <compose> <include> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType" /> </include> </compose> <expansion> <identifier value="ecf148bc-2e81-4fd0-b411-d54020d64198" /> <timestamp value="2021-09-10T07:49:44+00:00" /> <total value="2" /> <offset value="0" /> <parameter> <name value="version" /> <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType|2.1.0" /> </parameter> <parameter> <name value="count" /> <valueInteger value="2147483647" /> </parameter> <parameter> <name value="offset" /> <valueInteger value="0" /> </parameter> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType" /> <code value="PAF" /> <display value="Postcode Address File" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType" /> <code value="UPRN" /> <display value="Unique Property Reference Number" /> </contains> </expansion> </ValueSet>
{ "resourceType": "ValueSet", "id": "UKCore-AddressKeyType", "url": "https://fhir.hl7.org.uk/ValueSet/UKCore-AddressKeyType", "version": "2.1.0", "name": "UKCoreAddressKeyType", "title": "UK Core Address Key Type", "status": "active", "date": "2021-09-10", "publisher": "HL7 UK", "contact": [ { "name": "HL7 UK", "telecom": [ { "system": "email", "value": "ukcore@hl7.org.uk", "use": "work", "rank": 1 } ] } ], "description": "A set of codes that define the type of Address Key.", "copyright": "Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.", "compose": { "include": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType" } ] }, "expansion": { "identifier": "ecf148bc-2e81-4fd0-b411-d54020d64198", "timestamp": "2021-09-10T07:49:44+00:00", "total": 2, "offset": 0, "parameter": [ { "name": "version", "valueUri": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType|2.1.0" }, { "name": "count", "valueInteger": 2147483647 }, { "name": "offset", "valueInteger": 0 } ], "contains": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType", "code": "PAF", "display": "Postcode Address File" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType", "code": "UPRN", "display": "Unique Property Reference Number" } ] } }
Version | 1.0.0 |
Published by | HL7 UK |
Status | Active (since 2021-09-10) |
A set of codes to define a course of therapy for a medication request.
HL7 UK
Email: ukcore@hl7.org.uk
This value set includes codes from the following code systems:
The following codes from system: medicationRequest Course of Therapy Codes
Code | Display |
---|---|
continuous | Continuous long term therapy |
acute | Short course (acute) therapy |
The following codes from system: UKCoreMedicationRequestCourseOfTherapy
Code | Display |
---|---|
continuous-repeating-dispensing | Continuous long term (repeat dispensing) |
This expansion was generated on 2021-09-09T15:02:07+00:00
This value set contains 3 concepts
Code | System | Display |
---|---|---|
continuous | http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy | Continuous long term therapy |
acute | http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy | Short course (acute) therapy |
continuous-repeating-dispensing | https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy | Continuous long term (repeat dispensing) |
ValueSet.id[0] | UKCore-MedicationRequestCourseOfTherapy |
ValueSet.url[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationRequestCourseOfTherapy |
ValueSet.version[0] | 1.0.0 |
ValueSet.name[0] | UKCoreMedicationRequestCourseOfTherapy |
ValueSet.title[0] | UK Core Medication Request Course Of Therapy |
ValueSet.status[0] | active |
ValueSet.date[0] | 2021-09-10 |
ValueSet.publisher[0] | HL7 UK |
ValueSet.contact[0].name[0] | HL7 UK |
ValueSet.contact[0].telecom[0].system[0] | |
ValueSet.contact[0].telecom[0].value[0] | ukcore@hl7.org.uk |
ValueSet.contact[0].telecom[0].use[0] | work |
ValueSet.contact[0].telecom[0].rank[0] | 1 |
ValueSet.description[0] | A set of codes to define a course of therapy for a medication request. |
ValueSet.copyright[0] | Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html. |
ValueSet.compose[0].include[0].system[0] | http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy |
ValueSet.compose[0].include[0].concept[0].code[0] | continuous |
ValueSet.compose[0].include[0].concept[0].display[0] | Continuous long term therapy |
ValueSet.compose[0].include[0].concept[1].code[0] | acute |
ValueSet.compose[0].include[0].concept[1].display[0] | Short course (acute) therapy |
ValueSet.compose[0].include[1].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy |
ValueSet.compose[0].include[1].concept[0].code[0] | continuous-repeating-dispensing |
ValueSet.compose[0].include[1].concept[0].display[0] | Continuous long term (repeat dispensing) |
ValueSet.expansion[0].identifier[0] | 6fb36f9d-bddd-4fe5-9ed8-a9b1a8ca6d80 |
ValueSet.expansion[0].timestamp[0] | 2021-09-09T15:02:07+00:00 |
ValueSet.expansion[0].total[0] | 3 |
ValueSet.expansion[0].offset[0] | 0 |
ValueSet.expansion[0].parameter[0].name[0] | version |
ValueSet.expansion[0].parameter[0].value[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy|1.0.0 |
ValueSet.expansion[0].parameter[1].name[0] | version |
ValueSet.expansion[0].parameter[1].value[0] | http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy|4.0.1 |
ValueSet.expansion[0].parameter[2].name[0] | count |
ValueSet.expansion[0].parameter[2].value[0] | 2147483647 |
ValueSet.expansion[0].parameter[3].name[0] | offset |
ValueSet.expansion[0].parameter[3].value[0] | 0 |
ValueSet.expansion[0].contains[0].system[0] | http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy |
ValueSet.expansion[0].contains[0].version[0] | 4.0.1 |
ValueSet.expansion[0].contains[0].code[0] | continuous |
ValueSet.expansion[0].contains[0].display[0] | Continuous long term therapy |
ValueSet.expansion[0].contains[1].system[0] | http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy |
ValueSet.expansion[0].contains[1].version[0] | 4.0.1 |
ValueSet.expansion[0].contains[1].code[0] | acute |
ValueSet.expansion[0].contains[1].display[0] | Short course (acute) therapy |
ValueSet.expansion[0].contains[2].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy |
ValueSet.expansion[0].contains[2].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[2].code[0] | continuous-repeating-dispensing |
ValueSet.expansion[0].contains[2].display[0] | Continuous long term (repeat dispensing) |
<ValueSet xmlns="http://hl7.org/fhir"> <id value="UKCore-MedicationRequestCourseOfTherapy" /> <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationRequestCourseOfTherapy" /> <version value="1.0.0" /> <name value="UKCoreMedicationRequestCourseOfTherapy" /> <title value="UK Core Medication Request Course Of Therapy" /> <status value="active" /> <date value="2021-09-10" /> <publisher value="HL7 UK" /> <contact> <name value="HL7 UK" /> <telecom> <system value="email" /> <value value="ukcore@hl7.org.uk" /> <use value="work" /> <rank value="1" /> </telecom> </contact> <description value="A set of codes to define a course of therapy for a medication request." /> <copyright value="Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html." /> <compose> <include> <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" /> <concept> <code value="continuous" /> <display value="Continuous long term therapy" /> </concept> <concept> <code value="acute" /> <display value="Short course (acute) therapy" /> </concept> </include> <include> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy" /> <concept> <code value="continuous-repeating-dispensing" /> <display value="Continuous long term (repeat dispensing)" /> </concept> </include> </compose> <expansion> <identifier value="6fb36f9d-bddd-4fe5-9ed8-a9b1a8ca6d80" /> <timestamp value="2021-09-09T15:02:07+00:00" /> <total value="3" /> <offset value="0" /> <parameter> <name value="version" /> <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy|1.0.0" /> </parameter> <parameter> <name value="version" /> <valueUri value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy|4.0.1" /> </parameter> <parameter> <name value="count" /> <valueInteger value="2147483647" /> </parameter> <parameter> <name value="offset" /> <valueInteger value="0" /> </parameter> <contains> <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" /> <version value="4.0.1" /> <code value="continuous" /> <display value="Continuous long term therapy" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" /> <version value="4.0.1" /> <code value="acute" /> <display value="Short course (acute) therapy" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy" /> <version value="1.0.0" /> <code value="continuous-repeating-dispensing" /> <display value="Continuous long term (repeat dispensing)" /> </contains> </expansion> </ValueSet>
{ "resourceType": "ValueSet", "id": "UKCore-MedicationRequestCourseOfTherapy", "url": "https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationRequestCourseOfTherapy", "version": "1.0.0", "name": "UKCoreMedicationRequestCourseOfTherapy", "title": "UK Core Medication Request Course Of Therapy", "status": "active", "date": "2021-09-10", "publisher": "HL7 UK", "contact": [ { "name": "HL7 UK", "telecom": [ { "system": "email", "value": "ukcore@hl7.org.uk", "use": "work", "rank": 1 } ] } ], "description": "A set of codes to define a course of therapy for a medication request.", "copyright": "Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.", "compose": { "include": [ { "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy", "concept": [ { "code": "continuous", "display": "Continuous long term therapy" }, { "code": "acute", "display": "Short course (acute) therapy" } ] }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy", "concept": [ { "code": "continuous-repeating-dispensing", "display": "Continuous long term (repeat dispensing)" } ] } ] }, "expansion": { "identifier": "6fb36f9d-bddd-4fe5-9ed8-a9b1a8ca6d80", "timestamp": "2021-09-09T15:02:07+00:00", "total": 3, "offset": 0, "parameter": [ { "name": "version", "valueUri": "https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy|1.0.0" }, { "name": "version", "valueUri": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy|4.0.1" }, { "name": "count", "valueInteger": 2147483647 }, { "name": "offset", "valueInteger": 0 } ], "contains": [ { "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy", "version": "4.0.1", "code": "continuous", "display": "Continuous long term therapy" }, { "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy", "version": "4.0.1", "code": "acute", "display": "Short course (acute) therapy" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy", "version": "1.0.0", "code": "continuous-repeating-dispensing", "display": "Continuous long term (repeat dispensing)" } ] } }
Version | 2.2.0 |
Published by | HL7 UK |
Status | Active (since 2022-08-26) |
A set of codes that indicate the trace status of an NHS Number with respect to a national source of NHS Numbers.
Where there is no information about the trace status available, a specific code from the nullFlavor Code System can be used instead to indicate this.
HL7 UK
Email: ukcore@hl7.org.uk
This value set includes codes from the following code systems:
The following codes from system: v3.NullFlavor
Code | Display |
---|---|
NI | NoInformation |
This expansion was generated on 2022-10-19T14:08:35+00:00
This value set contains 18 concepts
Code | System | Display |
---|---|---|
01 | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland | Number present and verified |
02 | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland | Number present but not traced |
03 | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland | Trace required |
04 | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland | Trace attempted - No match or multiple match found |
05 | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland | Trace needs to be resolved - (NHS number or patient detail conflict) |
06 | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland | Trace in progress |
07 | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland | Number not present and trace not required |
08 | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland | Trace postponed (baby under six weeks old) |
nn | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales | Number present and traced using Welsh NHS AR |
01 | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales | Number present & traced |
02 | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales | Number present but not traced |
03 | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales | Trace required |
04 | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales | Trace attempted – no match or multiple match found |
05 | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales | Trace needs to be resolved (NHS number or patient detail conflict) |
06 | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales | Trace in progress |
07 | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales | Number not present and trace not required |
08 | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales | Trace postponed (baby under six weeks old) |
NI | http://terminology.hl7.org/CodeSystem/v3-NullFlavor | NoInformation |
ValueSet.id[0] | UKCore-NHSNumberVerificationStatus |
ValueSet.url[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-NHSNumberVerificationStatus |
ValueSet.version[0] | 2.2.0 |
ValueSet.name[0] | UKCoreNHSNumberVerificationStatus |
ValueSet.title[0] | UK Core NHS Number Verification Status |
ValueSet.status[0] | active |
ValueSet.date[0] | 2022-08-26 |
ValueSet.publisher[0] | HL7 UK |
ValueSet.contact[0].name[0] | HL7 UK |
ValueSet.contact[0].telecom[0].system[0] | |
ValueSet.contact[0].telecom[0].value[0] | ukcore@hl7.org.uk |
ValueSet.contact[0].telecom[0].use[0] | work |
ValueSet.contact[0].telecom[0].rank[0] | 1 |
ValueSet.description[0] | A set of codes that indicate the trace status of an NHS Number with respect to a national source of NHS Numbers. Where there is no information about the trace status available, a specific code from the nullFlavor Code System can be used instead to indicate this. |
ValueSet.copyright[0] | Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html. |
ValueSet.compose[0].include[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland |
ValueSet.compose[0].include[1].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales |
ValueSet.compose[0].include[2].system[0] | http://terminology.hl7.org/CodeSystem/v3-NullFlavor |
ValueSet.compose[0].include[2].concept[0].code[0] | NI |
ValueSet.compose[0].include[2].concept[0].display[0] | NoInformation |
ValueSet.expansion[0].identifier[0] | 0b1f8226-afc8-49e6-a7f7-e945cdb24521 |
ValueSet.expansion[0].timestamp[0] | 2022-10-19T14:08:35+00:00 |
ValueSet.expansion[0].total[0] | 18 |
ValueSet.expansion[0].offset[0] | 0 |
ValueSet.expansion[0].parameter[0].name[0] | offset |
ValueSet.expansion[0].parameter[0].value[0] | 0 |
ValueSet.expansion[0].parameter[1].name[0] | count |
ValueSet.expansion[0].parameter[1].value[0] | 1000 |
ValueSet.expansion[0].contains[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland |
ValueSet.expansion[0].contains[0].version[0] | 1.1.0 |
ValueSet.expansion[0].contains[0].code[0] | 01 |
ValueSet.expansion[0].contains[0].display[0] | Number present and verified |
ValueSet.expansion[0].contains[1].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland |
ValueSet.expansion[0].contains[1].version[0] | 1.1.0 |
ValueSet.expansion[0].contains[1].code[0] | 02 |
ValueSet.expansion[0].contains[1].display[0] | Number present but not traced |
ValueSet.expansion[0].contains[2].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland |
ValueSet.expansion[0].contains[2].version[0] | 1.1.0 |
ValueSet.expansion[0].contains[2].code[0] | 03 |
ValueSet.expansion[0].contains[2].display[0] | Trace required |
ValueSet.expansion[0].contains[3].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland |
ValueSet.expansion[0].contains[3].version[0] | 1.1.0 |
ValueSet.expansion[0].contains[3].code[0] | 04 |
ValueSet.expansion[0].contains[3].display[0] | Trace attempted - No match or multiple match found |
ValueSet.expansion[0].contains[4].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland |
ValueSet.expansion[0].contains[4].version[0] | 1.1.0 |
ValueSet.expansion[0].contains[4].code[0] | 05 |
ValueSet.expansion[0].contains[4].display[0] | Trace needs to be resolved - (NHS number or patient detail conflict) |
ValueSet.expansion[0].contains[5].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland |
ValueSet.expansion[0].contains[5].version[0] | 1.1.0 |
ValueSet.expansion[0].contains[5].code[0] | 06 |
ValueSet.expansion[0].contains[5].display[0] | Trace in progress |
ValueSet.expansion[0].contains[6].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland |
ValueSet.expansion[0].contains[6].version[0] | 1.1.0 |
ValueSet.expansion[0].contains[6].code[0] | 07 |
ValueSet.expansion[0].contains[6].display[0] | Number not present and trace not required |
ValueSet.expansion[0].contains[7].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland |
ValueSet.expansion[0].contains[7].version[0] | 1.1.0 |
ValueSet.expansion[0].contains[7].code[0] | 08 |
ValueSet.expansion[0].contains[7].display[0] | Trace postponed (baby under six weeks old) |
ValueSet.expansion[0].contains[8].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales |
ValueSet.expansion[0].contains[8].version[0] | 1.1.0 |
ValueSet.expansion[0].contains[8].code[0] | nn |
ValueSet.expansion[0].contains[8].display[0] | Number present and traced using Welsh NHS AR |
ValueSet.expansion[0].contains[9].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales |
ValueSet.expansion[0].contains[9].version[0] | 1.1.0 |
ValueSet.expansion[0].contains[9].code[0] | 01 |
ValueSet.expansion[0].contains[9].display[0] | Number present & traced |
ValueSet.expansion[0].contains[10].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales |
ValueSet.expansion[0].contains[10].version[0] | 1.1.0 |
ValueSet.expansion[0].contains[10].code[0] | 02 |
ValueSet.expansion[0].contains[10].display[0] | Number present but not traced |
ValueSet.expansion[0].contains[11].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales |
ValueSet.expansion[0].contains[11].version[0] | 1.1.0 |
ValueSet.expansion[0].contains[11].code[0] | 03 |
ValueSet.expansion[0].contains[11].display[0] | Trace required |
ValueSet.expansion[0].contains[12].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales |
ValueSet.expansion[0].contains[12].version[0] | 1.1.0 |
ValueSet.expansion[0].contains[12].code[0] | 04 |
ValueSet.expansion[0].contains[12].display[0] | Trace attempted – no match or multiple match found |
ValueSet.expansion[0].contains[13].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales |
ValueSet.expansion[0].contains[13].version[0] | 1.1.0 |
ValueSet.expansion[0].contains[13].code[0] | 05 |
ValueSet.expansion[0].contains[13].display[0] | Trace needs to be resolved (NHS number or patient detail conflict) |
ValueSet.expansion[0].contains[14].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales |
ValueSet.expansion[0].contains[14].version[0] | 1.1.0 |
ValueSet.expansion[0].contains[14].code[0] | 06 |
ValueSet.expansion[0].contains[14].display[0] | Trace in progress |
ValueSet.expansion[0].contains[15].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales |
ValueSet.expansion[0].contains[15].version[0] | 1.1.0 |
ValueSet.expansion[0].contains[15].code[0] | 07 |
ValueSet.expansion[0].contains[15].display[0] | Number not present and trace not required |
ValueSet.expansion[0].contains[16].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales |
ValueSet.expansion[0].contains[16].version[0] | 1.1.0 |
ValueSet.expansion[0].contains[16].code[0] | 08 |
ValueSet.expansion[0].contains[16].display[0] | Trace postponed (baby under six weeks old) |
ValueSet.expansion[0].contains[17].system[0] | http://terminology.hl7.org/CodeSystem/v3-NullFlavor |
ValueSet.expansion[0].contains[17].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[17].code[0] | NI |
ValueSet.expansion[0].contains[17].display[0] | NoInformation |
<ValueSet xmlns="http://hl7.org/fhir"> <id value="UKCore-NHSNumberVerificationStatus" /> <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-NHSNumberVerificationStatus" /> <version value="2.2.0" /> <name value="UKCoreNHSNumberVerificationStatus" /> <title value="UK Core NHS Number Verification Status" /> <status value="active" /> <date value="2022-08-26" /> <publisher value="HL7 UK" /> <contact> <name value="HL7 UK" /> <telecom> <system value="email" /> <value value="ukcore@hl7.org.uk" /> <use value="work" /> <rank value="1" /> </telecom> </contact> <description value="A set of codes that indicate the trace status of an NHS Number with respect to a national source of NHS Numbers. \n\n \n Where there is no information about the trace status available, a specific code from the nullFlavor Code System can be used instead to indicate this." /> <copyright value="Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html." /> <compose> <include> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> </include> <include> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> </include> <include> <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor" /> <concept> <code value="NI" /> <display value="NoInformation" /> </concept> </include> </compose> <expansion> <identifier value="0b1f8226-afc8-49e6-a7f7-e945cdb24521" /> <timestamp value="2022-10-19T14:08:35+00:00" /> <total value="18" /> <offset value="0" /> <parameter> <name value="offset" /> <valueInteger value="0" /> </parameter> <parameter> <name value="count" /> <valueInteger value="1000" /> </parameter> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> <version value="1.1.0" /> <code value="01" /> <display value="Number present and verified" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> <version value="1.1.0" /> <code value="02" /> <display value="Number present but not traced" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> <version value="1.1.0" /> <code value="03" /> <display value="Trace required" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> <version value="1.1.0" /> <code value="04" /> <display value="Trace attempted - No match or multiple match found" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> <version value="1.1.0" /> <code value="05" /> <display value="Trace needs to be resolved - (NHS number or patient detail conflict)" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> <version value="1.1.0" /> <code value="06" /> <display value="Trace in progress" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> <version value="1.1.0" /> <code value="07" /> <display value="Number not present and trace not required" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> <version value="1.1.0" /> <code value="08" /> <display value="Trace postponed (baby under six weeks old)" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> <version value="1.1.0" /> <code value="nn" /> <display value="Number present and traced using Welsh NHS AR" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> <version value="1.1.0" /> <code value="01" /> <display value="Number present & traced" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> <version value="1.1.0" /> <code value="02" /> <display value="Number present but not traced" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> <version value="1.1.0" /> <code value="03" /> <display value="Trace required" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> <version value="1.1.0" /> <code value="04" /> <display value="Trace attempted – no match or multiple match found" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> <version value="1.1.0" /> <code value="05" /> <display value="Trace needs to be resolved (NHS number or patient detail conflict)" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> <version value="1.1.0" /> <code value="06" /> <display value="Trace in progress" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> <version value="1.1.0" /> <code value="07" /> <display value="Number not present and trace not required" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> <version value="1.1.0" /> <code value="08" /> <display value="Trace postponed (baby under six weeks old)" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor" /> <version value="2018-08-12" /> <code value="NI" /> <display value="NoInformation" /> </contains> </expansion> </ValueSet>
{ "resourceType": "ValueSet", "id": "UKCore-NHSNumberVerificationStatus", "url": "https://fhir.hl7.org.uk/ValueSet/UKCore-NHSNumberVerificationStatus", "version": "2.2.0", "name": "UKCoreNHSNumberVerificationStatus", "title": "UK Core NHS Number Verification Status", "status": "active", "date": "2022-08-26", "publisher": "HL7 UK", "contact": [ { "name": "HL7 UK", "telecom": [ { "system": "email", "value": "ukcore@hl7.org.uk", "use": "work", "rank": 1 } ] } ], "description": "A set of codes that indicate the trace status of an NHS Number with respect to a national source of NHS Numbers. \n\n \n Where there is no information about the trace status available, a specific code from the nullFlavor Code System can be used instead to indicate this.", "copyright": "Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.", "compose": { "include": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", "concept": [ { "code": "NI", "display": "NoInformation" } ] } ] }, "expansion": { "identifier": "0b1f8226-afc8-49e6-a7f7-e945cdb24521", "timestamp": "2022-10-19T14:08:35+00:00", "total": 18, "offset": 0, "parameter": [ { "name": "offset", "valueInteger": 0 }, { "name": "count", "valueInteger": 1000 } ], "contains": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland", "version": "1.1.0", "code": "01", "display": "Number present and verified" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland", "version": "1.1.0", "code": "02", "display": "Number present but not traced" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland", "version": "1.1.0", "code": "03", "display": "Trace required" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland", "version": "1.1.0", "code": "04", "display": "Trace attempted - No match or multiple match found" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland", "version": "1.1.0", "code": "05", "display": "Trace needs to be resolved - (NHS number or patient detail conflict)" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland", "version": "1.1.0", "code": "06", "display": "Trace in progress" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland", "version": "1.1.0", "code": "07", "display": "Number not present and trace not required" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland", "version": "1.1.0", "code": "08", "display": "Trace postponed (baby under six weeks old)" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales", "version": "1.1.0", "code": "nn", "display": "Number present and traced using Welsh NHS AR" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales", "version": "1.1.0", "code": "01", "display": "Number present & traced" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales", "version": "1.1.0", "code": "02", "display": "Number present but not traced" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales", "version": "1.1.0", "code": "03", "display": "Trace required" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales", "version": "1.1.0", "code": "04", "display": "Trace attempted – no match or multiple match found" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales", "version": "1.1.0", "code": "05", "display": "Trace needs to be resolved (NHS number or patient detail conflict)" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales", "version": "1.1.0", "code": "06", "display": "Trace in progress" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales", "version": "1.1.0", "code": "07", "display": "Number not present and trace not required" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales", "version": "1.1.0", "code": "08", "display": "Trace postponed (baby under six weeks old)" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", "version": "2018-08-12", "code": "NI", "display": "NoInformation" } ] } }
Version | 2.1.0 |
Published by | HL7 UK |
Status | Active (since 2021-09-10) |
A set of codes that define the type of relationship a person has to a patient.
HL7 UK
Email: ukcore@hl7.org.uk
This value set includes codes from the following code systems:
This value set excludes codes from the following code systems:
The following codes from system: v2.0131
Code | Display |
---|---|
O | Other |
The following codes from system: v3.RoleCode
Code | Display |
---|---|
_PersonalRelationshipRoleType | PersonalRelationshipRoleType |
This expansion was generated on 2021-09-10T07:25:20+00:00
This value set contains 131 concepts
Code | System | Display |
---|---|---|
CHLDADOPT | http://terminology.hl7.org/CodeSystem/v3-RoleCode | adopted child |
DAUADOPT | http://terminology.hl7.org/CodeSystem/v3-RoleCode | adopted daughter |
SONADOPT | http://terminology.hl7.org/CodeSystem/v3-RoleCode | adopted son |
ADOPTF | http://terminology.hl7.org/CodeSystem/v3-RoleCode | adoptive father |
ADOPTM | http://terminology.hl7.org/CodeSystem/v3-RoleCode | adoptive mother |
ADOPTP | http://terminology.hl7.org/CodeSystem/v3-RoleCode | adoptive parent |
Agent | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole | Agent of patient |
AUNT | http://terminology.hl7.org/CodeSystem/v3-RoleCode | aunt |
BP | http://terminology.hl7.org/CodeSystem/v2-0131 | Billing contact person |
BRO | http://terminology.hl7.org/CodeSystem/v3-RoleCode | brother |
BROINLAW | http://terminology.hl7.org/CodeSystem/v3-RoleCode | brother-in-law |
Carer | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole | Carer of patient |
CHILD | http://terminology.hl7.org/CodeSystem/v3-RoleCode | child |
CHLDINLAW | http://terminology.hl7.org/CodeSystem/v3-RoleCode | child-in-law |
CP | http://terminology.hl7.org/CodeSystem/v2-0131 | Contact person |
COUSN | http://terminology.hl7.org/CodeSystem/v3-RoleCode | cousin |
DAUC | http://terminology.hl7.org/CodeSystem/v3-RoleCode | daughter |
DAUINLAW | http://terminology.hl7.org/CodeSystem/v3-RoleCode | daughter in-law |
Dependant | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole | Dependant of patient |
DOMPART | http://terminology.hl7.org/CodeSystem/v3-RoleCode | domestic partner |
C | http://terminology.hl7.org/CodeSystem/v2-0131 | Emergency Contact |
EP | http://terminology.hl7.org/CodeSystem/v2-0131 | Emergency contact person |
E | http://terminology.hl7.org/CodeSystem/v2-0131 | Employer |
EXT | http://terminology.hl7.org/CodeSystem/v3-RoleCode | extended family member |
FAMMEMB | http://terminology.hl7.org/CodeSystem/v3-RoleCode | family member |
FTH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | father |
FTHINLAW | http://terminology.hl7.org/CodeSystem/v3-RoleCode | father-in-law |
F | http://terminology.hl7.org/CodeSystem/v2-0131 | Federal Agency |
FMRSPS | http://terminology.hl7.org/CodeSystem/v3-RoleCode | former spouse |
CHLDFOST | http://terminology.hl7.org/CodeSystem/v3-RoleCode | foster child |
DAUFOST | http://terminology.hl7.org/CodeSystem/v3-RoleCode | foster daughter |
FTHFOST | http://terminology.hl7.org/CodeSystem/v3-RoleCode | foster father |
MTHFOST | http://terminology.hl7.org/CodeSystem/v3-RoleCode | foster mother |
PRNFOST | http://terminology.hl7.org/CodeSystem/v3-RoleCode | foster parent |
SONFOST | http://terminology.hl7.org/CodeSystem/v3-RoleCode | foster son |
FTWIN | http://terminology.hl7.org/CodeSystem/v3-RoleCode | fraternal twin |
FTWINBRO | http://terminology.hl7.org/CodeSystem/v3-RoleCode | fraternal twin brother |
FTWINSIS | http://terminology.hl7.org/CodeSystem/v3-RoleCode | fraternal twin sister |
GESTM | http://terminology.hl7.org/CodeSystem/v3-RoleCode | gestational mother |
GRNDCHILD | http://terminology.hl7.org/CodeSystem/v3-RoleCode | grandchild |
GRNDDAU | http://terminology.hl7.org/CodeSystem/v3-RoleCode | granddaughter |
GRFTH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | grandfather |
GRMTH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | grandmother |
GRPRN | http://terminology.hl7.org/CodeSystem/v3-RoleCode | grandparent |
GRNDSON | http://terminology.hl7.org/CodeSystem/v3-RoleCode | grandson |
GGRFTH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | great grandfather |
GGRMTH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | great grandmother |
GGRPRN | http://terminology.hl7.org/CodeSystem/v3-RoleCode | great grandparent |
Guardian | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole | Guardian of patient |
HBRO | http://terminology.hl7.org/CodeSystem/v3-RoleCode | half-brother |
HSIB | http://terminology.hl7.org/CodeSystem/v3-RoleCode | half-sibling |
HSIS | http://terminology.hl7.org/CodeSystem/v3-RoleCode | half-sister |
HUSB | http://terminology.hl7.org/CodeSystem/v3-RoleCode | husband |
ITWIN | http://terminology.hl7.org/CodeSystem/v3-RoleCode | identical twin |
ITWINBRO | http://terminology.hl7.org/CodeSystem/v3-RoleCode | identical twin brother |
ITWINSIS | http://terminology.hl7.org/CodeSystem/v3-RoleCode | identical twin sister |
INLAW | http://terminology.hl7.org/CodeSystem/v3-RoleCode | inlaw |
I | http://terminology.hl7.org/CodeSystem/v2-0131 | Insurance Company |
MAUNT | http://terminology.hl7.org/CodeSystem/v3-RoleCode | maternal aunt |
MCOUSN | http://terminology.hl7.org/CodeSystem/v3-RoleCode | maternal cousin |
MGRFTH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | maternal grandfather |
MGRMTH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | maternal grandmother |
MGRPRN | http://terminology.hl7.org/CodeSystem/v3-RoleCode | maternal grandparent |
MGGRFTH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | maternal great-grandfather |
MGGRMTH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | maternal great-grandmother |
MGGRPRN | http://terminology.hl7.org/CodeSystem/v3-RoleCode | maternal great-grandparent |
MUNCLE | http://terminology.hl7.org/CodeSystem/v3-RoleCode | maternal uncle |
MTH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | mother |
MTHINLAW | http://terminology.hl7.org/CodeSystem/v3-RoleCode | mother-in-law |
NBRO | http://terminology.hl7.org/CodeSystem/v3-RoleCode | natural brother |
NCHILD | http://terminology.hl7.org/CodeSystem/v3-RoleCode | natural child |
DAU | http://terminology.hl7.org/CodeSystem/v3-RoleCode | natural daughter |
NFTH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | natural father |
NFTHF | http://terminology.hl7.org/CodeSystem/v3-RoleCode | natural father of fetus |
NMTH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | natural mother |
NMTHF | http://terminology.hl7.org/CodeSystem/v3-RoleCode | natural mother of fetus |
NPRN | http://terminology.hl7.org/CodeSystem/v3-RoleCode | natural parent |
NSIB | http://terminology.hl7.org/CodeSystem/v3-RoleCode | natural sibling |
NSIS | http://terminology.hl7.org/CodeSystem/v3-RoleCode | natural sister |
SON | http://terminology.hl7.org/CodeSystem/v3-RoleCode | natural son |
NBOR | http://terminology.hl7.org/CodeSystem/v3-RoleCode | neighbor |
NEPHEW | http://terminology.hl7.org/CodeSystem/v3-RoleCode | nephew |
N | http://terminology.hl7.org/CodeSystem/v2-0131 | Next-of-Kin |
NIECE | http://terminology.hl7.org/CodeSystem/v3-RoleCode | niece |
NIENEPH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | niece/nephew |
NonDependant | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole | Non Dependant of patient |
NotSpecified | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole | Not Specified |
PRN | http://terminology.hl7.org/CodeSystem/v3-RoleCode | parent |
PRNINLAW | http://terminology.hl7.org/CodeSystem/v3-RoleCode | parent in-law |
PAUNT | http://terminology.hl7.org/CodeSystem/v3-RoleCode | paternal aunt |
PCOUSN | http://terminology.hl7.org/CodeSystem/v3-RoleCode | paternal cousin |
PGRFTH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | paternal grandfather |
PGRMTH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | paternal grandmother |
PGRPRN | http://terminology.hl7.org/CodeSystem/v3-RoleCode | paternal grandparent |
PGGRFTH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | paternal great-grandfather |
PGGRMTH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | paternal great-grandmother |
PGGRPRN | http://terminology.hl7.org/CodeSystem/v3-RoleCode | paternal great-grandparent |
PUNCLE | http://terminology.hl7.org/CodeSystem/v3-RoleCode | paternal uncle |
PR | http://terminology.hl7.org/CodeSystem/v2-0131 | Person preparing referral |
Personal | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole | Personal relationship with the patient |
PolygamousPartner | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole | Polygamous Partner of patient |
ProxyCommunication | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole | Proxy Communication for patient |
ProxyContactCommunication | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole | Proxy Contact and Communication for patient |
ProxyContact | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole | Proxy Contact for patient |
ROOM | http://terminology.hl7.org/CodeSystem/v3-RoleCode | Roommate |
ONESELF | http://terminology.hl7.org/CodeSystem/v3-RoleCode | self |
SIB | http://terminology.hl7.org/CodeSystem/v3-RoleCode | sibling |
SIBINLAW | http://terminology.hl7.org/CodeSystem/v3-RoleCode | sibling in-law |
SIGOTHR | http://terminology.hl7.org/CodeSystem/v3-RoleCode | significant other |
SIS | http://terminology.hl7.org/CodeSystem/v3-RoleCode | sister |
SISINLAW | http://terminology.hl7.org/CodeSystem/v3-RoleCode | sister-in-law |
SONC | http://terminology.hl7.org/CodeSystem/v3-RoleCode | son |
SONINLAW | http://terminology.hl7.org/CodeSystem/v3-RoleCode | son in-law |
SPS | http://terminology.hl7.org/CodeSystem/v3-RoleCode | spouse |
S | http://terminology.hl7.org/CodeSystem/v2-0131 | State Agency |
STPCHLD | http://terminology.hl7.org/CodeSystem/v3-RoleCode | step child |
STPPRN | http://terminology.hl7.org/CodeSystem/v3-RoleCode | step parent |
STPSIB | http://terminology.hl7.org/CodeSystem/v3-RoleCode | step sibling |
STPBRO | http://terminology.hl7.org/CodeSystem/v3-RoleCode | stepbrother |
STPDAU | http://terminology.hl7.org/CodeSystem/v3-RoleCode | stepdaughter |
STPFTH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | stepfather |
STPMTH | http://terminology.hl7.org/CodeSystem/v3-RoleCode | stepmother |
STPSIS | http://terminology.hl7.org/CodeSystem/v3-RoleCode | stepsister |
STPSON | http://terminology.hl7.org/CodeSystem/v3-RoleCode | stepson |
TWIN | http://terminology.hl7.org/CodeSystem/v3-RoleCode | twin |
TWINBRO | http://terminology.hl7.org/CodeSystem/v3-RoleCode | twin brother |
TWINSIS | http://terminology.hl7.org/CodeSystem/v3-RoleCode | twin sister |
UNCLE | http://terminology.hl7.org/CodeSystem/v3-RoleCode | uncle |
U | http://terminology.hl7.org/CodeSystem/v2-0131 | Unknown |
FRND | http://terminology.hl7.org/CodeSystem/v3-RoleCode | unrelated friend |
WIFE | http://terminology.hl7.org/CodeSystem/v3-RoleCode | wife |
ValueSet.id[0] | UKCore-PersonRelationshipType |
ValueSet.url[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-PersonRelationshipType |
ValueSet.version[0] | 2.1.0 |
ValueSet.name[0] | UKCorePersonRelationshipType |
ValueSet.title[0] | UK Core Person Relationship Type |
ValueSet.status[0] | active |
ValueSet.date[0] | 2021-09-10 |
ValueSet.publisher[0] | HL7 UK |
ValueSet.contact[0].name[0] | HL7 UK |
ValueSet.contact[0].telecom[0].system[0] | |
ValueSet.contact[0].telecom[0].value[0] | ukcore@hl7.org.uk |
ValueSet.contact[0].telecom[0].use[0] | work |
ValueSet.contact[0].telecom[0].rank[0] | 1 |
ValueSet.description[0] | A set of codes that define the type of relationship a person has to a patient. |
ValueSet.copyright[0] | Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html. |
ValueSet.compose[0].include[0].system[0] | http://terminology.hl7.org/CodeSystem/v2-0131 |
ValueSet.compose[0].include[1].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.compose[0].include[1].filter[0].property[0] | concept |
ValueSet.compose[0].include[1].filter[0].op[0] | is-a |
ValueSet.compose[0].include[1].filter[0].value[0] | _PersonalRelationshipRoleType |
ValueSet.compose[0].include[2].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole |
ValueSet.compose[0].exclude[0].system[0] | http://terminology.hl7.org/CodeSystem/v2-0131 |
ValueSet.compose[0].exclude[0].concept[0].code[0] | O |
ValueSet.compose[0].exclude[0].concept[0].display[0] | Other |
ValueSet.compose[0].exclude[1].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.compose[0].exclude[1].concept[0].code[0] | _PersonalRelationshipRoleType |
ValueSet.compose[0].exclude[1].concept[0].display[0] | PersonalRelationshipRoleType |
ValueSet.expansion[0].identifier[0] | f62b3aeb-e65d-4426-bf6b-4d281b386504 |
ValueSet.expansion[0].timestamp[0] | 2021-09-10T07:25:20+00:00 |
ValueSet.expansion[0].total[0] | 131 |
ValueSet.expansion[0].offset[0] | 0 |
ValueSet.expansion[0].parameter[0].name[0] | version |
ValueSet.expansion[0].parameter[0].value[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode|2018-08-12 |
ValueSet.expansion[0].parameter[1].name[0] | version |
ValueSet.expansion[0].parameter[1].value[0] | http://terminology.hl7.org/CodeSystem/v2-0131|2.9 |
ValueSet.expansion[0].parameter[2].name[0] | version |
ValueSet.expansion[0].parameter[2].value[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole|2.1.0 |
ValueSet.expansion[0].parameter[3].name[0] | count |
ValueSet.expansion[0].parameter[3].value[0] | 2147483647 |
ValueSet.expansion[0].parameter[4].name[0] | offset |
ValueSet.expansion[0].parameter[4].value[0] | 0 |
ValueSet.expansion[0].contains[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[0].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[0].code[0] | CHLDADOPT |
ValueSet.expansion[0].contains[0].display[0] | adopted child |
ValueSet.expansion[0].contains[1].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[1].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[1].code[0] | DAUADOPT |
ValueSet.expansion[0].contains[1].display[0] | adopted daughter |
ValueSet.expansion[0].contains[2].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[2].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[2].code[0] | SONADOPT |
ValueSet.expansion[0].contains[2].display[0] | adopted son |
ValueSet.expansion[0].contains[3].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[3].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[3].code[0] | ADOPTF |
ValueSet.expansion[0].contains[3].display[0] | adoptive father |
ValueSet.expansion[0].contains[4].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[4].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[4].code[0] | ADOPTM |
ValueSet.expansion[0].contains[4].display[0] | adoptive mother |
ValueSet.expansion[0].contains[5].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[5].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[5].code[0] | ADOPTP |
ValueSet.expansion[0].contains[5].display[0] | adoptive parent |
ValueSet.expansion[0].contains[6].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole |
ValueSet.expansion[0].contains[6].version[0] | 2.1.0 |
ValueSet.expansion[0].contains[6].code[0] | Agent |
ValueSet.expansion[0].contains[6].display[0] | Agent of patient |
ValueSet.expansion[0].contains[7].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[7].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[7].code[0] | AUNT |
ValueSet.expansion[0].contains[7].display[0] | aunt |
ValueSet.expansion[0].contains[8].system[0] | http://terminology.hl7.org/CodeSystem/v2-0131 |
ValueSet.expansion[0].contains[8].inactive[0] | True |
ValueSet.expansion[0].contains[8].version[0] | 2.9 |
ValueSet.expansion[0].contains[8].code[0] | BP |
ValueSet.expansion[0].contains[8].display[0] | Billing contact person |
ValueSet.expansion[0].contains[9].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[9].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[9].code[0] | BRO |
ValueSet.expansion[0].contains[9].display[0] | brother |
ValueSet.expansion[0].contains[10].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[10].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[10].code[0] | BROINLAW |
ValueSet.expansion[0].contains[10].display[0] | brother-in-law |
ValueSet.expansion[0].contains[11].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole |
ValueSet.expansion[0].contains[11].version[0] | 2.1.0 |
ValueSet.expansion[0].contains[11].code[0] | Carer |
ValueSet.expansion[0].contains[11].display[0] | Carer of patient |
ValueSet.expansion[0].contains[12].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[12].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[12].code[0] | CHILD |
ValueSet.expansion[0].contains[12].display[0] | child |
ValueSet.expansion[0].contains[13].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[13].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[13].code[0] | CHLDINLAW |
ValueSet.expansion[0].contains[13].display[0] | child-in-law |
ValueSet.expansion[0].contains[14].system[0] | http://terminology.hl7.org/CodeSystem/v2-0131 |
ValueSet.expansion[0].contains[14].inactive[0] | True |
ValueSet.expansion[0].contains[14].version[0] | 2.9 |
ValueSet.expansion[0].contains[14].code[0] | CP |
ValueSet.expansion[0].contains[14].display[0] | Contact person |
ValueSet.expansion[0].contains[15].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[15].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[15].code[0] | COUSN |
ValueSet.expansion[0].contains[15].display[0] | cousin |
ValueSet.expansion[0].contains[16].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[16].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[16].code[0] | DAUC |
ValueSet.expansion[0].contains[16].display[0] | daughter |
ValueSet.expansion[0].contains[17].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[17].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[17].code[0] | DAUINLAW |
ValueSet.expansion[0].contains[17].display[0] | daughter in-law |
ValueSet.expansion[0].contains[18].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole |
ValueSet.expansion[0].contains[18].version[0] | 2.1.0 |
ValueSet.expansion[0].contains[18].code[0] | Dependant |
ValueSet.expansion[0].contains[18].display[0] | Dependant of patient |
ValueSet.expansion[0].contains[19].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[19].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[19].code[0] | DOMPART |
ValueSet.expansion[0].contains[19].display[0] | domestic partner |
ValueSet.expansion[0].contains[20].system[0] | http://terminology.hl7.org/CodeSystem/v2-0131 |
ValueSet.expansion[0].contains[20].version[0] | 2.9 |
ValueSet.expansion[0].contains[20].code[0] | C |
ValueSet.expansion[0].contains[20].display[0] | Emergency Contact |
ValueSet.expansion[0].contains[21].system[0] | http://terminology.hl7.org/CodeSystem/v2-0131 |
ValueSet.expansion[0].contains[21].inactive[0] | True |
ValueSet.expansion[0].contains[21].version[0] | 2.9 |
ValueSet.expansion[0].contains[21].code[0] | EP |
ValueSet.expansion[0].contains[21].display[0] | Emergency contact person |
ValueSet.expansion[0].contains[22].system[0] | http://terminology.hl7.org/CodeSystem/v2-0131 |
ValueSet.expansion[0].contains[22].version[0] | 2.9 |
ValueSet.expansion[0].contains[22].code[0] | E |
ValueSet.expansion[0].contains[22].display[0] | Employer |
ValueSet.expansion[0].contains[23].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[23].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[23].code[0] | EXT |
ValueSet.expansion[0].contains[23].display[0] | extended family member |
ValueSet.expansion[0].contains[24].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[24].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[24].code[0] | FAMMEMB |
ValueSet.expansion[0].contains[24].display[0] | family member |
ValueSet.expansion[0].contains[25].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[25].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[25].code[0] | FTH |
ValueSet.expansion[0].contains[25].display[0] | father |
ValueSet.expansion[0].contains[26].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[26].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[26].code[0] | FTHINLAW |
ValueSet.expansion[0].contains[26].display[0] | father-in-law |
ValueSet.expansion[0].contains[27].system[0] | http://terminology.hl7.org/CodeSystem/v2-0131 |
ValueSet.expansion[0].contains[27].version[0] | 2.9 |
ValueSet.expansion[0].contains[27].code[0] | F |
ValueSet.expansion[0].contains[27].display[0] | Federal Agency |
ValueSet.expansion[0].contains[28].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[28].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[28].code[0] | FMRSPS |
ValueSet.expansion[0].contains[28].display[0] | former spouse |
ValueSet.expansion[0].contains[29].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[29].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[29].code[0] | CHLDFOST |
ValueSet.expansion[0].contains[29].display[0] | foster child |
ValueSet.expansion[0].contains[30].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[30].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[30].code[0] | DAUFOST |
ValueSet.expansion[0].contains[30].display[0] | foster daughter |
ValueSet.expansion[0].contains[31].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[31].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[31].code[0] | FTHFOST |
ValueSet.expansion[0].contains[31].display[0] | foster father |
ValueSet.expansion[0].contains[32].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[32].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[32].code[0] | MTHFOST |
ValueSet.expansion[0].contains[32].display[0] | foster mother |
ValueSet.expansion[0].contains[33].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[33].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[33].code[0] | PRNFOST |
ValueSet.expansion[0].contains[33].display[0] | foster parent |
ValueSet.expansion[0].contains[34].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[34].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[34].code[0] | SONFOST |
ValueSet.expansion[0].contains[34].display[0] | foster son |
ValueSet.expansion[0].contains[35].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[35].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[35].code[0] | FTWIN |
ValueSet.expansion[0].contains[35].display[0] | fraternal twin |
ValueSet.expansion[0].contains[36].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[36].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[36].code[0] | FTWINBRO |
ValueSet.expansion[0].contains[36].display[0] | fraternal twin brother |
ValueSet.expansion[0].contains[37].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[37].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[37].code[0] | FTWINSIS |
ValueSet.expansion[0].contains[37].display[0] | fraternal twin sister |
ValueSet.expansion[0].contains[38].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[38].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[38].code[0] | GESTM |
ValueSet.expansion[0].contains[38].display[0] | gestational mother |
ValueSet.expansion[0].contains[39].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[39].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[39].code[0] | GRNDCHILD |
ValueSet.expansion[0].contains[39].display[0] | grandchild |
ValueSet.expansion[0].contains[40].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[40].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[40].code[0] | GRNDDAU |
ValueSet.expansion[0].contains[40].display[0] | granddaughter |
ValueSet.expansion[0].contains[41].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[41].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[41].code[0] | GRFTH |
ValueSet.expansion[0].contains[41].display[0] | grandfather |
ValueSet.expansion[0].contains[42].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[42].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[42].code[0] | GRMTH |
ValueSet.expansion[0].contains[42].display[0] | grandmother |
ValueSet.expansion[0].contains[43].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[43].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[43].code[0] | GRPRN |
ValueSet.expansion[0].contains[43].display[0] | grandparent |
ValueSet.expansion[0].contains[44].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[44].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[44].code[0] | GRNDSON |
ValueSet.expansion[0].contains[44].display[0] | grandson |
ValueSet.expansion[0].contains[45].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[45].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[45].code[0] | GGRFTH |
ValueSet.expansion[0].contains[45].display[0] | great grandfather |
ValueSet.expansion[0].contains[46].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[46].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[46].code[0] | GGRMTH |
ValueSet.expansion[0].contains[46].display[0] | great grandmother |
ValueSet.expansion[0].contains[47].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[47].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[47].code[0] | GGRPRN |
ValueSet.expansion[0].contains[47].display[0] | great grandparent |
ValueSet.expansion[0].contains[48].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole |
ValueSet.expansion[0].contains[48].version[0] | 2.1.0 |
ValueSet.expansion[0].contains[48].code[0] | Guardian |
ValueSet.expansion[0].contains[48].display[0] | Guardian of patient |
ValueSet.expansion[0].contains[49].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[49].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[49].code[0] | HBRO |
ValueSet.expansion[0].contains[49].display[0] | half-brother |
ValueSet.expansion[0].contains[50].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[50].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[50].code[0] | HSIB |
ValueSet.expansion[0].contains[50].display[0] | half-sibling |
ValueSet.expansion[0].contains[51].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[51].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[51].code[0] | HSIS |
ValueSet.expansion[0].contains[51].display[0] | half-sister |
ValueSet.expansion[0].contains[52].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[52].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[52].code[0] | HUSB |
ValueSet.expansion[0].contains[52].display[0] | husband |
ValueSet.expansion[0].contains[53].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[53].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[53].code[0] | ITWIN |
ValueSet.expansion[0].contains[53].display[0] | identical twin |
ValueSet.expansion[0].contains[54].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[54].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[54].code[0] | ITWINBRO |
ValueSet.expansion[0].contains[54].display[0] | identical twin brother |
ValueSet.expansion[0].contains[55].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[55].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[55].code[0] | ITWINSIS |
ValueSet.expansion[0].contains[55].display[0] | identical twin sister |
ValueSet.expansion[0].contains[56].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[56].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[56].code[0] | INLAW |
ValueSet.expansion[0].contains[56].display[0] | inlaw |
ValueSet.expansion[0].contains[57].system[0] | http://terminology.hl7.org/CodeSystem/v2-0131 |
ValueSet.expansion[0].contains[57].version[0] | 2.9 |
ValueSet.expansion[0].contains[57].code[0] | I |
ValueSet.expansion[0].contains[57].display[0] | Insurance Company |
ValueSet.expansion[0].contains[58].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[58].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[58].code[0] | MAUNT |
ValueSet.expansion[0].contains[58].display[0] | maternal aunt |
ValueSet.expansion[0].contains[59].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[59].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[59].code[0] | MCOUSN |
ValueSet.expansion[0].contains[59].display[0] | maternal cousin |
ValueSet.expansion[0].contains[60].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[60].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[60].code[0] | MGRFTH |
ValueSet.expansion[0].contains[60].display[0] | maternal grandfather |
ValueSet.expansion[0].contains[61].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[61].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[61].code[0] | MGRMTH |
ValueSet.expansion[0].contains[61].display[0] | maternal grandmother |
ValueSet.expansion[0].contains[62].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[62].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[62].code[0] | MGRPRN |
ValueSet.expansion[0].contains[62].display[0] | maternal grandparent |
ValueSet.expansion[0].contains[63].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[63].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[63].code[0] | MGGRFTH |
ValueSet.expansion[0].contains[63].display[0] | maternal great-grandfather |
ValueSet.expansion[0].contains[64].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[64].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[64].code[0] | MGGRMTH |
ValueSet.expansion[0].contains[64].display[0] | maternal great-grandmother |
ValueSet.expansion[0].contains[65].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[65].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[65].code[0] | MGGRPRN |
ValueSet.expansion[0].contains[65].display[0] | maternal great-grandparent |
ValueSet.expansion[0].contains[66].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[66].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[66].code[0] | MUNCLE |
ValueSet.expansion[0].contains[66].display[0] | maternal uncle |
ValueSet.expansion[0].contains[67].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[67].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[67].code[0] | MTH |
ValueSet.expansion[0].contains[67].display[0] | mother |
ValueSet.expansion[0].contains[68].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[68].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[68].code[0] | MTHINLAW |
ValueSet.expansion[0].contains[68].display[0] | mother-in-law |
ValueSet.expansion[0].contains[69].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[69].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[69].code[0] | NBRO |
ValueSet.expansion[0].contains[69].display[0] | natural brother |
ValueSet.expansion[0].contains[70].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[70].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[70].code[0] | NCHILD |
ValueSet.expansion[0].contains[70].display[0] | natural child |
ValueSet.expansion[0].contains[71].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[71].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[71].code[0] | DAU |
ValueSet.expansion[0].contains[71].display[0] | natural daughter |
ValueSet.expansion[0].contains[72].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[72].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[72].code[0] | NFTH |
ValueSet.expansion[0].contains[72].display[0] | natural father |
ValueSet.expansion[0].contains[73].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[73].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[73].code[0] | NFTHF |
ValueSet.expansion[0].contains[73].display[0] | natural father of fetus |
ValueSet.expansion[0].contains[74].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[74].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[74].code[0] | NMTH |
ValueSet.expansion[0].contains[74].display[0] | natural mother |
ValueSet.expansion[0].contains[75].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[75].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[75].code[0] | NMTHF |
ValueSet.expansion[0].contains[75].display[0] | natural mother of fetus |
ValueSet.expansion[0].contains[76].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[76].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[76].code[0] | NPRN |
ValueSet.expansion[0].contains[76].display[0] | natural parent |
ValueSet.expansion[0].contains[77].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[77].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[77].code[0] | NSIB |
ValueSet.expansion[0].contains[77].display[0] | natural sibling |
ValueSet.expansion[0].contains[78].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[78].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[78].code[0] | NSIS |
ValueSet.expansion[0].contains[78].display[0] | natural sister |
ValueSet.expansion[0].contains[79].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[79].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[79].code[0] | SON |
ValueSet.expansion[0].contains[79].display[0] | natural son |
ValueSet.expansion[0].contains[80].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[80].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[80].code[0] | NBOR |
ValueSet.expansion[0].contains[80].display[0] | neighbor |
ValueSet.expansion[0].contains[81].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[81].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[81].code[0] | NEPHEW |
ValueSet.expansion[0].contains[81].display[0] | nephew |
ValueSet.expansion[0].contains[82].system[0] | http://terminology.hl7.org/CodeSystem/v2-0131 |
ValueSet.expansion[0].contains[82].version[0] | 2.9 |
ValueSet.expansion[0].contains[82].code[0] | N |
ValueSet.expansion[0].contains[82].display[0] | Next-of-Kin |
ValueSet.expansion[0].contains[83].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[83].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[83].code[0] | NIECE |
ValueSet.expansion[0].contains[83].display[0] | niece |
ValueSet.expansion[0].contains[84].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[84].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[84].code[0] | NIENEPH |
ValueSet.expansion[0].contains[84].display[0] | niece/nephew |
ValueSet.expansion[0].contains[85].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole |
ValueSet.expansion[0].contains[85].version[0] | 2.1.0 |
ValueSet.expansion[0].contains[85].code[0] | NonDependant |
ValueSet.expansion[0].contains[85].display[0] | Non Dependant of patient |
ValueSet.expansion[0].contains[86].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole |
ValueSet.expansion[0].contains[86].version[0] | 2.1.0 |
ValueSet.expansion[0].contains[86].code[0] | NotSpecified |
ValueSet.expansion[0].contains[86].display[0] | Not Specified |
ValueSet.expansion[0].contains[87].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[87].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[87].code[0] | PRN |
ValueSet.expansion[0].contains[87].display[0] | parent |
ValueSet.expansion[0].contains[88].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[88].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[88].code[0] | PRNINLAW |
ValueSet.expansion[0].contains[88].display[0] | parent in-law |
ValueSet.expansion[0].contains[89].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[89].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[89].code[0] | PAUNT |
ValueSet.expansion[0].contains[89].display[0] | paternal aunt |
ValueSet.expansion[0].contains[90].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[90].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[90].code[0] | PCOUSN |
ValueSet.expansion[0].contains[90].display[0] | paternal cousin |
ValueSet.expansion[0].contains[91].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[91].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[91].code[0] | PGRFTH |
ValueSet.expansion[0].contains[91].display[0] | paternal grandfather |
ValueSet.expansion[0].contains[92].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[92].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[92].code[0] | PGRMTH |
ValueSet.expansion[0].contains[92].display[0] | paternal grandmother |
ValueSet.expansion[0].contains[93].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[93].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[93].code[0] | PGRPRN |
ValueSet.expansion[0].contains[93].display[0] | paternal grandparent |
ValueSet.expansion[0].contains[94].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[94].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[94].code[0] | PGGRFTH |
ValueSet.expansion[0].contains[94].display[0] | paternal great-grandfather |
ValueSet.expansion[0].contains[95].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[95].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[95].code[0] | PGGRMTH |
ValueSet.expansion[0].contains[95].display[0] | paternal great-grandmother |
ValueSet.expansion[0].contains[96].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[96].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[96].code[0] | PGGRPRN |
ValueSet.expansion[0].contains[96].display[0] | paternal great-grandparent |
ValueSet.expansion[0].contains[97].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[97].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[97].code[0] | PUNCLE |
ValueSet.expansion[0].contains[97].display[0] | paternal uncle |
ValueSet.expansion[0].contains[98].system[0] | http://terminology.hl7.org/CodeSystem/v2-0131 |
ValueSet.expansion[0].contains[98].inactive[0] | True |
ValueSet.expansion[0].contains[98].version[0] | 2.9 |
ValueSet.expansion[0].contains[98].code[0] | PR |
ValueSet.expansion[0].contains[98].display[0] | Person preparing referral |
ValueSet.expansion[0].contains[99].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole |
ValueSet.expansion[0].contains[99].version[0] | 2.1.0 |
ValueSet.expansion[0].contains[99].code[0] | Personal |
ValueSet.expansion[0].contains[99].display[0] | Personal relationship with the patient |
ValueSet.expansion[0].contains[100].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole |
ValueSet.expansion[0].contains[100].version[0] | 2.1.0 |
ValueSet.expansion[0].contains[100].code[0] | PolygamousPartner |
ValueSet.expansion[0].contains[100].display[0] | Polygamous Partner of patient |
ValueSet.expansion[0].contains[101].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole |
ValueSet.expansion[0].contains[101].version[0] | 2.1.0 |
ValueSet.expansion[0].contains[101].code[0] | ProxyCommunication |
ValueSet.expansion[0].contains[101].display[0] | Proxy Communication for patient |
ValueSet.expansion[0].contains[102].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole |
ValueSet.expansion[0].contains[102].version[0] | 2.1.0 |
ValueSet.expansion[0].contains[102].code[0] | ProxyContactCommunication |
ValueSet.expansion[0].contains[102].display[0] | Proxy Contact and Communication for patient |
ValueSet.expansion[0].contains[103].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole |
ValueSet.expansion[0].contains[103].version[0] | 2.1.0 |
ValueSet.expansion[0].contains[103].code[0] | ProxyContact |
ValueSet.expansion[0].contains[103].display[0] | Proxy Contact for patient |
ValueSet.expansion[0].contains[104].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[104].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[104].code[0] | ROOM |
ValueSet.expansion[0].contains[104].display[0] | Roommate |
ValueSet.expansion[0].contains[105].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[105].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[105].code[0] | ONESELF |
ValueSet.expansion[0].contains[105].display[0] | self |
ValueSet.expansion[0].contains[106].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[106].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[106].code[0] | SIB |
ValueSet.expansion[0].contains[106].display[0] | sibling |
ValueSet.expansion[0].contains[107].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[107].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[107].code[0] | SIBINLAW |
ValueSet.expansion[0].contains[107].display[0] | sibling in-law |
ValueSet.expansion[0].contains[108].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[108].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[108].code[0] | SIGOTHR |
ValueSet.expansion[0].contains[108].display[0] | significant other |
ValueSet.expansion[0].contains[109].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[109].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[109].code[0] | SIS |
ValueSet.expansion[0].contains[109].display[0] | sister |
ValueSet.expansion[0].contains[110].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[110].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[110].code[0] | SISINLAW |
ValueSet.expansion[0].contains[110].display[0] | sister-in-law |
ValueSet.expansion[0].contains[111].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[111].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[111].code[0] | SONC |
ValueSet.expansion[0].contains[111].display[0] | son |
ValueSet.expansion[0].contains[112].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[112].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[112].code[0] | SONINLAW |
ValueSet.expansion[0].contains[112].display[0] | son in-law |
ValueSet.expansion[0].contains[113].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[113].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[113].code[0] | SPS |
ValueSet.expansion[0].contains[113].display[0] | spouse |
ValueSet.expansion[0].contains[114].system[0] | http://terminology.hl7.org/CodeSystem/v2-0131 |
ValueSet.expansion[0].contains[114].version[0] | 2.9 |
ValueSet.expansion[0].contains[114].code[0] | S |
ValueSet.expansion[0].contains[114].display[0] | State Agency |
ValueSet.expansion[0].contains[115].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[115].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[115].code[0] | STPCHLD |
ValueSet.expansion[0].contains[115].display[0] | step child |
ValueSet.expansion[0].contains[116].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[116].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[116].code[0] | STPPRN |
ValueSet.expansion[0].contains[116].display[0] | step parent |
ValueSet.expansion[0].contains[117].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[117].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[117].code[0] | STPSIB |
ValueSet.expansion[0].contains[117].display[0] | step sibling |
ValueSet.expansion[0].contains[118].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[118].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[118].code[0] | STPBRO |
ValueSet.expansion[0].contains[118].display[0] | stepbrother |
ValueSet.expansion[0].contains[119].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[119].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[119].code[0] | STPDAU |
ValueSet.expansion[0].contains[119].display[0] | stepdaughter |
ValueSet.expansion[0].contains[120].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[120].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[120].code[0] | STPFTH |
ValueSet.expansion[0].contains[120].display[0] | stepfather |
ValueSet.expansion[0].contains[121].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[121].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[121].code[0] | STPMTH |
ValueSet.expansion[0].contains[121].display[0] | stepmother |
ValueSet.expansion[0].contains[122].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[122].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[122].code[0] | STPSIS |
ValueSet.expansion[0].contains[122].display[0] | stepsister |
ValueSet.expansion[0].contains[123].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[123].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[123].code[0] | STPSON |
ValueSet.expansion[0].contains[123].display[0] | stepson |
ValueSet.expansion[0].contains[124].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[124].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[124].code[0] | TWIN |
ValueSet.expansion[0].contains[124].display[0] | twin |
ValueSet.expansion[0].contains[125].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[125].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[125].code[0] | TWINBRO |
ValueSet.expansion[0].contains[125].display[0] | twin brother |
ValueSet.expansion[0].contains[126].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[126].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[126].code[0] | TWINSIS |
ValueSet.expansion[0].contains[126].display[0] | twin sister |
ValueSet.expansion[0].contains[127].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[127].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[127].code[0] | UNCLE |
ValueSet.expansion[0].contains[127].display[0] | uncle |
ValueSet.expansion[0].contains[128].system[0] | http://terminology.hl7.org/CodeSystem/v2-0131 |
ValueSet.expansion[0].contains[128].version[0] | 2.9 |
ValueSet.expansion[0].contains[128].code[0] | U |
ValueSet.expansion[0].contains[128].display[0] | Unknown |
ValueSet.expansion[0].contains[129].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[129].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[129].code[0] | FRND |
ValueSet.expansion[0].contains[129].display[0] | unrelated friend |
ValueSet.expansion[0].contains[130].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ValueSet.expansion[0].contains[130].version[0] | 2018-08-12 |
ValueSet.expansion[0].contains[130].code[0] | WIFE |
ValueSet.expansion[0].contains[130].display[0] | wife |
<ValueSet xmlns="http://hl7.org/fhir"> <id value="UKCore-PersonRelationshipType" /> <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-PersonRelationshipType" /> <version value="2.1.0" /> <name value="UKCorePersonRelationshipType" /> <title value="UK Core Person Relationship Type" /> <status value="active" /> <date value="2021-09-10" /> <publisher value="HL7 UK" /> <contact> <name value="HL7 UK" /> <telecom> <system value="email" /> <value value="ukcore@hl7.org.uk" /> <use value="work" /> <rank value="1" /> </telecom> </contact> <description value="A set of codes that define the type of relationship a person has to a patient." /> <copyright value="Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html." /> <compose> <include> <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> </include> <include> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <filter> <property value="concept" /> <op value="is-a" /> <value value="_PersonalRelationshipRoleType" /> </filter> </include> <include> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> </include> <exclude> <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> <concept> <code value="O" /> <display value="Other" /> </concept> </exclude> <exclude> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <concept> <code value="_PersonalRelationshipRoleType" /> <display value="PersonalRelationshipRoleType" /> </concept> </exclude> </compose> <expansion> <identifier value="f62b3aeb-e65d-4426-bf6b-4d281b386504" /> <timestamp value="2021-09-10T07:25:20+00:00" /> <total value="131" /> <offset value="0" /> <parameter> <name value="version" /> <valueUri value="http://terminology.hl7.org/CodeSystem/v3-RoleCode|2018-08-12" /> </parameter> <parameter> <name value="version" /> <valueUri value="http://terminology.hl7.org/CodeSystem/v2-0131|2.9" /> </parameter> <parameter> <name value="version" /> <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole|2.1.0" /> </parameter> <parameter> <name value="count" /> <valueInteger value="2147483647" /> </parameter> <parameter> <name value="offset" /> <valueInteger value="0" /> </parameter> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="CHLDADOPT" /> <display value="adopted child" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="DAUADOPT" /> <display value="adopted daughter" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="SONADOPT" /> <display value="adopted son" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="ADOPTF" /> <display value="adoptive father" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="ADOPTM" /> <display value="adoptive mother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="ADOPTP" /> <display value="adoptive parent" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> <version value="2.1.0" /> <code value="Agent" /> <display value="Agent of patient" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="AUNT" /> <display value="aunt" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> <inactive value="true" /> <version value="2.9" /> <code value="BP" /> <display value="Billing contact person" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="BRO" /> <display value="brother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="BROINLAW" /> <display value="brother-in-law" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> <version value="2.1.0" /> <code value="Carer" /> <display value="Carer of patient" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="CHILD" /> <display value="child" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="CHLDINLAW" /> <display value="child-in-law" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> <inactive value="true" /> <version value="2.9" /> <code value="CP" /> <display value="Contact person" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="COUSN" /> <display value="cousin" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="DAUC" /> <display value="daughter" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="DAUINLAW" /> <display value="daughter in-law" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> <version value="2.1.0" /> <code value="Dependant" /> <display value="Dependant of patient" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="DOMPART" /> <display value="domestic partner" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> <version value="2.9" /> <code value="C" /> <display value="Emergency Contact" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> <inactive value="true" /> <version value="2.9" /> <code value="EP" /> <display value="Emergency contact person" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> <version value="2.9" /> <code value="E" /> <display value="Employer" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="EXT" /> <display value="extended family member" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="FAMMEMB" /> <display value="family member" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="FTH" /> <display value="father" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="FTHINLAW" /> <display value="father-in-law" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> <version value="2.9" /> <code value="F" /> <display value="Federal Agency" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="FMRSPS" /> <display value="former spouse" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="CHLDFOST" /> <display value="foster child" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="DAUFOST" /> <display value="foster daughter" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="FTHFOST" /> <display value="foster father" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="MTHFOST" /> <display value="foster mother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="PRNFOST" /> <display value="foster parent" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="SONFOST" /> <display value="foster son" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="FTWIN" /> <display value="fraternal twin" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="FTWINBRO" /> <display value="fraternal twin brother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="FTWINSIS" /> <display value="fraternal twin sister" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="GESTM" /> <display value="gestational mother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="GRNDCHILD" /> <display value="grandchild" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="GRNDDAU" /> <display value="granddaughter" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="GRFTH" /> <display value="grandfather" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="GRMTH" /> <display value="grandmother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="GRPRN" /> <display value="grandparent" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="GRNDSON" /> <display value="grandson" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="GGRFTH" /> <display value="great grandfather" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="GGRMTH" /> <display value="great grandmother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="GGRPRN" /> <display value="great grandparent" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> <version value="2.1.0" /> <code value="Guardian" /> <display value="Guardian of patient" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="HBRO" /> <display value="half-brother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="HSIB" /> <display value="half-sibling" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="HSIS" /> <display value="half-sister" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="HUSB" /> <display value="husband" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="ITWIN" /> <display value="identical twin" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="ITWINBRO" /> <display value="identical twin brother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="ITWINSIS" /> <display value="identical twin sister" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="INLAW" /> <display value="inlaw" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> <version value="2.9" /> <code value="I" /> <display value="Insurance Company" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="MAUNT" /> <display value="maternal aunt" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="MCOUSN" /> <display value="maternal cousin" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="MGRFTH" /> <display value="maternal grandfather" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="MGRMTH" /> <display value="maternal grandmother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="MGRPRN" /> <display value="maternal grandparent" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="MGGRFTH" /> <display value="maternal great-grandfather" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="MGGRMTH" /> <display value="maternal great-grandmother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="MGGRPRN" /> <display value="maternal great-grandparent" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="MUNCLE" /> <display value="maternal uncle" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="MTH" /> <display value="mother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="MTHINLAW" /> <display value="mother-in-law" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="NBRO" /> <display value="natural brother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="NCHILD" /> <display value="natural child" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="DAU" /> <display value="natural daughter" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="NFTH" /> <display value="natural father" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="NFTHF" /> <display value="natural father of fetus" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="NMTH" /> <display value="natural mother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="NMTHF" /> <display value="natural mother of fetus" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="NPRN" /> <display value="natural parent" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="NSIB" /> <display value="natural sibling" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="NSIS" /> <display value="natural sister" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="SON" /> <display value="natural son" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="NBOR" /> <display value="neighbor" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="NEPHEW" /> <display value="nephew" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> <version value="2.9" /> <code value="N" /> <display value="Next-of-Kin" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="NIECE" /> <display value="niece" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="NIENEPH" /> <display value="niece/nephew" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> <version value="2.1.0" /> <code value="NonDependant" /> <display value="Non Dependant of patient" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> <version value="2.1.0" /> <code value="NotSpecified" /> <display value="Not Specified" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="PRN" /> <display value="parent" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="PRNINLAW" /> <display value="parent in-law" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="PAUNT" /> <display value="paternal aunt" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="PCOUSN" /> <display value="paternal cousin" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="PGRFTH" /> <display value="paternal grandfather" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="PGRMTH" /> <display value="paternal grandmother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="PGRPRN" /> <display value="paternal grandparent" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="PGGRFTH" /> <display value="paternal great-grandfather" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="PGGRMTH" /> <display value="paternal great-grandmother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="PGGRPRN" /> <display value="paternal great-grandparent" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="PUNCLE" /> <display value="paternal uncle" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> <inactive value="true" /> <version value="2.9" /> <code value="PR" /> <display value="Person preparing referral" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> <version value="2.1.0" /> <code value="Personal" /> <display value="Personal relationship with the patient" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> <version value="2.1.0" /> <code value="PolygamousPartner" /> <display value="Polygamous Partner of patient" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> <version value="2.1.0" /> <code value="ProxyCommunication" /> <display value="Proxy Communication for patient" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> <version value="2.1.0" /> <code value="ProxyContactCommunication" /> <display value="Proxy Contact and Communication for patient" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> <version value="2.1.0" /> <code value="ProxyContact" /> <display value="Proxy Contact for patient" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="ROOM" /> <display value="Roommate" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="ONESELF" /> <display value="self" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="SIB" /> <display value="sibling" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="SIBINLAW" /> <display value="sibling in-law" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="SIGOTHR" /> <display value="significant other" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="SIS" /> <display value="sister" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="SISINLAW" /> <display value="sister-in-law" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="SONC" /> <display value="son" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="SONINLAW" /> <display value="son in-law" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="SPS" /> <display value="spouse" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> <version value="2.9" /> <code value="S" /> <display value="State Agency" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="STPCHLD" /> <display value="step child" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="STPPRN" /> <display value="step parent" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="STPSIB" /> <display value="step sibling" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="STPBRO" /> <display value="stepbrother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="STPDAU" /> <display value="stepdaughter" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="STPFTH" /> <display value="stepfather" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="STPMTH" /> <display value="stepmother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="STPSIS" /> <display value="stepsister" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="STPSON" /> <display value="stepson" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="TWIN" /> <display value="twin" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="TWINBRO" /> <display value="twin brother" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="TWINSIS" /> <display value="twin sister" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="UNCLE" /> <display value="uncle" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> <version value="2.9" /> <code value="U" /> <display value="Unknown" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="FRND" /> <display value="unrelated friend" /> </contains> <contains> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <version value="2018-08-12" /> <code value="WIFE" /> <display value="wife" /> </contains> </expansion> </ValueSet>
{ "resourceType": "ValueSet", "id": "UKCore-PersonRelationshipType", "url": "https://fhir.hl7.org.uk/ValueSet/UKCore-PersonRelationshipType", "version": "2.1.0", "name": "UKCorePersonRelationshipType", "title": "UK Core Person Relationship Type", "status": "active", "date": "2021-09-10", "publisher": "HL7 UK", "contact": [ { "name": "HL7 UK", "telecom": [ { "system": "email", "value": "ukcore@hl7.org.uk", "use": "work", "rank": 1 } ] } ], "description": "A set of codes that define the type of relationship a person has to a patient.", "copyright": "Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.", "compose": { "include": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0131" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "filter": [ { "property": "concept", "op": "is-a", "value": "_PersonalRelationshipRoleType" } ] }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" } ], "exclude": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0131", "concept": [ { "code": "O", "display": "Other" } ] }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "concept": [ { "code": "_PersonalRelationshipRoleType", "display": "PersonalRelationshipRoleType" } ] } ] }, "expansion": { "identifier": "f62b3aeb-e65d-4426-bf6b-4d281b386504", "timestamp": "2021-09-10T07:25:20+00:00", "total": 131, "offset": 0, "parameter": [ { "name": "version", "valueUri": "http://terminology.hl7.org/CodeSystem/v3-RoleCode|2018-08-12" }, { "name": "version", "valueUri": "http://terminology.hl7.org/CodeSystem/v2-0131|2.9" }, { "name": "version", "valueUri": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole|2.1.0" }, { "name": "count", "valueInteger": 2147483647 }, { "name": "offset", "valueInteger": 0 } ], "contains": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "CHLDADOPT", "display": "adopted child" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "DAUADOPT", "display": "adopted daughter" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "SONADOPT", "display": "adopted son" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "ADOPTF", "display": "adoptive father" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "ADOPTM", "display": "adoptive mother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "ADOPTP", "display": "adoptive parent" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole", "version": "2.1.0", "code": "Agent", "display": "Agent of patient" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "AUNT", "display": "aunt" }, { "system": "http://terminology.hl7.org/CodeSystem/v2-0131", "inactive": true, "version": "2.9", "code": "BP", "display": "Billing contact person" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "BRO", "display": "brother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "BROINLAW", "display": "brother-in-law" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole", "version": "2.1.0", "code": "Carer", "display": "Carer of patient" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "CHILD", "display": "child" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "CHLDINLAW", "display": "child-in-law" }, { "system": "http://terminology.hl7.org/CodeSystem/v2-0131", "inactive": true, "version": "2.9", "code": "CP", "display": "Contact person" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "COUSN", "display": "cousin" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "DAUC", "display": "daughter" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "DAUINLAW", "display": "daughter in-law" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole", "version": "2.1.0", "code": "Dependant", "display": "Dependant of patient" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "DOMPART", "display": "domestic partner" }, { "system": "http://terminology.hl7.org/CodeSystem/v2-0131", "version": "2.9", "code": "C", "display": "Emergency Contact" }, { "system": "http://terminology.hl7.org/CodeSystem/v2-0131", "inactive": true, "version": "2.9", "code": "EP", "display": "Emergency contact person" }, { "system": "http://terminology.hl7.org/CodeSystem/v2-0131", "version": "2.9", "code": "E", "display": "Employer" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "EXT", "display": "extended family member" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "FAMMEMB", "display": "family member" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "FTH", "display": "father" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "FTHINLAW", "display": "father-in-law" }, { "system": "http://terminology.hl7.org/CodeSystem/v2-0131", "version": "2.9", "code": "F", "display": "Federal Agency" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "FMRSPS", "display": "former spouse" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "CHLDFOST", "display": "foster child" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "DAUFOST", "display": "foster daughter" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "FTHFOST", "display": "foster father" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "MTHFOST", "display": "foster mother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "PRNFOST", "display": "foster parent" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "SONFOST", "display": "foster son" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "FTWIN", "display": "fraternal twin" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "FTWINBRO", "display": "fraternal twin brother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "FTWINSIS", "display": "fraternal twin sister" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "GESTM", "display": "gestational mother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "GRNDCHILD", "display": "grandchild" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "GRNDDAU", "display": "granddaughter" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "GRFTH", "display": "grandfather" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "GRMTH", "display": "grandmother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "GRPRN", "display": "grandparent" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "GRNDSON", "display": "grandson" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "GGRFTH", "display": "great grandfather" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "GGRMTH", "display": "great grandmother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "GGRPRN", "display": "great grandparent" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole", "version": "2.1.0", "code": "Guardian", "display": "Guardian of patient" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "HBRO", "display": "half-brother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "HSIB", "display": "half-sibling" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "HSIS", "display": "half-sister" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "HUSB", "display": "husband" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "ITWIN", "display": "identical twin" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "ITWINBRO", "display": "identical twin brother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "ITWINSIS", "display": "identical twin sister" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "INLAW", "display": "inlaw" }, { "system": "http://terminology.hl7.org/CodeSystem/v2-0131", "version": "2.9", "code": "I", "display": "Insurance Company" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "MAUNT", "display": "maternal aunt" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "MCOUSN", "display": "maternal cousin" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "MGRFTH", "display": "maternal grandfather" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "MGRMTH", "display": "maternal grandmother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "MGRPRN", "display": "maternal grandparent" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "MGGRFTH", "display": "maternal great-grandfather" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "MGGRMTH", "display": "maternal great-grandmother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "MGGRPRN", "display": "maternal great-grandparent" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "MUNCLE", "display": "maternal uncle" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "MTH", "display": "mother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "MTHINLAW", "display": "mother-in-law" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "NBRO", "display": "natural brother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "NCHILD", "display": "natural child" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "DAU", "display": "natural daughter" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "NFTH", "display": "natural father" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "NFTHF", "display": "natural father of fetus" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "NMTH", "display": "natural mother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "NMTHF", "display": "natural mother of fetus" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "NPRN", "display": "natural parent" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "NSIB", "display": "natural sibling" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "NSIS", "display": "natural sister" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "SON", "display": "natural son" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "NBOR", "display": "neighbor" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "NEPHEW", "display": "nephew" }, { "system": "http://terminology.hl7.org/CodeSystem/v2-0131", "version": "2.9", "code": "N", "display": "Next-of-Kin" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "NIECE", "display": "niece" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "NIENEPH", "display": "niece/nephew" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole", "version": "2.1.0", "code": "NonDependant", "display": "Non Dependant of patient" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole", "version": "2.1.0", "code": "NotSpecified", "display": "Not Specified" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "PRN", "display": "parent" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "PRNINLAW", "display": "parent in-law" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "PAUNT", "display": "paternal aunt" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "PCOUSN", "display": "paternal cousin" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "PGRFTH", "display": "paternal grandfather" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "PGRMTH", "display": "paternal grandmother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "PGRPRN", "display": "paternal grandparent" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "PGGRFTH", "display": "paternal great-grandfather" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "PGGRMTH", "display": "paternal great-grandmother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "PGGRPRN", "display": "paternal great-grandparent" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "PUNCLE", "display": "paternal uncle" }, { "system": "http://terminology.hl7.org/CodeSystem/v2-0131", "inactive": true, "version": "2.9", "code": "PR", "display": "Person preparing referral" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole", "version": "2.1.0", "code": "Personal", "display": "Personal relationship with the patient" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole", "version": "2.1.0", "code": "PolygamousPartner", "display": "Polygamous Partner of patient" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole", "version": "2.1.0", "code": "ProxyCommunication", "display": "Proxy Communication for patient" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole", "version": "2.1.0", "code": "ProxyContactCommunication", "display": "Proxy Contact and Communication for patient" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole", "version": "2.1.0", "code": "ProxyContact", "display": "Proxy Contact for patient" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "ROOM", "display": "Roommate" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "ONESELF", "display": "self" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "SIB", "display": "sibling" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "SIBINLAW", "display": "sibling in-law" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "SIGOTHR", "display": "significant other" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "SIS", "display": "sister" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "SISINLAW", "display": "sister-in-law" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "SONC", "display": "son" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "SONINLAW", "display": "son in-law" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "SPS", "display": "spouse" }, { "system": "http://terminology.hl7.org/CodeSystem/v2-0131", "version": "2.9", "code": "S", "display": "State Agency" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "STPCHLD", "display": "step child" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "STPPRN", "display": "step parent" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "STPSIB", "display": "step sibling" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "STPBRO", "display": "stepbrother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "STPDAU", "display": "stepdaughter" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "STPFTH", "display": "stepfather" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "STPMTH", "display": "stepmother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "STPSIS", "display": "stepsister" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "STPSON", "display": "stepson" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "TWIN", "display": "twin" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "TWINBRO", "display": "twin brother" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "TWINSIS", "display": "twin sister" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "UNCLE", "display": "uncle" }, { "system": "http://terminology.hl7.org/CodeSystem/v2-0131", "version": "2.9", "code": "U", "display": "Unknown" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "FRND", "display": "unrelated friend" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "version": "2018-08-12", "code": "WIFE", "display": "wife" } ] } }
Version | 1.0.0 |
Published by | HL7 UK |
Status | Active (since 2022-01-07) |
A set of codes that categorise the type of composition. Selected from the SNOMED CT UK coding system.
HL7 UK
Email: ukcore@hl7.org.uk
This value set includes codes from the following code systems:
This expansion was generated on 2022-01-07T10:21:26+00:00
This value set contains 14 concepts
Code | System | Display |
---|---|---|
717341000000101 | http://snomed.info/sct | Alerts |
325931000000109 | http://snomed.info/sct | Assessment |
734163000 | http://snomed.info/sct | Care plan |
706825008 | http://snomed.info/sct | Chart |
371525003 | http://snomed.info/sct | Clinical procedure report |
373942005 | http://snomed.info/sct | Discharge summary |
717131000000107 | http://snomed.info/sct | Health characteristics |
25831000000103 | http://snomed.info/sct | Image (document) |
823751000000102 | http://snomed.info/sct | Letter |
933361000000108 | http://snomed.info/sct | Medications and medical devices |
715311000000107 | http://snomed.info/sct | Notification administration |
38651000000103 | http://snomed.info/sct | Other note |
419891008 | http://snomed.info/sct | Record artefact |
25611000000107 | http://snomed.info/sct | Referral letter |
ValueSet.id[0] | UKCore-CompositionCategory |
ValueSet.url[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-CompositionCategory |
ValueSet.version[0] | 1.0.0 |
ValueSet.name[0] | UKCoreCompositionCategory |
ValueSet.title[0] | UK Core Composition Category |
ValueSet.status[0] | active |
ValueSet.date[0] | 2022-01-07 |
ValueSet.publisher[0] | HL7 UK |
ValueSet.contact[0].name[0] | HL7 UK |
ValueSet.contact[0].telecom[0].system[0] | |
ValueSet.contact[0].telecom[0].value[0] | ukcore@hl7.org.uk |
ValueSet.contact[0].telecom[0].use[0] | work |
ValueSet.contact[0].telecom[0].rank[0] | 1 |
ValueSet.description[0] | A set of codes that categorise the type of composition. Selected from the SNOMED CT UK coding system. |
ValueSet.copyright[0] | Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement. |
ValueSet.compose[0].include[0].system[0] | http://snomed.info/sct |
ValueSet.compose[0].include[0].filter[0].property[0] | constraint |
ValueSet.compose[0].include[0].filter[0].op[0] | = |
ValueSet.compose[0].include[0].filter[0].value[0] | 717341000000101 OR 325931000000109 OR 734163000 OR 706825008 OR 373942005 OR 717131000000107 OR 25831000000103 OR 823751000000102 OR 933361000000108 OR 38651000000103 OR 715311000000107 OR 419891008 OR 25611000000107 OR 371525003 |
ValueSet.expansion[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/valueset-unclosed |
ValueSet.expansion[0].extension[0].value[0] | True |
ValueSet.expansion[0].identifier[0] | 47b6bc4c-4e11-45b8-b6ea-16886bad0fe8 |
ValueSet.expansion[0].timestamp[0] | 2022-01-07T10:21:26+00:00 |
ValueSet.expansion[0].total[0] | 14 |
ValueSet.expansion[0].offset[0] | 0 |
ValueSet.expansion[0].parameter[0].name[0] | version |
ValueSet.expansion[0].parameter[0].value[0] | http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20211222 |
ValueSet.expansion[0].parameter[1].name[0] | count |
ValueSet.expansion[0].parameter[1].value[0] | 2147483647 |
ValueSet.expansion[0].parameter[2].name[0] | offset |
ValueSet.expansion[0].parameter[2].value[0] | 0 |
ValueSet.expansion[0].contains[0].system[0] | http://snomed.info/sct |
ValueSet.expansion[0].contains[0].code[0] | 717341000000101 |
ValueSet.expansion[0].contains[0].display[0] | Alerts |
ValueSet.expansion[0].contains[1].system[0] | http://snomed.info/sct |
ValueSet.expansion[0].contains[1].code[0] | 325931000000109 |
ValueSet.expansion[0].contains[1].display[0] | Assessment |
ValueSet.expansion[0].contains[2].system[0] | http://snomed.info/sct |
ValueSet.expansion[0].contains[2].code[0] | 734163000 |
ValueSet.expansion[0].contains[2].display[0] | Care plan |
ValueSet.expansion[0].contains[3].system[0] | http://snomed.info/sct |
ValueSet.expansion[0].contains[3].code[0] | 706825008 |
ValueSet.expansion[0].contains[3].display[0] | Chart |
ValueSet.expansion[0].contains[4].system[0] | http://snomed.info/sct |
ValueSet.expansion[0].contains[4].code[0] | 371525003 |
ValueSet.expansion[0].contains[4].display[0] | Clinical procedure report |
ValueSet.expansion[0].contains[5].system[0] | http://snomed.info/sct |
ValueSet.expansion[0].contains[5].code[0] | 373942005 |
ValueSet.expansion[0].contains[5].display[0] | Discharge summary |
ValueSet.expansion[0].contains[6].system[0] | http://snomed.info/sct |
ValueSet.expansion[0].contains[6].code[0] | 717131000000107 |
ValueSet.expansion[0].contains[6].display[0] | Health characteristics |
ValueSet.expansion[0].contains[7].system[0] | http://snomed.info/sct |
ValueSet.expansion[0].contains[7].code[0] | 25831000000103 |
ValueSet.expansion[0].contains[7].display[0] | Image (document) |
ValueSet.expansion[0].contains[8].system[0] | http://snomed.info/sct |
ValueSet.expansion[0].contains[8].code[0] | 823751000000102 |
ValueSet.expansion[0].contains[8].display[0] | Letter |
ValueSet.expansion[0].contains[9].system[0] | http://snomed.info/sct |
ValueSet.expansion[0].contains[9].code[0] | 933361000000108 |
ValueSet.expansion[0].contains[9].display[0] | Medications and medical devices |
ValueSet.expansion[0].contains[10].system[0] | http://snomed.info/sct |
ValueSet.expansion[0].contains[10].code[0] | 715311000000107 |
ValueSet.expansion[0].contains[10].display[0] | Notification administration |
ValueSet.expansion[0].contains[11].system[0] | http://snomed.info/sct |
ValueSet.expansion[0].contains[11].code[0] | 38651000000103 |
ValueSet.expansion[0].contains[11].display[0] | Other note |
ValueSet.expansion[0].contains[12].system[0] | http://snomed.info/sct |
ValueSet.expansion[0].contains[12].code[0] | 419891008 |
ValueSet.expansion[0].contains[12].display[0] | Record artefact |
ValueSet.expansion[0].contains[13].system[0] | http://snomed.info/sct |
ValueSet.expansion[0].contains[13].code[0] | 25611000000107 |
ValueSet.expansion[0].contains[13].display[0] | Referral letter |
<ValueSet xmlns="http://hl7.org/fhir"> <id value="UKCore-CompositionCategory" /> <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-CompositionCategory" /> <version value="1.0.0" /> <name value="UKCoreCompositionCategory" /> <title value="UK Core Composition Category" /> <status value="active" /> <date value="2022-01-07" /> <publisher value="HL7 UK" /> <contact> <name value="HL7 UK" /> <telecom> <system value="email" /> <value value="ukcore@hl7.org.uk" /> <use value="work" /> <rank value="1" /> </telecom> </contact> <description value="A set of codes that categorise the type of composition. Selected from the SNOMED CT UK coding system." /> <copyright value="Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> <compose> <include> <system value="http://snomed.info/sct" /> <filter> <property value="constraint" /> <op value="=" /> <value value="717341000000101 OR 325931000000109 OR 734163000 OR 706825008 OR 373942005 OR 717131000000107 OR 25831000000103 OR 823751000000102 OR 933361000000108 OR 38651000000103 OR 715311000000107 OR 419891008 OR 25611000000107 OR 371525003" /> </filter> </include> </compose> <expansion> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> <valueBoolean value="true" /> </extension> <identifier value="47b6bc4c-4e11-45b8-b6ea-16886bad0fe8" /> <timestamp value="2022-01-07T10:21:26+00:00" /> <total value="14" /> <offset value="0" /> <parameter> <name value="version" /> <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20211222" /> </parameter> <parameter> <name value="count" /> <valueInteger value="2147483647" /> </parameter> <parameter> <name value="offset" /> <valueInteger value="0" /> </parameter> <contains> <system value="http://snomed.info/sct" /> <code value="717341000000101" /> <display value="Alerts" /> </contains> <contains> <system value="http://snomed.info/sct" /> <code value="325931000000109" /> <display value="Assessment" /> </contains> <contains> <system value="http://snomed.info/sct" /> <code value="734163000" /> <display value="Care plan" /> </contains> <contains> <system value="http://snomed.info/sct" /> <code value="706825008" /> <display value="Chart" /> </contains> <contains> <system value="http://snomed.info/sct" /> <code value="371525003" /> <display value="Clinical procedure report" /> </contains> <contains> <system value="http://snomed.info/sct" /> <code value="373942005" /> <display value="Discharge summary" /> </contains> <contains> <system value="http://snomed.info/sct" /> <code value="717131000000107" /> <display value="Health characteristics" /> </contains> <contains> <system value="http://snomed.info/sct" /> <code value="25831000000103" /> <display value="Image (document)" /> </contains> <contains> <system value="http://snomed.info/sct" /> <code value="823751000000102" /> <display value="Letter" /> </contains> <contains> <system value="http://snomed.info/sct" /> <code value="933361000000108" /> <display value="Medications and medical devices" /> </contains> <contains> <system value="http://snomed.info/sct" /> <code value="715311000000107" /> <display value="Notification administration" /> </contains> <contains> <system value="http://snomed.info/sct" /> <code value="38651000000103" /> <display value="Other note" /> </contains> <contains> <system value="http://snomed.info/sct" /> <code value="419891008" /> <display value="Record artefact" /> </contains> <contains> <system value="http://snomed.info/sct" /> <code value="25611000000107" /> <display value="Referral letter" /> </contains> </expansion> </ValueSet>
{ "resourceType": "ValueSet", "id": "UKCore-CompositionCategory", "url": "https://fhir.hl7.org.uk/ValueSet/UKCore-CompositionCategory", "version": "1.0.0", "name": "UKCoreCompositionCategory", "title": "UK Core Composition Category", "status": "active", "date": "2022-01-07", "publisher": "HL7 UK", "contact": [ { "name": "HL7 UK", "telecom": [ { "system": "email", "value": "ukcore@hl7.org.uk", "use": "work", "rank": 1 } ] } ], "description": "A set of codes that categorise the type of composition. Selected from the SNOMED CT UK coding system.", "copyright": "Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.", "compose": { "include": [ { "system": "http://snomed.info/sct", "filter": [ { "property": "constraint", "op": "=", "value": "717341000000101 OR 325931000000109 OR 734163000 OR 706825008 OR 373942005 OR 717131000000107 OR 25831000000103 OR 823751000000102 OR 933361000000108 OR 38651000000103 OR 715311000000107 OR 419891008 OR 25611000000107 OR 371525003" } ] } ] }, "expansion": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-unclosed", "valueBoolean": true } ], "identifier": "47b6bc4c-4e11-45b8-b6ea-16886bad0fe8", "timestamp": "2022-01-07T10:21:26+00:00", "total": 14, "offset": 0, "parameter": [ { "name": "version", "valueUri": "http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20211222" }, { "name": "count", "valueInteger": 2147483647 }, { "name": "offset", "valueInteger": 0 } ], "contains": [ { "system": "http://snomed.info/sct", "code": "717341000000101", "display": "Alerts" }, { "system": "http://snomed.info/sct", "code": "325931000000109", "display": "Assessment" }, { "system": "http://snomed.info/sct", "code": "734163000", "display": "Care plan" }, { "system": "http://snomed.info/sct", "code": "706825008", "display": "Chart" }, { "system": "http://snomed.info/sct", "code": "371525003", "display": "Clinical procedure report" }, { "system": "http://snomed.info/sct", "code": "373942005", "display": "Discharge summary" }, { "system": "http://snomed.info/sct", "code": "717131000000107", "display": "Health characteristics" }, { "system": "http://snomed.info/sct", "code": "25831000000103", "display": "Image (document)" }, { "system": "http://snomed.info/sct", "code": "823751000000102", "display": "Letter" }, { "system": "http://snomed.info/sct", "code": "933361000000108", "display": "Medications and medical devices" }, { "system": "http://snomed.info/sct", "code": "715311000000107", "display": "Notification administration" }, { "system": "http://snomed.info/sct", "code": "38651000000103", "display": "Other note" }, { "system": "http://snomed.info/sct", "code": "419891008", "display": "Record artefact" }, { "system": "http://snomed.info/sct", "code": "25611000000107", "display": "Referral letter" } ] } }
Version | 2.1.0 |
Published by | HL7 UK |
Status | Active (since 2021-09-10) |
A set of codes from that define a medication dose form. Selected from the 'NHS dm+d (dictionary of medicines and devices) dose form' simple reference set of the SNOMED CT UK coding system.
HL7 UK
Email: ukcore@hl7.org.uk
This value set includes codes from the following code systems:
This expansion was generated on 2021-09-03T12:50:09+00:00
This value set contains 191 concepts
Code | System | Display |
---|---|---|
39572811000001106 | http://snomed.info/sct | 12-hour modified-release capsule |
39572911000001101 | http://snomed.info/sct | 12-hour modified-release tablet |
39573011000001109 | http://snomed.info/sct | 24-hour modified-release capsule |
39573111000001105 | http://snomed.info/sct | 24-hour modified-release tablet |
35367611000001109 | http://snomed.info/sct | Aerosol generator |
35366811000001106 | http://snomed.info/sct | Bath additive |
36407611000001102 | http://snomed.info/sct | Bladder irrigation |
443424002 | http://snomed.info/sct | Buccal film |
385085006 | http://snomed.info/sct | Buccal tablet |
385048003 | http://snomed.info/sct | Cachet |
385049006 | http://snomed.info/sct | Capsule |
419202002 | http://snomed.info/sct | Cement |
32356811000001101 | http://snomed.info/sct | Chewable capsule |
66076007 | http://snomed.info/sct | Chewable tablet |
385115001 | http://snomed.info/sct | Collodion |
36407411000001100 | http://snomed.info/sct | Colloidal suspension for injection |
37981711000001101 | http://snomed.info/sct | Concentrate and solvent for solution for injection |
19276111000001108 | http://snomed.info/sct | Concentrate for oral solution |
385099005 | http://snomed.info/sct | Cream |
385111005 | http://snomed.info/sct | Cutaneous emulsion |
17309711000001108 | http://snomed.info/sct | Cutaneous patch |
385108009 | http://snomed.info/sct | Cutaneous solution |
385119007 | http://snomed.info/sct | Cutaneous sponge |
385106008 | http://snomed.info/sct | Cutaneous spray solution |
385088008 | http://snomed.info/sct | Dental gel |
385090009 | http://snomed.info/sct | Dental insert |
385095004 | http://snomed.info/sct | Dental suspension |
35366911000001101 | http://snomed.info/sct | Dispersible tablet |
36104911000001101 | http://snomed.info/sct | Dispersion for infusion |
34538111000001100 | http://snomed.info/sct | Dispersion for injection |
426684005 | http://snomed.info/sct | Drops |
385136004 | http://snomed.info/sct | Ear drops |
17960711000001109 | http://snomed.info/sct | Ear/eye drops solution |
17960811000001101 | http://snomed.info/sct | Ear/eye/nose drops solution |
385044001 | http://snomed.info/sct | Effervescent granules |
36407811000001103 | http://snomed.info/sct | Effervescent powder |
764780001 | http://snomed.info/sct | Effervescent tablet |
385179002 | http://snomed.info/sct | Effervescent vaginal tablet |
15647811000001107 | http://snomed.info/sct | Emulsion and suspension for emulsion for injection |
14955111000001100 | http://snomed.info/sct | Emulsion for infusion |
385221006 | http://snomed.info/sct | Emulsion for injection |
385186005 | http://snomed.info/sct | Enema |
4751611000001101 | http://snomed.info/sct | Epidural infusion |
385124005 | http://snomed.info/sct | Eye drops |
385122009 | http://snomed.info/sct | Eye gel |
385130005 | http://snomed.info/sct | Eye lotion |
385123004 | http://snomed.info/sct | Eye ointment |
421166008 | http://snomed.info/sct | Foam |
385065007 | http://snomed.info/sct | Gargle |
34012811000001100 | http://snomed.info/sct | Gas and solvent for dispersion for injection/infusion |
385052003 | http://snomed.info/sct | Gastro-resistant capsule |
385045000 | http://snomed.info/sct | Gastro-resistant granules |
385059007 | http://snomed.info/sct | Gastro-resistant tablet |
35367711000001100 | http://snomed.info/sct | Gastroenteral liquid |
385100002 | http://snomed.info/sct | Gel |
17644011000001108 | http://snomed.info/sct | Gel for injection |
385043007 | http://snomed.info/sct | Granules |
385029002 | http://snomed.info/sct | Granules for oral suspension |
385037005 | http://snomed.info/sct | Herbal tea |
421145000 | http://snomed.info/sct | Homeopathic cream |
421936000 | http://snomed.info/sct | Homeopathic drops |
421404002 | http://snomed.info/sct | Homeopathic elixir |
420358004 | http://snomed.info/sct | Homeopathic granules |
423983005 | http://snomed.info/sct | Homeopathic liquid |
35367411000001106 | http://snomed.info/sct | Homeopathic liquid potency |
35367511000001105 | http://snomed.info/sct | Homeopathic ointment |
420602001 | http://snomed.info/sct | Homeopathic oral powder |
420954008 | http://snomed.info/sct | Homeopathic pillule |
421595009 | http://snomed.info/sct | Homeopathic tablet |
385286003 | http://snomed.info/sct | Implant |
16602411000001103 | http://snomed.info/sct | Implantation suspension |
11564111000001107 | http://snomed.info/sct | Impregnated cigarette |
385120001 | http://snomed.info/sct | Impregnated dressing |
14964511000001102 | http://snomed.info/sct | Infusion |
3092311000001108 | http://snomed.info/sct | Inhalation gas |
385207009 | http://snomed.info/sct | Inhalation powder |
420641004 | http://snomed.info/sct | Inhalation solution |
385210002 | http://snomed.info/sct | Inhalation vapour |
3092611000001103 | http://snomed.info/sct | Injection |
385040005 | http://snomed.info/sct | Instant herbal tea |
21012211000001108 | http://snomed.info/sct | Intestinal gel |
16175111000001109 | http://snomed.info/sct | Intrauterine device |
3092811000001104 | http://snomed.info/sct | Intravenous infusion |
385242008 | http://snomed.info/sct | Intravesical solution |
3092911000001109 | http://snomed.info/sct | Irrigation |
16605211000001107 | http://snomed.info/sct | Irrigation solution |
385256005 | http://snomed.info/sct | Kit for radiopharmaceutical preparation |
420699003 | http://snomed.info/sct | Liquid |
34875411000001103 | http://snomed.info/sct | Living tissue equivalent |
385087003 | http://snomed.info/sct | Lozenge |
35367011000001102 | http://snomed.info/sct | Medicated chewing-gum |
35367111000001101 | http://snomed.info/sct | Medicated nail lacquer |
10984111000001107 | http://snomed.info/sct | Medicated plaster |
385054002 | http://snomed.info/sct | Modified-release capsule |
427609008 | http://snomed.info/sct | Modified-release drops |
385047008 | http://snomed.info/sct | Modified-release granules |
13892311000001106 | http://snomed.info/sct | Modified-release muco-adhesive buccal tablet |
385061003 | http://snomed.info/sct | Modified-release tablet |
70409003 | http://snomed.info/sct | Mouthwash |
385086007 | http://snomed.info/sct | Muco-adhesive buccal tablet |
385152001 | http://snomed.info/sct | Nasal drops |
385150009 | http://snomed.info/sct | Nasal gel |
385151008 | http://snomed.info/sct | Nasal ointment |
385159005 | http://snomed.info/sct | Nasal spray suspension |
39574611000001104 | http://snomed.info/sct | Nebuliser dispersion |
385197005 | http://snomed.info/sct | Nebuliser liquid |
3097611000001100 | http://snomed.info/sct | Not applicable |
385101003 | http://snomed.info/sct | Ointment |
385132002 | http://snomed.info/sct | Ophthalmic insert |
719200003 | http://snomed.info/sct | Ophthalmic strip |
385018001 | http://snomed.info/sct | Oral drops |
385025008 | http://snomed.info/sct | Oral emulsion |
385038000 | http://snomed.info/sct | Oral gel |
385063000 | http://snomed.info/sct | Oral gum |
385062005 | http://snomed.info/sct | Oral lyophilisate |
385023001 | http://snomed.info/sct | Oral solution |
385024007 | http://snomed.info/sct | Oral suspension |
447050008 | http://snomed.info/sct | Orodispersible film |
447079001 | http://snomed.info/sct | Orodispersible tablet |
385078007 | http://snomed.info/sct | Oromucosal gel |
385070000 | http://snomed.info/sct | Oromucosal solution |
3095111000001104 | http://snomed.info/sct | Paint |
37937005 | http://snomed.info/sct | Paste |
421079001 | http://snomed.info/sct | Pastille |
35313411000001100 | http://snomed.info/sct | Periodontal insert |
385174007 | http://snomed.info/sct | Pessary |
385064006 | http://snomed.info/sct | Pillules |
385117009 | http://snomed.info/sct | Poultice |
739005008 | http://snomed.info/sct | Powder |
33491111000001107 | http://snomed.info/sct | Powder and gel for gel |
8006811000001100 | http://snomed.info/sct | Powder and solvent for dispersion for injection |
34582011000001107 | http://snomed.info/sct | Powder and solvent for intravesical solution |
17406411000001100 | http://snomed.info/sct | Powder and solvent for nebuliser solution |
32779711000001100 | http://snomed.info/sct | Powder and solvent for prolonged-release suspension for injection |
14955211000001106 | http://snomed.info/sct | Powder and solvent for solution for infusion |
7375911000001101 | http://snomed.info/sct | Powder and solvent for solution for injection |