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

Raw JSON (canonical form)

Logical Model URIAndEntityName

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

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.