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/URIAndEntityName.xml

Raw XML (canonical form)

Logical Model URIAndEntityName

<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="URIAndEntityName"/>
  <url value="{http://www.omg.org/spec/CTS2/1.1/Core}URIAndEntityName"/>
  <name value="URIAndEntityName"/>
  <display value="CTS2.URIAndEntityName"/>
  <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="The combination of a URI and an optional ScopedEntityName and an optional designation
   for a resource. "/>
  <fhirVersion value="1.4.0"/>
  <kind value="logical"/>
  <abstract value="false"/>
  <snapshot>
    <element>
      <path value="URIAndEntityName"/>
      <short value="URIAndEntityName"/>
      <definition value="The combination of a URI and an optional ScopedEntityName and an optional designation
       for a resource. "/>
      <min value="0"/>
      <max value="*"/>
    </element>
    <element>
      <path value="URIAndEntityName.uri"/>
      <name value="uri"/>
      <short value="a URI that uniquely references the target entity"/>
      <definition value="a URI that uniquely references the target entity"/>
      <min value="1"/>
      <max value="1"/>
      <type>
        <code value="ExternalURI"/>
      </type>
    </element>
    <element>
      <path value="URIAndEntityName.href"/>
      <name value="href"/>
      <short value="a URI that resolves to the full EntityDescription represented by this resource"/>
      <definition value="a URI that resolves to the full EntityDescription represented by this resource"/>
      <min value="0"/>
      <max value="1"/>
      <type>
        <code value="RenderingURI"/>
      </type>
    </element>
    <element>
      <path value="URIAndEntityName.namespace"/>
      <name value="namespace"/>
      <short value="an identifier that references a unique namespace URI within the context of the service"/>
      <definition value="an identifier that references a unique namespace URI within the context of the service"/>
      <min value="0"/>
      <max value="1"/>
      <type>
        <code value="NamespaceIdentifier"/>
      </type>
    </element>
    <element>
      <path value="URIAndEntityName.name"/>
      <name value="name"/>
      <short value="the local entity name within the context of the namespace"/>
      <definition value="the local entity name within the context of the namespace. What is chosen for the entity
       name is service specific"/>
      <min value="0"/>
      <max value="1"/>
      <type>
        <code value="String"/>
      </type>
    </element>
    <element>
      <path value="URIAndEntityName.designation"/>
      <name value="designation"/>
      <short value="a designation considered appropriate for the entity in the specific context of use"/>
      <definition value="a designation considered appropriate for the entity in the specific context of use"/>
      <min value="0"/>
      <max value="1"/>
      <type>
        <code value="String"/>
      </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.