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.json

Raw JSON (canonical form)

Logical Model DirectoryEntry

{
  "resourceType": "StructureDefinition",
  "id": "DirectoryEntry",
  "url": "{http://www.omg.org/spec/CTS2/1.1/Core}DirectoryEntry",
  "name": "DirectoryEntry",
  "display": "CTS2.DirectoryEntry",
  "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": "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": "1.4.0",
  "kind": "logical",
  "abstract": false,
  "snapshot": {
    "element": [
      {
        "path": "DirectoryEntry",
        "short": "DirectoryEntry",
        "definition": "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": 0,
        "max": "*"
      },
      {
        "path": "DirectoryEntry.href",
        "name": "href",
        "short": "a LocalURI that resolves to the full resource described by the DirectoryEntry",
        "definition": "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\n\t\t\t\t\t\ttype or (b) is aware of another service that does.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "RenderingURI"
          }
        ]
      },
      {
        "path": "DirectoryEntry.resourceName",
        "name": "resourceName",
        "short": "a local identifier that names a unique resource within the context of type and the service context",
        "definition": "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\n\t\t\t\t\tsome elements (e.g. Association, ValueSetDefinition, etc.) do not local names and are identified exclusively by their href.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "LocalIdentifier"
          }
        ]
      },
      {
        "path": "DirectoryEntry.matchStrength",
        "name": "matchStrength",
        "short": "a relative measure of the \"goodness of fit\" of the directory entry within the context of the directoryFilter in the containing Directory",
        "definition": "a relative measure of the \"goodness of fit\" of the directory entry within the context of the directoryFilter in the containing Directory.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "MatchStrength"
          }
        ]
      }
    ]
  }
}

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.