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
Detailed Descriptions for the elements in the StatementTarget resource.
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. |
Control | 0..* |
StatementTarget.externalIdentifier(externalIdentifier) | |
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 SNOMED-CT |
Control | 0..1 |
Type | String |
StatementTarget.entity(entity) | |
Definition | the URI and optional namespace/name when the target type is ENTITY |
Control | 1..1 |
Type | URIAndEntityName |
StatementTarget.literal(literal) | |
Definition | the literal target when the statement type is LITERAL. |
Control | 1..1 |
Type | OpaqueData |
StatementTarget.resource(resource) | |
Definition | the resource URI when the statement type is RESOURCE |
Control | 1..1 |
Type | ExternalURI |
StatementTarget.bnode(bnode) | |
Definition | a collection of statements about an anonymous subject |
Control | 1..* |
Type | AnonymousStatement |