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
Logical Model Property
{ "resourceType": "StructureDefinition", "id": "Property", "url": "{http://www.omg.org/spec/CTS2/1.1/Core}Property", "name": "Property", "display": "CTS2.Property", "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": "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\n\t\t\t\t\tCTS2 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,\n\t\t\t\twhose predicate is the URI for C436777 and the value is the actual id.", "fhirVersion": "1.4.0", "kind": "logical", "abstract": false, "snapshot": { "element": [ { "path": "Property", "short": "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\n\t\t\t\t\tCTS2 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,\n\t\t\t\twhose predicate is the URI for C436777 and the value is the actual id.", "min": 0, "max": "*" }, { "path": "Property.correspondingStatement", "name": "correspondingStatement", "short": "a link to the original statement from which this Property is derived", "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.", "min": 0, "max": "1", "type": [ { "code": "RenderingURI" } ] }, { "path": "Property.predicate", "name": "predicate", "short": "the name and URI of the property predicate", "definition": "the name and URI of the property predicate", "min": 1, "max": "1", "type": [ { "code": "PredicateReference" } ] }, { "path": "Property.value", "name": "value", "short": "the target(s) of the property", "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\n\t\t\t\t\t\t\tCTS2 implementation supports the Statement profile.", "min": 1, "max": "*", "type": [ { "code": "StatementTarget" } ] }, { "path": "Property.propertyQualifier", "name": "propertyQualifier", "short": "an assertion whose subject is the assertion in the property instead of the property subject", "definition": "an assertion whose subject is the assertion in the property instead of the property subject", "min": 0, "max": "*", "type": [ { "code": "Property" } ] } ] } }
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.