{
"resourceType": "CodeSystem",
"id": "identifier-type",
"url": "https://roche.com/fhir/iop/CodeSystem/identifier-type",
"name": "IdentifierType",
"description": "Roche FHIR Interoperability defined code system of concepts specifying type of identifier.",
"status": "active",
"experimental": false,
"date": "2025-02-24",
"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.",
"caseSensitive": true,
"content": "complete",
"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"
}
]
}
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="identifier-type" />
<url value="https://roche.com/fhir/iop/CodeSystem/identifier-type" />
<name value="IdentifierType" />
<status value="active" />
<experimental value="false" />
<date value="2025-02-24" />
<publisher value="F. Hoffmann-La Roche AG" />
<description value="Roche FHIR Interoperability defined code system of concepts specifying type of identifier." />
<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." />
<caseSensitive value="true" />
<content value="complete" />
<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>
</CodeSystem>