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 Property resource.
Property | |
Definition | A tag/value pair that does not have a corresponding model attribute. Property represent any statement about a resource (e.g. CodeSystem, Entity, etc.) that does not have a corresponding attribute in the CTS2 model. As an example, the NCI Thesaurus uses a tag named BioCarta_ID (C43677) to associate appropriate thesaurus entities with Bio Carta pathway references. This would be represented by a property, whose predicate is the URI for C436777 and the value is the actual id. |
Control | 0..* |
Property.correspondingStatement(correspondingStatement) | |
Definition | a link to the original statement from which this Property is derived. Will only be present in CTS2 implementations that support the Statement profile. |
Control | 0..1 |
Type | RenderingURI |
Property.predicate(predicate) | |
Definition | the name and URI of the property predicate |
Control | 1..1 |
Type | PredicateReference |
Property.value(value) | |
Definition | the target(s) of the property. Note that this can only represent the literal format of the property. The details about the original property will be found in the correspondingStatement if the CTS2 implementation supports the Statement profile. |
Control | 1..* |
Type | StatementTarget |
Property.propertyQualifier(propertyQualifier) | |
Definition | an assertion whose subject is the assertion in the property instead of the property subject |
Control | 0..* |
Type | Property |