This page is part of the Common Data Models Harmonization FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
<Procedure xmlns="http://hl7.org/fhir">
<id value="example"/>
<meta>
<extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
<valueString value="Rehab Example"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/instance-description">
<valueMarkdown
value="This is a rehab example for the *CDMH Procedure Profile*."/>
</extension>
<profile
value="http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-procedure"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Procedure Example</b></p>
</text>
<status value="completed"/>
<code>
<extension
url="http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-pcornet-px-source" id="1">
<valueCode value="OD"/>
</extension>
<coding>
<system value="http://snomed.info/sct"/>
<code value="24165007"/>
<display value="Alcoholism counseling"/>
</coding>
<text value="Alcohol rehabilitation"/>
</code>
<subject>
<reference value="Patient/example"/>
</subject>
<performedDateTime value="2002-05-23"/>
</Procedure>