ITB Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/espen-servicewell/wof-portal-fhir-ig/ and changes regularly. See the Directory of published versions
Active as of 2021-09-06 |
<ActivityDefinition xmlns="http://hl7.org/fhir">
<id value="ITBActivityDefinition"/>
<meta>
<profile
value="http://portal.wof.purified.link/fhir/StructureDefinition/ITBActivityDefinition"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<div>
<table class="grid dict">
<tr>
<th scope="row"><b>Title: </b></th>
<td style="padding-left: 4px;">Undersökning tandläkare</td>
</tr>
<tr>
<th scope="row"><b>Id: </b></th>
<td style="padding-left: 4px;">ITBActivityDefinition</td>
</tr>
<tr>
<th scope="row"><b>Version: </b></th>
<td style="padding-left: 4px;">0.1.0</td>
</tr>
<tr>
<th scope="row"><b>Date (date last changed): </b></th>
<td style="padding-left: 4px;">2021-09-06</td>
</tr>
<tr>
<th scope="row"><b>Description: </b></th>
<td style="padding-left: 4px;"><div><p>Desc</p>
</div></td>
</tr>
<tr>
<th scope="row"><b>Code: </b></th>
<td style="padding-left: 4px;">
<p><b>system: </b><span><a href="CodeSystem-csServiceType.html">http://portal.wof.purified.link/fhir/CodeSystem/csServiceType</a></span></p>
<p><b>code: </b><span>123</span></p>
<p><b>display: </b><span>Bra Service</span></p>
</td>
</tr>
<tr>
<th scope="row"><b>Kind: </b></th>
<td style="padding-left: 4px;">Appointment</td>
</tr>
</table>
</div>
</div>
</text>
<extension
url="http://portal.wof.purified.link/fhir/StructureDefinition/extOpusCryptobookingText">
<valueString value="XYÅZÅÄA"/>
</extension>
<extension
url="http://portal.wof.purified.link/fhir/StructureDefinition/extOpusBookingCategory">
<valueString value="3"/>
</extension>
<url
value="http://portal.wof.purified.link/fhir/ActivityDefinition/ITBActivityDefinition"/>
<version value="0.1.0"/>
<name value="TdlUS60"/>
<title value="Undersökning tandläkare"/>
<subtitle
value="Här får du dina tänder undersökta av en utbildad tandläkare"/>
<status value="active"/>
<date value="2021-09-06"/>
<description value="Desc"/>
<kind value="Appointment"/>
<code>
<coding>
<system
value="http://portal.wof.purified.link/fhir/CodeSystem/csServiceType"/>
<code value="123"/>
<display value="Bra Service"/>
</coding>
<text value="Desc"/>
</code>
<timingDuration>
<value value="60"/>
<unit value="min"/>
</timingDuration>
<participant>
<type value="practitioner"/>
<role>
<coding>
<system value="http://snomed.info/sct"/>
<code value="106289002"/>
<display value="dentist"/>
</coding>
<text value="Tandläkare"/>
</role>
</participant>
</ActivityDefinition>