This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
Logical Model CodeSystemCatalogEntrySummary
{
"resourceType": "StructureDefinition",
"id": "CodeSystemCatalogEntrySummary",
"url": "{http://www.omg.org/spec/CTS2/1.1/CodeSystem}CodeSystemCatalogEntrySummary",
"name": "CodeSystemCatalogEntrySummary",
"display": "CTS2.CodeSystemCatalogEntrySummary",
"status": "draft",
"publisher": "Generated by Xsd-to-FHIR",
"contact": [
{
"name": "Visit the Github repository for more information",
"telecom": [
{
"system": "other",
"value": "https://github.com/cts2/CTS2-to-FHIR"
}
]
}
],
"date": "2016-02-08T19:11:02-07:00",
"description": "A synopsis of a CodeSystem along with information about how to access the complete resource.",
"fhirVersion": "1.4.0",
"kind": "logical",
"abstract": false,
"baseDefinition": "{http://www.omg.org/spec/CTS2/1.1/Core}AbstractResourceDescriptionDirectoryEntry",
"snapshot": {
"element": [
{
"path": "CodeSystemCatalogEntrySummary",
"short": "CodeSystemCatalogEntrySummary",
"definition": "A synopsis of a CodeSystem along with information about how to access the complete resource.",
"min": 0,
"max": "*",
"base": {
"path": "{http://www.omg.org/spec/CTS2/1.1/Core}AbstractResourceDescriptionDirectoryEntry",
"min": 0,
"max": "*"
},
"type": [
{
"code": "AbstractResourceDescriptionDirectoryEntry"
}
]
},
{
"path": "CodeSystemCatalogEntrySummary.codeSystemName",
"name": "codeSystemName",
"short": "the local identifier that uniquely identifies the code system within the context of the implementing service",
"definition": "the local identifier that uniquely identifies the code system within the context of the implementing service. Note that the about URI is the globally unique identifier.",
"min": 1,
"max": "1",
"type": [
{
"code": "CodeSystemName"
}
]
},
{
"path": "CodeSystemCatalogEntrySummary.versions",
"name": "versions",
"short": "a directory URI that resolves to an ordered list of code system versions associated with this code system",
"definition": "a directory URI that resolves to an ordered list of code system versions associated with this code system. versions may only be present if the service supports the CodeSystemVersion\n\t\t\t\t\t\t\t\t\tQuery profile.",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeSystemVersionCatalogEntryDirectoryURI"
}
]
},
{
"path": "CodeSystemCatalogEntrySummary.currentVersion",
"name": "currentVersion",
"short": "a reference to the code system version marked as CURRENT in the service instance",
"definition": "a reference to the code system version marked as CURRENT in the service instance.",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeSystemVersionReference"
}
]
}
]
}
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.