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 NameAndMeaningReference
{
"resourceType": "StructureDefinition",
"id": "NameAndMeaningReference",
"url": "{http://www.omg.org/spec/CTS2/1.1/Core}NameAndMeaningReference",
"name": "NameAndMeaningReference",
"display": "CTS2.NameAndMeaningReference",
"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 NameAndMeaningReference consists of a local identifier that references a unique meaning within the context of a given domain in a CTS2 service instance and a globally unique URI that\n\t\t\t\tidentifies the intended meaning of the identifier. ",
"fhirVersion": "1.4.0",
"kind": "logical",
"abstract": false,
"snapshot": {
"element": [
{
"path": "NameAndMeaningReference",
"short": "NameAndMeaningReference",
"definition": "A NameAndMeaningReference consists of a local identifier that references a unique meaning within the context of a given domain in a CTS2 service instance and a globally unique URI that\n\t\t\t\tidentifies the intended meaning of the identifier. ",
"min": 0,
"max": "*"
},
{
"path": "NameAndMeaningReference.value",
"name": "value",
"short": "Value",
"definition": "This element contains the value for the type.",
"min": 0,
"max": "1",
"type": [
{
"code": "String"
}
]
},
{
"path": "NameAndMeaningReference.uri",
"name": "uri",
"short": "an ExternalURI that references the meaning of a name",
"definition": "an ExternalURI that references the meaning of a name. Meaning is optional only because the meaning of some of the elements have not been fully specified in some legacy\n\t\t\t\t\t\t\tterminology resources. If meaning is not supplied, the intent of a reference cannot be shared among services or between other resources.",
"min": 0,
"max": "1",
"type": [
{
"code": "ExternalURI"
}
]
},
{
"path": "NameAndMeaningReference.href",
"name": "href",
"short": "a RenderingURI that, when dereferenced, results in a CTS2 compliant representation of the meaning of the given NameAndMeaningReference",
"definition": "a RenderingURI that, when dereferenced, results in a CTS2 compliant representation of the meaning of the given NameAndMeaningReference. This must be present if the\n\t\t\t\t\t\t\timplementing CTS2 service is aware of a CTS2 resource that carries the definition. ",
"min": 0,
"max": "1",
"type": [
{
"code": "RenderingURI"
}
]
}
]
}
}
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.