HL7 FHIR® UK Core Design and Development Approach

ValueSet Design

This section provides background information on metadata specific to the UKCore ValueSet resources.

Further information about the ValueSet resource is available.



Metadata Usage

The list below contains the element differences between the UKCore and HL7.

Base Resource Definitions

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].

Resource ValueSet - Content

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.

ValueSet Extensions

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.


ValueSet Descriptions

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:

  • For a ValueSet containing a set of SNOMED CT Reference Sets and/or hierarchies and/or individual concepts:
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. 

  • Where the ValueSet include dm+d concept classes:
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.


Country Specific CodeSystems

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.


Content Logical Definition - ValueSets containing UK Core CodeSystems

Content Logical Definition - Single code system

<compose>
    <include>
        <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-[ConcatenatedBusinessName(s)]" />
    </include>
</compose>

Content Logical Definition – Selected included codes from a single code system

<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>

Content Logical Definition – Selected excluded codes from a single code system

<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>

Content Logical Definition – ValueSets containing SNOMED CT concepts

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>

Content Logical Definition – ValueSets containing dm+d concepts

<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>


Expanding ValueSets

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.

ValueSet Illustration

This section is intended to provide examples that illustrate the different ways in which the Content Logical Definition (i.e. the element and its children elements) might be constructed, depending on the required code system content of the ValueSet.



ValueSet containing content from a single entire UK Core CodeSystem

HTML View

ValueSet 'UKCoreAddressKeyType'

Version2.1.0
Published byHL7 UK
StatusActive (since 2021-09-10)

A set of codes that define the type of Address Key.

Contact Information

HL7 UK
Email: ukcore@hl7.org.uk

This value set includes codes from the following code systems:

Expansion

This expansion was generated on 2021-09-10T07:49:44+00:00

This value set contains 2 concepts

CodeSystemDisplay
PAFhttps://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyTypePostcode Address File
UPRNhttps://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyTypeUnique Property Reference Number

Table View

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]email
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

XML View

<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 &#169; 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); 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 &quot;AS IS&quot; 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&#174; FHIR&#174; standard Copyright &#169; 2011+ HL7 The HL7&#174; FHIR&#174; 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>

JSON View

{
    "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"
            }
        ]
    }
}

ValueSet containing selected content from a single FHIR standard CodeSystem and selected content from a single UK Core CodeSystem

HTML View

ValueSet 'UKCoreMedicationRequestCourseOfTherapy'

Version1.0.0
Published byHL7 UK
StatusActive (since 2021-09-10)

A set of codes to define a course of therapy for a medication request.

Contact Information

HL7 UK
Email: ukcore@hl7.org.uk

This value set includes codes from the following code systems:

Expansion

This expansion was generated on 2021-09-09T15:02:07+00:00

This value set contains 3 concepts

CodeSystemDisplay
continuoushttp://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapyContinuous long term therapy
acutehttp://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapyShort course (acute) therapy
continuous-repeating-dispensinghttps://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapyContinuous long term (repeat dispensing)

Table View

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]email
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)

XML View

<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 &#169; 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); 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 &quot;AS IS&quot; 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&#174; FHIR&#174; standard Copyright &#169; 2011+ HL7 The HL7&#174; FHIR&#174; 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>

JSON View

{
    "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)"
            }
        ]
    }
}

ValueSet containing content from a multiple UK Core CodeSystems and selected nullFlavors

HTML View

ValueSet 'UKCoreNHSNumberVerificationStatus'

