Order Catalog Implementation Guide
1.0.0-ballot - CI Build International flag

Order Catalog Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-order-catalog/ and changes regularly. See the Directory of published versions

: Lab observation vitamin D - XML Representation

Page standards status: Informative

Raw xml | Download


<ObservationDefinition xmlns="http://hl7.org/fhir">
  <id value="example-observation-vitamin-d"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabObservationDefinition"/>
  </meta>
  <language value="fr-FR"/>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr-FR" lang="fr-FR">
            <p><b>Additional Narrative in French language | Vue narrative en français : </b></p>
            <p>Analyse de biologie médicale : dosage vitamine D dans sérum sanguin</p>
            <p>Catégorie : laboratoire</p>
            <p>Identification : 14635-7 |25-hydroxycholécalciférol [Moles/Volume] Sérum/Plasma ; Numérique| (http://loinc.org)</p>
            <p>Types de résultat autorisés : quantitatif, textuel</p>
            <p>Résultat multiples : non</p>
            <p>intitulé préféré sur compte rendu : Vitamine D</p>
            <p>Unité de mesure : pmol/L (http://unitsofmeasure.org)</p>
        </div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-vitamin-d"/>
  <status value="active"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
      <display value="Laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="14635-7"/>
      <display
               value="25-hydroxyvitamin D3 [Moles/volume] in Serum or Plasma"/>
    </coding>
  </code>
  <permittedDataType value="Quantity"/>
  <permittedDataType value="string"/>
  <multipleResultsAllowed value="false"/>
  <preferredReportName value="Vitamine D"/>
  <permittedUnit>
    <system value="http://unitsofmeasure.org"/>
    <code value="pmol/L"/>
  </permittedUnit>
</ObservationDefinition>