MyHealth@EU Core
1.0.0 - trial-use
150
This page is part of the MyHealth@Eu Core (v1.0.0: Wave 9) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<Procedure xmlns="http://hl7.org/fhir">
<id value="b8c9d0e1-f2a3-4567-bcde-678901234567"/>
<meta>
<profile
value="http://fhir.ehdsi.eu/core/StructureDefinition/procedure-myhealtheu-core"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">Appendectomy - John Doe</div>
</text>
<status value="completed"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="80146002"/>
<display value="Appendectomy"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"/>
</subject>
<performedDateTime value="2022-09-14"/>
<performer>
<actor>🔗
<reference
value="PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530"/>
</actor>
<onBehalfOf>🔗
<reference value="Organization/ff4d98d1-69c9-43db-896e-58d11c15662c"/>
</onBehalfOf>
</performer>
<reasonCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="74400008"/>
<display value="Appendicitis"/>
</coding>
</reasonCode>
</Procedure>