Version2.2.0
Published byHL7 UK
StatusActive (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.

Contact Information

HL7 UK
Email: ukcore@hl7.org.uk

This value set includes codes from the following code systems:

Expansion

This expansion was generated on 2022-10-19T14:08:35+00:00

This value set contains 18 concepts

CodeSystemDisplay
01https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEnglandNumber present and verified
02https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEnglandNumber present but not traced
03https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEnglandTrace required
04https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEnglandTrace attempted - No match or multiple match found
05https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEnglandTrace needs to be resolved - (NHS number or patient detail conflict)
06https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEnglandTrace in progress
07https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEnglandNumber not present and trace not required
08https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEnglandTrace postponed (baby under six weeks old)
nnhttps://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWalesNumber present and traced using Welsh NHS AR
01https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWalesNumber present & traced
02https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWalesNumber present but not traced
03https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWalesTrace required
04https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWalesTrace attempted – no match or multiple match found
05https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWalesTrace needs to be resolved (NHS number or patient detail conflict)
06https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWalesTrace in progress
07https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWalesNumber not present and trace not required
08https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWalesTrace postponed (baby under six weeks old)
NIhttp://terminology.hl7.org/CodeSystem/v3-NullFlavorNoInformation

Table View

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]email
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

XML View

<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 &#169; 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); 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 &quot;AS IS&quot; 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&#174; FHIR&#174; standard Copyright &#169; 2011+ HL7 The HL7&#174; FHIR&#174; 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 &amp; 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>

JSON View

{
    "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"
            }
        ]
    }
}

ValueSet containing selected content from a single UK Core CodeSystem and multiple FHIR standard CodeSystems and also excluding specific concepts

HTML View

ValueSet 'UKCorePersonRelationshipType'

Version2.1.0
Published byHL7 UK
StatusActive (since 2021-09-10)

A set of codes that define the type of relationship a person has to a patient.

Contact Information

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:

Expansion

This expansion was generated on 2021-09-10T07:25:20+00:00

This value set contains 131 concepts

