RDC Interoperability Guide
1.1.0

User identifier type codes

This value set includes codes from the following code systems:

{
"resourceType": "ValueSet",
"id": "user-identifier-type-codes",
"url": "https://roche.com/fhir/iop/ValueSet/user-identifier-type-codes",
"name": "UserIdentifierTypeCodes",
"description": "A ValueSet containing codes representing different types of identifiers for the `Patient.identifier` element.",
"status": "active",
"experimental": false,
"publisher": "F. Hoffmann-La Roche AG",
"copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"concept": [
{
"code": "MR",
"display": "Medical Record Number"
}
]
},
{
"system": "https://roche.com/fhir/iop/CodeSystem/identifier-type",
"concept": [
{
"code": "RDCP",
"display": "Patient ID in RDCP eConnecta"
},
{
"code": "INS",
"display": "French National eHealth ID"
},
{
"code": "cgmCS",
"display": "Confidence Clinical Studies"
},
{
"code": "sugarviewCS",
"display": "Sugarview Clinical Studies"
},
{
"code": "SFDC",
"display": "Salesforce"
}
]
}
]
}
}
<ValueSet xmlns="http://hl7.org/fhir">
<id value="user-identifier-type-codes" />
<url value="https://roche.com/fhir/iop/ValueSet/user-identifier-type-codes" />
<name value="UserIdentifierTypeCodes" />
<status value="active" />
<experimental value="false" />
<publisher value="F. Hoffmann-La Roche AG" />
<description value="A ValueSet containing codes representing different types of identifiers for the `Patient.identifier` element." />
<copyright value="Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise." />
<compose>
<include>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
<concept>
<code value="MR" />
<display value="Medical Record Number" />
</concept>
</include>
<include>
<system value="https://roche.com/fhir/iop/CodeSystem/identifier-type" />
<concept>
<code value="RDCP" />
<display value="Patient ID in RDCP eConnecta" />
</concept>
<concept>
<code value="INS" />
<display value="French National eHealth ID" />
</concept>
<concept>
<code value="cgmCS" />
<display value="Confidence Clinical Studies" />
</concept>
<concept>
<code value="sugarviewCS" />
<display value="Sugarview Clinical Studies" />
</concept>
<concept>
<code value="SFDC" />
<display value="Salesforce" />
</concept>
</include>
</compose>
</ValueSet>