Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4

Specimen-example-pooled-serum.xml

Example Specimen/pooled-serum (XML)

Maturity Level : N/A
Responsible Owner: Orders and Observations Work Group Standards Status : Informative Compartments : Device , Group , Patient , Practitioner

Raw XML ( canonical form + also see XML Format Specification )

Jump past Narrative

Pooled serum sample (id = "pooled-serum")

<?xml version="1.0" encoding="UTF-8"?>


  
  
  (Details : {https://vetmed.iastate.edu/vdl code 'Serum sample, pooled' = 'Serum sample,
           pooled', given as 'Serum sample, pooled'})
    
    
  
  <!--    Pooled serum sample from 30 individuals in the herd- no Snomed Code for this - used
   a made up local code   -->
  
    
      
      
      
    
    
  
  
  
    
  

  
    
      
    
    
  
  
    
      
        
        
        
      
      
    
  
  
    
  

<!--   
 An example of a pooled serum sample used in the screening observation for Mycoplasmal
 Pneumonia in Pigs
(Enzootic pneumonia).  Many thanks to Veterinary Diagnostic Laboratory Iowa State
 University for the data.  --><Specimen xmlns="http://hl7.org/fhir">
  <id value="pooled-serum"/>   <!--    the accessionId assigned by the lab  -->  <identifier>     <type>       <coding>         <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>         <code value="ACSN"/>         <display value="Accession ID"/>       </coding>     </type>     <system value="https://vetmed.iastate.edu/vdl"/>     <value value="20171120-1234"/>   </identifier>   <identifier>     <type>       <coding>         <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>         <code value="ACSN"/>         <display value="Accession ID"/>       </coding>     </type>     <system value="https://vetmed.iastate.edu/vdl"/>     <value value="20171120-1234"/>   </identifier>   <!--   Pooled serum sample from 30 individuals in the herd- no Snomed Code for this

   - used a made up local code  -->
  <type>     <coding>       <system value="https://vetmed.iastate.edu/vdl"/>       <code value="Serum sample, pooled"/>       <display value="Serum sample, pooled"/>     </coding>     <text value="Pooled serum sample"/>   </type>   <!--   subject is a herd of breeding sows   -->  <subject>     <reference value="Group/herd1"/>   </subject>   <combined value="pooled"/>   <collection>     <collector>       <display value="James Herriot, FRCVS"/>     </collector>     <collectedDateTime value="2017-11-14"/>   </collection>   <container/>    <note>     <text value="Pooled serum sample from 30 individuals"/>   </note> 


</

Specimen

>



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.