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 LDL is Calculated - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/ldl-chol-calculated

Status: draft

True if the LDL value is calculated from Chol, Trig, and HDLC.

Grahame Grieve

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/ldl-chol-calculated
LDL is Calculated: True if the LDL value is calculated from Chol, Trig, and HDLC.
Use on element: Observation
..valueBoolean 0..1booleanLDL is Calculated
Use on element: Observation

XML Template

<!-- LDL is Calculated -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/ldl-chol-calculated" >
 <!-- from Element: extension -->
 <valueBoolean value="[boolean]"/>
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/ldl-chol-calculated" : { // LDL is Calculated
    "valueBoolean" : [<boolean>] //LDL is Calculated
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/ldl-chol-calculated
LDL is Calculated: True if the LDL value is calculated from Chol, Trig, and HDLC.
Use on element: Observation
..valueBoolean 0..1booleanLDL is Calculated
Use on element: Observation

XML Template

<!-- LDL is Calculated -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/ldl-chol-calculated" >
 <!-- from Element: extension -->
 <valueBoolean value="[boolean]"/>
</extension>

JSON Template

to do