Order Catalog Implementation Guide
0.1.0 - STU Ballot 1

This page is part of the Order Catalog Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Lab procedure vitamin D - XML Representation

Raw xml | Download


<ActivityDefinition xmlns="http://hl7.org/fhir">
  <id value="example-lab-procedure-vitamind-serum"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition"/>
  </meta>
  <language value="fr-FR"/>
  <text>
    <status value="additional"/>
    <div xml:lang="fr-FR" xmlns="http://www.w3.org/1999/xhtml" lang="fr-FR">
            <p><b>Additional Narrative in French language | Vue narrative en français : </b></p>
            <p>Procédure de dosage de la vitamine D dans le sang</p>
            <p>Elément clinique pertinent requis en entrée : ObservationDefinition/example-input-observation-context-for-vitamin-d</p>
            <p>Résultat en sortie : ObservationDefinition/example-observation-vitamin-d</p>
        </div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-vitamind-serum"/>
  <version value="0.1.0"/>
  <name value="VitaminDProcedure"/>
  <title value="Procédure - dosage vitamine D - sang"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2020-02-19T14:00:00+02:00"/>
  <publisher value="HL7 International - Orders and Observations Work Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/orders"/>
    </telecom>
  </contact>
  <description value="Procédure de dosage de la vitamine D dans le sang"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <effectivePeriod>
    <start value="2020-04-01"/>
    <end value="2022-12-25"/>
  </effectivePeriod>
  <topic>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="166312007"/>
      <display value="Blood chemistry"/>
    </coding>
  </topic>
  <kind value="ServiceRequest"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="14635-7"/>
      <display
               value="25-hydroxycholécalciférol [Moles/Volume] Sérum/Plasma ; Numérique"/>
    </coding>
  </code>
  <priority value="routine"/>
  <timingDuration>
    <value value="120"/>
    <unit value="minutes"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mn"/>
  </timingDuration>
  <observationRequirement>
    <reference
               value="ObservationDefinition/example-input-observation-context-for-vitamin-d"/>
  </observationRequirement>
  <observationResultRequirement>
    <reference value="ObservationDefinition/example-observation-vitamin-d"/>
  </observationResultRequirement>
</ActivityDefinition>