CodeSystemDisplay
CHLDADOPThttp://terminology.hl7.org/CodeSystem/v3-RoleCodeadopted child
DAUADOPThttp://terminology.hl7.org/CodeSystem/v3-RoleCodeadopted daughter
SONADOPThttp://terminology.hl7.org/CodeSystem/v3-RoleCodeadopted son
ADOPTFhttp://terminology.hl7.org/CodeSystem/v3-RoleCodeadoptive father
ADOPTMhttp://terminology.hl7.org/CodeSystem/v3-RoleCodeadoptive mother
ADOPTPhttp://terminology.hl7.org/CodeSystem/v3-RoleCodeadoptive parent
Agenthttps://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRoleAgent of patient
AUNThttp://terminology.hl7.org/CodeSystem/v3-RoleCodeaunt
BPhttp://terminology.hl7.org/CodeSystem/v2-0131Billing contact person
BROhttp://terminology.hl7.org/CodeSystem/v3-RoleCodebrother
BROINLAWhttp://terminology.hl7.org/CodeSystem/v3-RoleCodebrother-in-law
Carerhttps://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRoleCarer of patient
CHILDhttp://terminology.hl7.org/CodeSystem/v3-RoleCodechild
CHLDINLAWhttp://terminology.hl7.org/CodeSystem/v3-RoleCodechild-in-law
CPhttp://terminology.hl7.org/CodeSystem/v2-0131Contact person
COUSNhttp://terminology.hl7.org/CodeSystem/v3-RoleCodecousin
DAUChttp://terminology.hl7.org/CodeSystem/v3-RoleCodedaughter
DAUINLAWhttp://terminology.hl7.org/CodeSystem/v3-RoleCodedaughter in-law
Dependanthttps://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRoleDependant of patient
DOMPARThttp://terminology.hl7.org/CodeSystem/v3-RoleCodedomestic partner
Chttp://terminology.hl7.org/CodeSystem/v2-0131Emergency Contact
EPhttp://terminology.hl7.org/CodeSystem/v2-0131Emergency contact person
Ehttp://terminology.hl7.org/CodeSystem/v2-0131Employer
EXThttp://terminology.hl7.org/CodeSystem/v3-RoleCodeextended family member
FAMMEMBhttp://terminology.hl7.org/CodeSystem/v3-RoleCodefamily member
FTHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodefather
FTHINLAWhttp://terminology.hl7.org/CodeSystem/v3-RoleCodefather-in-law
Fhttp://terminology.hl7.org/CodeSystem/v2-0131Federal Agency
FMRSPShttp://terminology.hl7.org/CodeSystem/v3-RoleCodeformer spouse
CHLDFOSThttp://terminology.hl7.org/CodeSystem/v3-RoleCodefoster child
DAUFOSThttp://terminology.hl7.org/CodeSystem/v3-RoleCodefoster daughter
FTHFOSThttp://terminology.hl7.org/CodeSystem/v3-RoleCodefoster father
MTHFOSThttp://terminology.hl7.org/CodeSystem/v3-RoleCodefoster mother
PRNFOSThttp://terminology.hl7.org/CodeSystem/v3-RoleCodefoster parent
SONFOSThttp://terminology.hl7.org/CodeSystem/v3-RoleCodefoster son
FTWINhttp://terminology.hl7.org/CodeSystem/v3-RoleCodefraternal twin
FTWINBROhttp://terminology.hl7.org/CodeSystem/v3-RoleCodefraternal twin brother
FTWINSIShttp://terminology.hl7.org/CodeSystem/v3-RoleCodefraternal twin sister
GESTMhttp://terminology.hl7.org/CodeSystem/v3-RoleCodegestational mother
GRNDCHILDhttp://terminology.hl7.org/CodeSystem/v3-RoleCodegrandchild
GRNDDAUhttp://terminology.hl7.org/CodeSystem/v3-RoleCodegranddaughter
GRFTHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodegrandfather
GRMTHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodegrandmother
GRPRNhttp://terminology.hl7.org/CodeSystem/v3-RoleCodegrandparent
GRNDSONhttp://terminology.hl7.org/CodeSystem/v3-RoleCodegrandson
GGRFTHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodegreat grandfather
GGRMTHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodegreat grandmother
GGRPRNhttp://terminology.hl7.org/CodeSystem/v3-RoleCodegreat grandparent
Guardianhttps://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRoleGuardian of patient
HBROhttp://terminology.hl7.org/CodeSystem/v3-RoleCodehalf-brother
HSIBhttp://terminology.hl7.org/CodeSystem/v3-RoleCodehalf-sibling
HSIShttp://terminology.hl7.org/CodeSystem/v3-RoleCodehalf-sister
HUSBhttp://terminology.hl7.org/CodeSystem/v3-RoleCodehusband
ITWINhttp://terminology.hl7.org/CodeSystem/v3-RoleCodeidentical twin
ITWINBROhttp://terminology.hl7.org/CodeSystem/v3-RoleCodeidentical twin brother
ITWINSIShttp://terminology.hl7.org/CodeSystem/v3-RoleCodeidentical twin sister
INLAWhttp://terminology.hl7.org/CodeSystem/v3-RoleCodeinlaw
Ihttp://terminology.hl7.org/CodeSystem/v2-0131Insurance Company
MAUNThttp://terminology.hl7.org/CodeSystem/v3-RoleCodematernal aunt
MCOUSNhttp://terminology.hl7.org/CodeSystem/v3-RoleCodematernal cousin
MGRFTHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodematernal grandfather
MGRMTHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodematernal grandmother
MGRPRNhttp://terminology.hl7.org/CodeSystem/v3-RoleCodematernal grandparent
MGGRFTHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodematernal great-grandfather
MGGRMTHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodematernal great-grandmother
MGGRPRNhttp://terminology.hl7.org/CodeSystem/v3-RoleCodematernal great-grandparent
MUNCLEhttp://terminology.hl7.org/CodeSystem/v3-RoleCodematernal uncle
MTHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodemother
MTHINLAWhttp://terminology.hl7.org/CodeSystem/v3-RoleCodemother-in-law
NBROhttp://terminology.hl7.org/CodeSystem/v3-RoleCodenatural brother
NCHILDhttp://terminology.hl7.org/CodeSystem/v3-RoleCodenatural child
DAUhttp://terminology.hl7.org/CodeSystem/v3-RoleCodenatural daughter
NFTHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodenatural father
NFTHFhttp://terminology.hl7.org/CodeSystem/v3-RoleCodenatural father of fetus
NMTHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodenatural mother
NMTHFhttp://terminology.hl7.org/CodeSystem/v3-RoleCodenatural mother of fetus
NPRNhttp://terminology.hl7.org/CodeSystem/v3-RoleCodenatural parent
NSIBhttp://terminology.hl7.org/CodeSystem/v3-RoleCodenatural sibling
NSIShttp://terminology.hl7.org/CodeSystem/v3-RoleCodenatural sister
SONhttp://terminology.hl7.org/CodeSystem/v3-RoleCodenatural son
NBORhttp://terminology.hl7.org/CodeSystem/v3-RoleCodeneighbor
NEPHEWhttp://terminology.hl7.org/CodeSystem/v3-RoleCodenephew
Nhttp://terminology.hl7.org/CodeSystem/v2-0131Next-of-Kin
NIECEhttp://terminology.hl7.org/CodeSystem/v3-RoleCodeniece
NIENEPHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodeniece/nephew
NonDependanthttps://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRoleNon Dependant of patient
NotSpecifiedhttps://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRoleNot Specified
PRNhttp://terminology.hl7.org/CodeSystem/v3-RoleCodeparent
PRNINLAWhttp://terminology.hl7.org/CodeSystem/v3-RoleCodeparent in-law
PAUNThttp://terminology.hl7.org/CodeSystem/v3-RoleCodepaternal aunt
PCOUSNhttp://terminology.hl7.org/CodeSystem/v3-RoleCodepaternal cousin
PGRFTHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodepaternal grandfather
PGRMTHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodepaternal grandmother
PGRPRNhttp://terminology.hl7.org/CodeSystem/v3-RoleCodepaternal grandparent
PGGRFTHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodepaternal great-grandfather
PGGRMTHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodepaternal great-grandmother
PGGRPRNhttp://terminology.hl7.org/CodeSystem/v3-RoleCodepaternal great-grandparent
PUNCLEhttp://terminology.hl7.org/CodeSystem/v3-RoleCodepaternal uncle
PRhttp://terminology.hl7.org/CodeSystem/v2-0131Person preparing referral
Personalhttps://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRolePersonal relationship with the patient
PolygamousPartnerhttps://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRolePolygamous Partner of patient
ProxyCommunicationhttps://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRoleProxy Communication for patient
ProxyContactCommunicationhttps://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRoleProxy Contact and Communication for patient
ProxyContacthttps://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRoleProxy Contact for patient
ROOMhttp://terminology.hl7.org/CodeSystem/v3-RoleCodeRoommate
ONESELFhttp://terminology.hl7.org/CodeSystem/v3-RoleCodeself
SIBhttp://terminology.hl7.org/CodeSystem/v3-RoleCodesibling
SIBINLAWhttp://terminology.hl7.org/CodeSystem/v3-RoleCodesibling in-law
SIGOTHRhttp://terminology.hl7.org/CodeSystem/v3-RoleCodesignificant other
SIShttp://terminology.hl7.org/CodeSystem/v3-RoleCodesister
SISINLAWhttp://terminology.hl7.org/CodeSystem/v3-RoleCodesister-in-law
SONChttp://terminology.hl7.org/CodeSystem/v3-RoleCodeson
SONINLAWhttp://terminology.hl7.org/CodeSystem/v3-RoleCodeson in-law
SPShttp://terminology.hl7.org/CodeSystem/v3-RoleCodespouse
Shttp://terminology.hl7.org/CodeSystem/v2-0131State Agency
STPCHLDhttp://terminology.hl7.org/CodeSystem/v3-RoleCodestep child
STPPRNhttp://terminology.hl7.org/CodeSystem/v3-RoleCodestep parent
STPSIBhttp://terminology.hl7.org/CodeSystem/v3-RoleCodestep sibling
STPBROhttp://terminology.hl7.org/CodeSystem/v3-RoleCodestepbrother
STPDAUhttp://terminology.hl7.org/CodeSystem/v3-RoleCodestepdaughter
STPFTHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodestepfather
STPMTHhttp://terminology.hl7.org/CodeSystem/v3-RoleCodestepmother
STPSIShttp://terminology.hl7.org/CodeSystem/v3-RoleCodestepsister
STPSONhttp://terminology.hl7.org/CodeSystem/v3-RoleCodestepson
TWINhttp://terminology.hl7.org/CodeSystem/v3-RoleCodetwin
TWINBROhttp://terminology.hl7.org/CodeSystem/v3-RoleCodetwin brother
TWINSIShttp://terminology.hl7.org/CodeSystem/v3-RoleCodetwin sister
UNCLEhttp://terminology.hl7.org/CodeSystem/v3-RoleCodeuncle
Uhttp://terminology.hl7.org/CodeSystem/v2-0131Unknown
FRNDhttp://terminology.hl7.org/CodeSystem/v3-RoleCodeunrelated friend
WIFEhttp://terminology.hl7.org/CodeSystem/v3-RoleCodewife

