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/Property.xml

Raw XML (canonical form)

Logical Model Property

<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="Property"/>
  <url value="{http://www.omg.org/spec/CTS2/1.1/Core}Property"/>
  <name value="Property"/>
  <display value="CTS2.Property"/>
  <status value="draft"/>
  <publisher value="Generated by Xsd-to-FHIR"/>
  <contact>
    <name value="Visit the Github repository for more information"/>
    <telecom>
      <system value="other"/>
      <value value="https://github.com/cts2/CTS2-to-FHIR"/>
    </telecom>
  </contact>
  <date value="2016-02-08T19:11:02-07:00"/>
  <description value="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."/>
  <fhirVersion value="1.4.0"/>
  <kind value="logical"/>
  <abstract value="false"/>
  <snapshot>
    <element>
      <path value="Property"/>
      <short value="Property"/>
      <definition value="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."/>
      <min value="0"/>
      <max value="*"/>
    </element>
    <element>
      <path value="Property.correspondingStatement"/>
      <name value="correspondingStatement"/>
      <short value="a link to the original statement from which this Property is derived"/>
      <definition value="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 value="0"/>
      <max value="1"/>
      <type>
        <code value="RenderingURI"/>
      </type>
    </element>
    <element>
      <path value="Property.predicate"/>
      <name value="predicate"/>
      <short value="the name and URI of the property predicate"/>
      <definition value="the name and URI of the property predicate"/>
      <min value="1"/>
      <max value="1"/>
      <type>
        <code value="PredicateReference"/>
      </type>
    </element>
    <element>
      <path value="Property.value"/>
      <name value="value"/>
      <short value="the target(s) of the property"/>
      <definition value="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."/>
      <min value="1"/>
      <max value="*"/>
      <type>
        <code value="StatementTarget"/>
      </type>
    </element>
    <element>
      <path value="Property.propertyQualifier"/>
      <name value="propertyQualifier"/>
      <short value="an assertion whose subject is the assertion in the property instead of the property subject"/>
      <definition value="an assertion whose subject is the assertion in the property instead of the property subject"/>
      <min value="0"/>
      <max value="*"/>
      <type>
        <code value="Property"/>
      </type>
    </element>
  </snapshot>
</StructureDefinition>

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.