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 . Page versions: R4B R4 R3 R2

Extension Object Class - Definition

URL for this extension:

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

Status: draft

A concept that represents a set of ideas, abstractions, or things in the real world that can be identified with explicit boundaries and meaning and whose properties and behavior follow the same rules. It may be either a single or a group of associated concepts, abstractions, or things.

Health Level Seven

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/11179-objectClass
Object Class: A concept that represents a set of ideas, abstractions, or things in the real world that can be identified with explicit boundaries and meaning and whose properties and behavior follow the same rules. It may be either a single or a group of associated concepts, abstractions, or things.
Use on element: DataElement.mapping
..valueCoding 0..1CodingObject Class
Binding: 11179ObjectClass (extensible)
Use on element: DataElement.mapping

XML Template

<!-- Object Class -->doco

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

JSON Template

// extension added to existing objectdoco

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

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/11179-objectClass
Object Class: A concept that represents a set of ideas, abstractions, or things in the real world that can be identified with explicit boundaries and meaning and whose properties and behavior follow the same rules. It may be either a single or a group of associated concepts, abstractions, or things.
Use on element: DataElement.mapping
..valueCoding 0..1CodingObject Class
Binding: 11179ObjectClass (extensible)
Use on element: DataElement.mapping

XML Template

<!-- Object Class -->doco

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

JSON Template

to do

 

Terminology Bindings

PathDefinitionTypeReference
http://hl7.org/fhir/ExtensionDefinition/11179-objectClass A concept that represents a set of ideas, abstractions, or things in the real world that can be identified with explicit boundaries and meaning and whose properties and behavior follow the same rules. E.g. Person, Prescription, Encounter, etc.UnknownNo details provided yet