Table View

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]email
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

XML View

<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 &#169; 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); 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 &quot;AS IS&quot; 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&#174; FHIR&#174; standard Copyright &#169; 2011+ HL7 The HL7&#174; FHIR&#174; 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>

JSON View

{
    "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"
            }
        ]
    }
}

ValueSet containing selected individual codes from SNOMED CT

HTML View

ValueSet 'UKCoreCompositionCategory'

Version1.0.0
Published byHL7 UK
StatusActive (since 2022-01-07)

A set of codes that categorise the type of composition. Selected from the SNOMED CT UK coding system.

Contact Information

HL7 UK
Email: ukcore@hl7.org.uk

This value set includes codes from the following code systems:

  • Include codes from SNOMED_CT where constraint Equal 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

This expansion was generated on 2022-01-07T10:21:26+00:00

This value set contains 14 concepts

CodeSystemDisplay
717341000000101http://snomed.info/sctAlerts
325931000000109http://snomed.info/sctAssessment
734163000http://snomed.info/sctCare plan
706825008http://snomed.info/sctChart
371525003http://snomed.info/sctClinical procedure report
373942005http://snomed.info/sctDischarge summary
717131000000107http://snomed.info/sctHealth characteristics
25831000000103http://snomed.info/sctImage (document)
823751000000102http://snomed.info/sctLetter
933361000000108http://snomed.info/sctMedications and medical devices
715311000000107http://snomed.info/sctNotification administration
38651000000103http://snomed.info/sctOther note
419891008http://snomed.info/sctRecord artefact
25611000000107http://snomed.info/sctReferral letter

