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
LDL is Calculated
{ "resourceType": "ExtensionDefinition", "id": "ldl-chol-calculated", "url": "http://hl7.org/fhir/ExtensionDefinition/ldl-chol-calculated", "name": "LDL is Calculated", "publisher": "Grahame Grieve", "contact": [ { "telecom": [ { "system": "url", "value": "grahame@healthintersections.com.au" } ] } ], "description": "True if the LDL value is calculated from Chol, Trig, and HDLC.", "status": "draft", "date": "2012-05-12", "contextType": "resource", "context": [ "Observation" ], "element": [ { "path": "Extension", "short": "LDL is Calculated", "definition": "True if the LDL value is calculated from Chol, Trig, and HDLC.", "comments": "It's definitely better that whether the LDL was calculated or not comes from the LOINC code. But this is defined to exercise the extension machinery in the publication tooling, and to make this comment. Actually, the location is odd too - it would probably be on the root observation, but this is for testing purposes.", "min": 0, "max": "1", "type": [ { "code": "boolean" } ] } ] }
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.