Release 5 FHIR CI-Build

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

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"?>

<!--   
 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"/> 
      
  display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border:
       1px solid #8da1b4; border-radius: 5px; line-height: 60%  Pooled serum sample from 30 individuals in the herd- no Snomed Code for this
         - used a made up local code 
    
    
  
      <!--    Pooled serum sample from 30 individuals in the herd- no Snomed Code for this
   - used a made up local code   -->

  <!--    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.