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

Raw JSON (canonical form)

Logical Model StatementTarget

{
  "resourceType": "StructureDefinition",
  "id": "StatementTarget",
  "url": "{http://www.omg.org/spec/CTS2/1.1/Core}StatementTarget",
  "name": "StatementTarget",
  "display": "CTS2.StatementTarget",
  "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 target of a Statement. StatementTarget represents one of a literal value, a reference to a non-entity type resource, an entity,  or an anonymous blank BNODE.",
  "fhirVersion": "1.4.0",
  "kind": "logical",
  "abstract": false,
  "snapshot": {
    "element": [
      {
        "path": "StatementTarget",
        "short": "StatementTarget",
        "definition": "the target of a Statement. StatementTarget represents one of a literal value, a reference to a non-entity type resource, an entity,  or an anonymous blank BNODE.",
        "min": 0,
        "max": "*"
      },
      {
        "path": "StatementTarget.externalIdentifier",
        "name": "externalIdentifier",
        "short": "an external identifier that has been assigned to the statement with this particular target by the authoring body",
        "definition": "an external identifier that has been assigned to the statement with this particular target by the authoring body. As an example, this would carry the SctId if the authoring body were\n\t\t\t\t\tSNOMED-CT",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "String"
          }
        ]
      },
      {
        "path": "StatementTarget.entity",
        "name": "entity",
        "short": "the URI and optional namespace/name when the target type is ENTITY",
        "definition": "the URI and optional namespace/name when the target type is ENTITY",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "URIAndEntityName"
          }
        ]
      },
      {
        "path": "StatementTarget.literal",
        "name": "literal",
        "short": "the literal target when the statement type is LITERAL",
        "definition": "the literal target when the statement type is LITERAL.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "OpaqueData"
          }
        ]
      },
      {
        "path": "StatementTarget.resource",
        "name": "resource",
        "short": "the resource URI when the statement type is RESOURCE",
        "definition": "the resource URI when the statement type is RESOURCE",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "ExternalURI"
          }
        ]
      },
      {
        "path": "StatementTarget.bnode",
        "name": "bnode",
        "short": "a collection of statements about an anonymous subject",
        "definition": "a collection of statements about an anonymous subject",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "AnonymousStatement"
          }
        ]
      }
    ]
  }
}

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.