Table View

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]email
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

XML View

<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 &#169; 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); 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 &quot;AS IS&quot; 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&#174; FHIR&#174; standard Copyright &#169; 2011+ HL7 The HL7&#174; FHIR&#174; 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 &#169; 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>

JSON View

{
    "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"
            }
        ]
    }
}

ValueSet containing a single Reference Set from SNOMED CT

HTML View

ValueSet 'UKCoreMedicationForm'

Version2.1.0
Published byHL7 UK
StatusActive (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.

Contact Information

HL7 UK
Email: ukcore@hl7.org.uk

This value set includes codes from the following code systems:

  • Include codes from SNOMED_CT where constraint Equal memberOf 999000781000001107

Expansion

This expansion was generated on 2021-09-03T12:50:09+00:00

This value set contains 191 concepts

CodeSystemDisplay
39572811000001106http://snomed.info/sct12-hour modified-release capsule
39572911000001101http://snomed.info/sct12-hour modified-release tablet
39573011000001109http://snomed.info/sct24-hour modified-release capsule
39573111000001105http://snomed.info/sct24-hour modified-release tablet
35367611000001109http://snomed.info/sctAerosol generator
35366811000001106http://snomed.info/sctBath additive
36407611000001102http://snomed.info/sctBladder irrigation
443424002http://snomed.info/sctBuccal film
385085006http://snomed.info/sctBuccal tablet
385048003http://snomed.info/sctCachet
385049006http://snomed.info/sctCapsule
419202002http://snomed.info/sctCement
32356811000001101http://snomed.info/sctChewable capsule
66076007http://snomed.info/sctChewable tablet
385115001http://snomed.info/sctCollodion
36407411000001100http://snomed.info/sctColloidal suspension for injection
37981711000001101http://snomed.info/sctConcentrate and solvent for solution for injection
19276111000001108http://snomed.info/sctConcentrate for oral solution
385099005http://snomed.info/sctCream
385111005http://snomed.info/sctCutaneous emulsion
17309711000001108http://snomed.info/sctCutaneous patch
385108009http://snomed.info/sctCutaneous solution
385119007http://snomed.info/sctCutaneous sponge
385106008http://snomed.info/sctCutaneous spray solution
385088008http://snomed.info/sctDental gel
385090009http://snomed.info/sctDental insert
385095004http://snomed.info/sctDental suspension
35366911000001101http://snomed.info/sctDispersible tablet
36104911000001101http://snomed.info/sctDispersion for infusion
34538111000001100http://snomed.info/sctDispersion for injection
426684005http://snomed.info/sctDrops
385136004http://snomed.info/sctEar drops
17960711000001109http://snomed.info/sctEar/eye drops solution
17960811000001101http://snomed.info/sctEar/eye/nose drops solution
385044001http://snomed.info/sctEffervescent granules
36407811000001103http://snomed.info/sctEffervescent powder
764780001http://snomed.info/sctEffervescent tablet
385179002http://snomed.info/sctEffervescent vaginal tablet
15647811000001107http://snomed.info/sctEmulsion and suspension for emulsion for injection
14955111000001100http://snomed.info/sctEmulsion for infusion
385221006http://snomed.info/sctEmulsion for injection
385186005http://snomed.info/sctEnema
4751611000001101http://snomed.info/sctEpidural infusion
385124005http://snomed.info/sctEye drops
385122009http://snomed.info/sctEye gel
385130005http://snomed.info/sctEye lotion
385123004http://snomed.info/sctEye ointment
421166008http://snomed.info/sctFoam
385065007http://snomed.info/sctGargle
34012811000001100http://snomed.info/sctGas and solvent for dispersion for injection/infusion
385052003http://snomed.info/sctGastro-resistant capsule
385045000http://snomed.info/sctGastro-resistant granules
385059007http://snomed.info/sctGastro-resistant tablet
35367711000001100http://snomed.info/sctGastroenteral liquid
385100002http://snomed.info/sctGel
17644011000001108http://snomed.info/sctGel for injection
385043007http://snomed.info/sctGranules
385029002http://snomed.info/sctGranules for oral suspension
385037005http://snomed.info/sctHerbal tea
421145000http://snomed.info/sctHomeopathic cream
421936000http://snomed.info/sctHomeopathic drops
421404002http://snomed.info/sctHomeopathic elixir
420358004http://snomed.info/sctHomeopathic granules
423983005http://snomed.info/sctHomeopathic liquid
35367411000001106http://snomed.info/sctHomeopathic liquid potency
35367511000001105http://snomed.info/sctHomeopathic ointment
420602001http://snomed.info/sctHomeopathic oral powder
420954008http://snomed.info/sctHomeopathic pillule
421595009http://snomed.info/sctHomeopathic tablet
385286003http://snomed.info/sctImplant
16602411000001103http://snomed.info/sctImplantation suspension
11564111000001107http://snomed.info/sctImpregnated cigarette
385120001http://snomed.info/sctImpregnated dressing
14964511000001102http://snomed.info/sctInfusion
3092311000001108http://snomed.info/sctInhalation gas
385207009http://snomed.info/sctInhalation powder
420641004http://snomed.info/sctInhalation solution
385210002http://snomed.info/sctInhalation vapour
3092611000001103http://snomed.info/sctInjection
385040005http://snomed.info/sctInstant herbal tea
21012211000001108http://snomed.info/sctIntestinal gel
16175111000001109http://snomed.info/sctIntrauterine device
3092811000001104http://snomed.info/sctIntravenous infusion
385242008http://snomed.info/sctIntravesical solution
3092911000001109http://snomed.info/sctIrrigation
16605211000001107http://snomed.info/sctIrrigation solution
385256005http://snomed.info/sctKit for radiopharmaceutical preparation
420699003http://snomed.info/sctLiquid
34875411000001103http://snomed.info/sctLiving tissue equivalent
385087003http://snomed.info/sctLozenge
35367011000001102http://snomed.info/sctMedicated chewing-gum
35367111000001101http://snomed.info/sctMedicated nail lacquer
10984111000001107http://snomed.info/sctMedicated plaster
385054002http://snomed.info/sctModified-release capsule
427609008http://snomed.info/sctModified-release drops
385047008http://snomed.info/sctModified-release granules
13892311000001106http://snomed.info/sctModified-release muco-adhesive buccal tablet
385061003http://snomed.info/sctModified-release tablet
70409003http://snomed.info/sctMouthwash
385086007http://snomed.info/sctMuco-adhesive buccal tablet
385152001http://snomed.info/sctNasal drops
385150009http://snomed.info/sctNasal gel
385151008http://snomed.info/sctNasal ointment
385159005http://snomed.info/sctNasal spray suspension
39574611000001104http://snomed.info/sctNebuliser dispersion
385197005http://snomed.info/sctNebuliser liquid
3097611000001100http://snomed.info/sctNot applicable
385101003http://snomed.info/sctOintment
385132002http://snomed.info/sctOphthalmic insert
719200003http://snomed.info/sctOphthalmic strip
385018001http://snomed.info/sctOral drops
385025008http://snomed.info/sctOral emulsion
385038000http://snomed.info/sctOral gel
385063000http://snomed.info/sctOral gum
385062005http://snomed.info/sctOral lyophilisate
385023001http://snomed.info/sctOral solution
385024007http://snomed.info/sctOral suspension
447050008http://snomed.info/sctOrodispersible film
447079001http://snomed.info/sctOrodispersible tablet
385078007http://snomed.info/sctOromucosal gel
385070000http://snomed.info/sctOromucosal solution
3095111000001104http://snomed.info/sctPaint
37937005http://snomed.info/sctPaste
421079001http://snomed.info/sctPastille
35313411000001100http://snomed.info/sctPeriodontal insert
385174007http://snomed.info/sctPessary
385064006http://snomed.info/sctPillules
385117009http://snomed.info/sctPoultice
739005008http://snomed.info/sctPowder
33491111000001107http://snomed.info/sctPowder and gel for gel
8006811000001100http://snomed.info/sctPowder and solvent for dispersion for injection
34582011000001107http://snomed.info/sctPowder and solvent for intravesical solution
17406411000001100http://snomed.info/sctPowder and solvent for nebuliser solution
32779711000001100http://snomed.info/sctPowder and solvent for prolonged-release suspension for injection
14955211000001106http://snomed.info/sctPowder and solvent for solution for infusion
7375911000001101http://snomed.info/sctPowder and solvent for solution for injection