2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Extension Object Class Property - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/11179-property

Status: draft

A quality common to all members of an object class. A property may be any feature that humans naturally use to distinguish one individual object from another. It is the human perception of a single quality of an object class in the real world. It is conceptual and thus has no particular associated means of representation by which the property can be communicated.

Health Level Seven

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/11179-property
Object Class Property: A quality common to all members of an object class. A property may be any feature that humans naturally use to distinguish one individual object from another. It is the human perception of a single quality of an object class in the real world. It is conceptual and thus has no particular associated means of representation by which the property can be communicated.
Use on element: DataElement.mapping
..valueCoding 0..1CodingObject Class Property
Binding: 11179ObjectClassProperty (extensible)
Use on element: DataElement.mapping

XML Template

<!-- Object Class Property -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/11179-property" >
 <!-- from Element: extension -->
 <valueCoding> <!-- Coding --!> /<valueCoding> 
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/11179-property" : { // Object Class Property
    "valueCoding" : [{ Coding }] //Object Class Property
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/11179-property
Object Class Property: A quality common to all members of an object class. A property may be any feature that humans naturally use to distinguish one individual object from another. It is the human perception of a single quality of an object class in the real world. It is conceptual and thus has no particular associated means of representation by which the property can be communicated.
Use on element: DataElement.mapping
..valueCoding 0..1CodingObject Class Property
Binding: 11179ObjectClassProperty (extensible)
Use on element: DataElement.mapping

XML Template

<!-- Object Class Property -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/11179-property" >
 <!-- from Element: extension -->
 <valueCoding> <!-- Coding --!> /<valueCoding> 
</extension>

JSON Template

to do

 

Terminology Bindings

PathDefinitionTypeReference
http://hl7.org/fhir/ExtensionDefinition/11179-property A quality common to all members of an object class. A property may be any feature that humans naturally use to distinguish one individual object from another. It is the human perception of a single quality of an object class in the real world. E.g. name, identifier, gender, creationDateUnknownNo details provided yet