STU 3 Candidate

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

Cts2/NameAndMeaningReference.xml

Raw XML (canonical form)

Logical Model NameAndMeaningReference

<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="NameAndMeaningReference"/>
  <url value="{http://www.omg.org/spec/CTS2/1.1/Core}NameAndMeaningReference"/>
  <name value="NameAndMeaningReference"/>
  <display value="CTS2.NameAndMeaningReference"/>
  <status value="draft"/>
  <publisher value="Generated by Xsd-to-FHIR"/>
  <contact>
    <name value="Visit the Github repository for more information"/>
    <telecom>
      <system value="other"/>
      <value value="https://github.com/cts2/CTS2-to-FHIR"/>
    </telecom>
  </contact>
  <date value="2016-02-08T19:11:02-07:00"/>
  <description value="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     identifies the intended meaning of the identifier. "/>
  <fhirVersion value="1.4.0"/>
  <kind value="logical"/>
  <abstract value="false"/>
  <snapshot>
    <element>
      <path value="NameAndMeaningReference"/>
      <short value="NameAndMeaningReference"/>
      <definition value="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     identifies the intended meaning of the identifier. "/>
      <min value="0"/>
      <max value="*"/>
    </element>
    <element>
      <path value="NameAndMeaningReference.value"/>
      <name value="value"/>
      <short value="Value"/>
      <definition value="This element contains the value for the type."/>
      <min value="0"/>
      <max value="1"/>
      <type>
        <code value="String"/>
      </type>
    </element>
    <element>
      <path value="NameAndMeaningReference.uri"/>
      <name value="uri"/>
      <short value="an ExternalURI that references the meaning of a name"/>
      <definition value="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     
         terminology resources. If meaning is not supplied, the intent of a reference cannot
       be shared among services or between other resources."/>
      <min value="0"/>
      <max value="1"/>
      <type>
        <code value="ExternalURI"/>
      </type>
    </element>
    <element>
      <path value="NameAndMeaningReference.href"/>
      <name value="href"/>
      <short value="a RenderingURI that, when dereferenced, results in a CTS2 compliant representation of
       the meaning of the given NameAndMeaningReference"/>
      <definition value="a RenderingURI that, when dereferenced, results in a CTS2 compliant representation of
       the meaning of the given NameAndMeaningReference. This must be present if the        implementing
       CTS2 service is aware of a CTS2 resource that carries the definition. "/>
      <min value="0"/>
      <max value="1"/>
      <type>
        <code value="RenderingURI"/>
      </type>
    </element>
  </snapshot>
</StructureDefinition>

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.