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

Raw XML (canonical form)

Logical Model DirectoryEntry

<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="DirectoryEntry"/>
  <url value="{http://www.omg.org/spec/CTS2/1.1/Core}DirectoryEntry"/>
  <name value="DirectoryEntry"/>
  <display value="CTS2.DirectoryEntry"/>
  <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="an entry in a directory. DirectoryEntry is a mixin that identifies the attributes that
   must or may be present in any element that can be represented as an entry in a Directory."/>
  <fhirVersion value="1.4.0"/>
  <kind value="logical"/>
  <abstract value="false"/>
  <snapshot>
    <element>
      <path value="DirectoryEntry"/>
      <short value="DirectoryEntry"/>
      <definition value="an entry in a directory. DirectoryEntry is a mixin that identifies the attributes that
       must or may be present in any element that can be represented as an entry in a Directory."/>
      <min value="0"/>
      <max value="*"/>
    </element>
    <element>
      <path value="DirectoryEntry.href"/>
      <name value="href"/>
      <short value="a LocalURI that resolves to the full resource described by the DirectoryEntry"/>
      <definition value="a LocalURI that resolves to the full resource described by the DirectoryEntry. This should
       be present if the service either (a) supports the Read functional profile for the specified
             type or (b) is aware of another service that does."/>
      <min value="0"/>
      <max value="1"/>
      <type>
        <code value="RenderingURI"/>
      </type>
    </element>
    <element>
      <path value="DirectoryEntry.resourceName"/>
      <name value="resourceName"/>
      <short value="a local identifier that names a unique resource within the context of type and the service
       context"/>
      <definition value="a local identifier that names a unique resource within the context of type and the service
       context. This attribute must be present if the corresponding element has a local name.
       Note, however, that      some elements (e.g. Association, ValueSetDefinition, etc.) do
       not local names and are identified exclusively by their href."/>
      <min value="0"/>
      <max value="1"/>
      <type>
        <code value="LocalIdentifier"/>
      </type>
    </element>
    <element>
      <path value="DirectoryEntry.matchStrength"/>
      <name value="matchStrength"/>
      <short value="a relative measure of the &quot;goodness of fit&quot; of the directory entry within the
       context of the directoryFilter in the containing Directory"/>
      <definition value="a relative measure of the &quot;goodness of fit&quot; of the directory entry within the
       context of the directoryFilter in the containing Directory."/>
      <min value="0"/>
      <max value="1"/>
      <type>
        <code value="MatchStrength"/>
      </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.