<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:tt="http://teletype.in/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>FHIR</title><generator>teletype.in</generator><description><![CDATA[FHIR]]></description><image><url>https://img4.teletype.in/files/39/40/39409126-552f-4659-98b8-ca8c9bfc7427.png</url><title>FHIR</title><link>https://teletype.in/@fhir</link></image><link>https://teletype.in/@fhir?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir</link><atom:link rel="self" type="application/rss+xml" href="https://teletype.in/rss/fhir?offset=0"></atom:link><atom:link rel="next" type="application/rss+xml" href="https://teletype.in/rss/fhir?offset=10"></atom:link><atom:link rel="search" type="application/opensearchdescription+xml" title="Teletype" href="https://teletype.in/opensearch.xml"></atom:link><pubDate>Sun, 05 Apr 2026 17:07:42 GMT</pubDate><lastBuildDate>Sun, 05 Apr 2026 17:07:42 GMT</lastBuildDate><item><guid isPermaLink="true">https://teletype.in/@fhir/Link-specification</guid><link>https://teletype.in/@fhir/Link-specification?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir</link><comments>https://teletype.in/@fhir/Link-specification?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir#comments</comments><dc:creator>fhir</dc:creator><title>Kodjin MPI REST API</title><pubDate>Thu, 10 Feb 2022 16:06:08 GMT</pubDate><description><![CDATA[Inputs:]]></description><content:encoded><![CDATA[
  <h2 id="RPwC"><strong>$Link specification</strong></h2>
  <p id="ZLwS"><strong>Inputs:</strong></p>
  <p id="kM9O"><a href="https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#externalDocumentationObject" target="_blank">OpenAPI Specification</a></p>
  <p id="mLN1"><a href="https://swagger.io/docs/specification/about/" target="_blank">Swagger OpenAPI 3.0 </a></p>
  <p id="BiFF"><a href="https://edenlabllc.github.io/mpi.kodjin.api.specs/0.0.2/index.html#/MPI/PostPatientMatch" target="_blank">MPI $patient match example </a></p>
  <p id="wqc5"><a href="https://uaehealthapi.docs.apiary.io/#reference/internal.-master-patients-index/merge-candidates/merge-candidate" target="_blank">E-Health Apiary (GET/POST method)</a></p>
  <p id="ncMj"><a href="https://confluence.hl7.org/display/PA/Patient+Merge+and+Link" target="_blank">Confluence example for Patient Merge and Link</a></p>
  <ul id="pGpy">
    <li id="jADc"><a href="https://confluence.hl7.org/display/PA/Merge+Operation" target="_blank">Step2 - merger operation </a></li>
  </ul>
  <p id="XPRw"></p>
  <p id="1iQt"><u><strong>I have completed the following: </strong></u></p>
  <ul id="c896">
    <li id="xHuT">Terminal (local frameworks)</li>
    <ul id="N9JM">
      <li id="Blul">node js </li>
      <li id="1sjz">express js </li>
    </ul>
    <li id="d1Xd">Codecademy course – @<a href="https://teletype.in/@fhir/swagger" target="_blank">Swagger</a></li>
    <li id="uy0i">Yaml, Markdown, JSON</li>
    <li id="7QVm">OpenAPI 3.0 guide </li>
  </ul>
  <p id="MGU5"></p>
  <p id="FgIi"><u><strong>Right now, I am in the middle of the REST API spec for $Link MPI Kodjin</strong></u></p>
  <p id="LB3N">Here is a link — <a href="https://editor.swagger.io/" target="_blank">Swagger Editor</a></p>
  <p id="Mlok">There are a few questions to talk about: </p>
  <ol id="1HjZ">
    <li id="hOxt">Let&#x27;s begin with Critical thinking </li>
    <li id="1hhz">Planning and designing the API $Link </li>
  </ol>
  <p id="LPn4"></p>
  <pre id="TxsE">{
	&quot;Patient&quot;: {
		&quot;id&quot;: {
			&quot;_value&quot;: &quot;01&quot;
		},
		&quot;identifier&quot;: {
			&quot;use&quot;: {
				&quot;_value&quot;: &quot;official&quot;
			},
			&quot;type&quot;: {
				&quot;coding&quot;: {
					&quot;system&quot;: {
						&quot;_value&quot;: &quot;http://www.hospital-a/localid&quot;
					},
					&quot;code&quot;: {
						&quot;_value&quot;: &quot;HospitalA&quot;
					},
					&quot;display&quot;: {
						&quot;_value&quot;: &quot;Hospital A&quot;
					}
				},
				&quot;text&quot;: {
					&quot;_value&quot;: &quot;Hospital A&quot;
				}
			},
			&quot;system&quot;: {
				&quot;_value&quot;: &quot;urn:oid:2.16.840.1.113883.3.72.5.9.1&quot;
			},
			&quot;value&quot;: {
				&quot;_value&quot;: &quot;1000000001&quot;
			},
			&quot;assigner&quot;: {
				&quot;display&quot;: {
					&quot;_value&quot;: &quot;Hospital A&quot;
				}
			}
		},
		&quot;name&quot;: {
			&quot;family&quot;: {
				&quot;_value&quot;: &quot;WASHINGTON&quot;
			},
			&quot;given&quot;: {
				&quot;_value&quot;: &quot;MARY&quot;
			}
		},
		&quot;gender&quot;: {
			&quot;_value&quot;: &quot;female&quot;
		},
		&quot;birthDate&quot;: {
			&quot;_value&quot;: &quot;1954-07-04&quot;
		},
		&quot;_xmlns&quot;: &quot;http://hl7.org/fhir&quot;
	}
}</pre>
  <p id="UNfN"><a href="https://jsonformatter.org/xml-to-json" target="_blank">https://jsonformatter.org/xml-to-json</a></p>
  <p id="NJlo"></p>
  <p id="t3sh"></p>
  <p id="PEmD"></p>
  <p id="4w1A">How to add components? </p>
  <p id="4VtX"></p>
  <p id="Aop5"></p>
  <p id="0bKW">How to apply: </p>
  <p id="Elfq"><a href="http://hl7.org/fhir/valueset-issue-type.html" target="_blank">http://hl7.org/fhir/valueset-issue-type.html</a></p>
  <p id="1JCE"><a href="https://www.hl7.org/fhir/valueset-link-type.html" target="_blank">https://www.hl7.org/fhir/valueset-link-type.html</a> </p>

]]></content:encoded></item><item><guid isPermaLink="true">https://teletype.in/@fhir/swagger</guid><link>https://teletype.in/@fhir/swagger?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir</link><comments>https://teletype.in/@fhir/swagger?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir#comments</comments><dc:creator>fhir</dc:creator><title>Swagger OpenAPI and YAML</title><pubDate>Wed, 02 Feb 2022 12:44:35 GMT</pubDate><media:content medium="image" url="https://img1.teletype.in/files/05/9e/059e36cc-c594-43b2-9034-225607e334ac.png"></media:content><description><![CDATA[<img src="https://img4.teletype.in/files/fd/28/fd28e1fd-2ccb-431d-8dd5-6f425aac5740.png"></img>Input: Yaml official website]]></description><content:encoded><![CDATA[
  <figure id="SrBJ" class="m_original">
    <img src="https://img4.teletype.in/files/fd/28/fd28e1fd-2ccb-431d-8dd5-6f425aac5740.png" width="2908" />
  </figure>
  <figure id="qTCI" class="m_original">
    <img src="https://img1.teletype.in/files/84/f6/84f6b359-3dba-4dab-b757-9739b096d6d3.png" width="2908" />
  </figure>
  <figure id="cLp6" class="m_original">
    <img src="https://img2.teletype.in/files/9e/89/9e897414-a21a-4632-b00d-bab1037e47c1.png" width="2908" />
  </figure>
  <figure id="9MPX" class="m_original">
    <img src="https://img3.teletype.in/files/ed/7b/ed7b14f0-353d-45ec-8358-0d2a397a5492.png" width="2880" />
  </figure>
  <figure id="jVTg" class="m_original">
    <img src="https://img2.teletype.in/files/5d/af/5dafec4b-7e35-4a74-b619-910f359478e2.png" width="2908" />
  </figure>
  <figure id="yFcP" class="m_original">
    <img src="https://img4.teletype.in/files/7e/ab/7eab7252-63b0-4cb5-8b8d-770d7db1ce17.png" width="2908" />
  </figure>
  <figure id="dFN1" class="m_original">
    <img src="https://img2.teletype.in/files/db/1c/db1c8789-5fdd-4617-bd57-71ed8a0b0793.png" width="2908" />
  </figure>
  <figure id="JWqE" class="m_original">
    <img src="https://img4.teletype.in/files/38/ab/38ab7596-df64-4434-b391-c04ef6e7c66d.png" width="1392" />
  </figure>
  <figure id="mfJo" class="m_original">
    <img src="https://img1.teletype.in/files/46/76/4676da28-88f6-465d-b06c-8639a388cb92.png" width="1370" />
  </figure>
  <figure id="7hA6" class="m_original">
    <img src="https://img1.teletype.in/files/0a/28/0a28b224-aa88-4a2c-9029-5fd719551803.png" width="1360" />
  </figure>
  <figure id="IbqC" class="m_original">
    <img src="https://img1.teletype.in/files/09/35/0935c7a5-be7f-4ebd-bbb0-31dc23dbcbc9.png" width="2908" />
  </figure>
  <figure id="JjuV" class="m_original">
    <img src="https://img1.teletype.in/files/82/6e/826e81e2-9bfa-49db-b3f6-9aae6b27726c.png" width="2908" />
  </figure>
  <figure id="LxCg" class="m_original">
    <img src="https://img1.teletype.in/files/02/02/0202162b-5180-4b6f-acaa-1e0a2e3366d9.png" width="2908" />
  </figure>
  <figure id="cOs9" class="m_original">
    <img src="https://img1.teletype.in/files/00/2f/002fe77d-d4bd-4e94-98ba-b5623241716e.png" width="2908" />
  </figure>
  <p id="OLQH"><strong>Input: </strong><a href="https://yaml.org/" target="_blank">Yaml official website</a></p>
  <p id="TjRO"><a href="https://support.smartbear.com/swaggerhub/docs/tutorials/openapi-3-tutorial.html" target="_blank">https://support.smartbear.com/swaggerhub/docs/tutorials/openapi-3-tutorial.html</a> </p>
  <p id="iiMQ"><strong>Install Swagger editor:</strong> </p>
  <p id="kEqm"><a href="https://github.com/swagger-api/swagger-editor/blob/master/README.md" target="_blank">https://github.com/swagger-api/swagger-editor/blob/master/README.md</a></p>
  <p id="kprq"><a href="https://editor.swagger.io/" target="_blank">https://editor.swagger.io/</a></p>
  <p id="wA1g">OpenAPI - спецификация </p>
  <p id="ZdLv">Swagger - инструментарий использующий спецификацию OpenAPI  </p>
  <figure id="YaZh" class="m_column">
    <img src="https://img2.teletype.in/files/df/e6/dfe68347-0501-4b2c-adcc-1d536ba1861d.png" width="1228" />
  </figure>
  <figure id="5lQ9" class="m_column">
    <img src="https://img1.teletype.in/files/8c/59/8c596c09-7450-4f8d-bc6f-c13630016000.png" width="1668" />
  </figure>
  <figure id="wJNi" class="m_column">
    <img src="https://img4.teletype.in/files/3d/75/3d75beac-727c-496b-a808-11ada158a3f0.png" width="1490" />
  </figure>
  <p id="66AZ"><strong>Swagger</strong> allows you to describe the structure of your APIs so that machines can read them. The ability of APIs to describe their own structure is the root of all awesomeness in <strong>Swagger</strong>. Why is it so great? Well, by reading your API&#x27;s structure, we can automatically build beautiful and interactive API documentation. API Development for Everyone.</p>
  <ul id="9SYF">
    <li id="eSdY">Allow machines/tools to integrate with API</li>
    <li id="3E9J">Allow humans to implement API code</li>
    <li id="U7wL">Allow humans to read and generate API documentation and test cases</li>
  </ul>
  <p id="cBj1">The OpenAPI Initiative (support specification) provides an open-source, technical community, within which industry participants may easily contribute to building a vendor-neutral, open specification for providing technical metadata for REST APIs.</p>
  <p id="B1c6">Swagger - set of tools build around implementation of the OpenAPI specification, tjere are few tools like UI, editor, SwaggerHub, etc.</p>
  <p id="08uP"><strong>What&#x27;s New?<br /></strong>BASIC: <br />Improved reusability<br />Parameter changes<br />Improved examples<br />Content negotiation support<br /><br />ADVANCED<br />Support for describing callbacks<br />Links to express relationships between<br />operations<br />Enhanced security definitions</p>
  <figure id="xJkg" class="m_column">
    <img src="https://img1.teletype.in/files/0f/07/0f077a1d-fa47-4812-98da-0e5e349347cc.png" width="1940" />
    <figcaption>Difference between OpenAPI 2.0 and 3.0</figcaption>
  </figure>
  <p id="fhXV">Parameters<br />Query (users?id=3)<br />Path (users/keshav.vasudevan)<br />Header (X-customheader=23)<br />Cookies (cookie: debug=0)</p>
  <p id="h0tg"><br />RequestBody<br />Further serialization supported by defining media types</p>
  <figure id="wDjM" class="m_column">
    <img src="https://img2.teletype.in/files/1d/8f/1d8fac1d-808a-42e3-a11b-6ff39c17c8df.png" width="1364" />
  </figure>
  <p id="kszH"><a href="https://youtu.be/6kwmW_p_Tig?t=737" target="_blank">SwaggerHub tutorial</a> </p>

]]></content:encoded></item><item><guid isPermaLink="true">https://teletype.in/@fhir/PetabyteDeduplication</guid><link>https://teletype.in/@fhir/PetabyteDeduplication?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir</link><comments>https://teletype.in/@fhir/PetabyteDeduplication?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir#comments</comments><dc:creator>fhir</dc:creator><title>Petabyte Scale Data Deduplication</title><pubDate>Tue, 01 Feb 2022 20:17:43 GMT</pubDate><description><![CDATA[<img src="https://miro.medium.com/max/1400/0*xZcKZJ2Y9sCEXI7o.png"></img>Mixpanel ingests petabytes of event data over the network from the mobile, browser, and server-side clients. Due to unreliable networks, clients may retry events until they receive a 200 OK message from Mixpanel. Although this retry strategy avoids data loss, it can create duplicate events in the system. Analyzing data with duplicates is problematic because it gives an inaccurate picture of what happened and causes Mixpanel to diverge from other client data systems that we may sync with, such as data warehouses. This is why we care deeply about data integrity.]]></description><content:encoded><![CDATA[
  <section>
    <p id="814f">Mixpanel ingests petabytes of event data over the network from the mobile, browser, and server-side clients. Due to <a href="https://en.wikipedia.org/wiki/Fallacies_of_distributed_computing" target="_blank">unreliable networks</a>, clients may retry events until they receive a <a href="https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#2xx_Success" target="_blank">200 OK</a> message from Mixpanel. Although this retry strategy avoids data loss, it can create duplicate events in the system. Analyzing data with duplicates is problematic because it gives an inaccurate picture of what happened and causes Mixpanel to diverge from other client data systems that we may sync with, such as <a href="https://mixpanel.com/blog/2019/02/05/didnt-always-think-user-analytics-tool-data-warehouse-worked-well-together-now/" target="_blank">data warehouses</a>. This is why we care deeply about data integrity.</p>
    <p id="b2e9">Today, we’re excited to share our solution to deduplicating event data at petabyte scale.</p>
    <h1 id="da6a">Requirements</h1>
    <p id="1664">To address this problem, we needed an approach that was:</p>
    <ul id="366F">
      <li id="99df"><strong>Scalable: </strong>Scales to an ingestion volume of 1M+ events/sec</li>
      <li id="f0c2"><strong>Cost-Efficient: </strong>Optimizes cost/performance overhead to ingestion, storage, and query</li>
      <li id="8c04"><strong>Retroactive: </strong>Identifies duplicate events sent arbitrarily later</li>
      <li id="a245"><strong>Lossless: </strong>Preserves duplicates to rollback in case of misconfiguration</li>
      <li id="2dfa"><strong>Maintainable: </strong>Minimizes operational overhead</li>
    </ul>
    <h1 id="e934">State of the art: Ingestion-Time Deduplication</h1>
    <p id="a08b">The industry has a lot of creative approaches to solve the deduplication problem. The central theme involves architecting an infrastructure that performs deduplication at the ingestion layer. Customers send a unique identifier, $insert_id as a <a href="https://help.mixpanel.com/hc/en-us/articles/115004708186-Event-Properties-Super-Properties-People-Properties" target="_blank">property</a> on each event. The deduplication infrastructure stores the $insert_id for all the events within a limited retention window (e.g. 7 days) and checks it against every new event for duplicate identification. A key-value store like <a href="https://en.wikipedia.org/wiki/Shard_(database_architecture)" target="_blank">sharded</a> <a href="https://rocksdb.org/" target="_blank">RocksDB</a> or <a href="http://cassandra.apache.org/" target="_blank">Cassandra</a> is often used for storage. The lookup costs in the storage can be improved using a <a href="https://en.wikipedia.org/wiki/Bloom_filter" target="_blank">bloom filter</a>. This kind of architecture ensures that the duplicates are weeded out of the system at its entry point.</p>
    <p id="8df3">However, this approach fails to meet our requirements for the following reasons:</p>
    <ul id="F6Gr">
      <li id="edbe">✅ <strong>Scalable</strong>: Sharded key-value stores can scale horizontally</li>
      <li id="4837">❌ <strong>Cost-Efficient</strong>: Requires a separate data store and infrastructure for duplicates</li>
      <li id="41ec">❌ <strong>Retroactive</strong>: Can only capture duplicates in a limited retention window</li>
      <li id="05e0">❌ <strong>Lossless</strong>: Drops data at ingestion, so it’s impossible to rollback</li>
      <li id="dfee">❌ <strong>Maintainable</strong>: Dedupe becomes an additional service that must be up 24×7</li>
    </ul>
    <h1 id="3e64">Our Approach</h1>
    <p id="1ebe">We architected a solution that satisfies all of our requirements, by ingesting all events and deduplicating them at read-time. A simple approach to read-time deduplication would be to build a <a href="https://en.wikipedia.org/wiki/Hash_table" target="_blank">hashtable</a> of all $insert_ids on each query; however, this would add non-trivial overhead to our system. But before describing our solution, let’s review a few key aspects of our <a href="https://mixpanel.com/wp-content/uploads/2018/06/System-architecture_June2018.pdf" target="_blank">architecture</a>.</p>
    <h1 id="fac0">Mixpanel Architecture</h1>
    <h2 id="9a1f">(Project, User, Time)-Based Sharding</h2>
    <p id="6d07">Mixpanel’s analytics database, Arb, <a href="https://en.wikipedia.org/wiki/Shard_(database_architecture)" target="_blank">shards</a> its data files by project, user and event time. This allows us to ensure that all data for a given user is co-located, so that behavioral queries can run across many users simultaneously over relevant portions of time.</p>
    <h2 id="70a9">Lambda Architecture</h2>
    <p id="9705">In Arb, all the events are written to append-only files, which are periodically indexed (compaction) into columnar files in the background. Append-only files are indexed when they reach either a size or age threshold. This approach ensures that queries are both real-time and efficient, by scanning both small, real-time, append-only files and the large, historical, indexed files.</p>
    <figure id="bLJT" class="m_original">
      <img src="https://miro.medium.com/max/1400/0*xZcKZJ2Y9sCEXI7o.png" width="1024" />
    </figure>
    <p id="9e8b">We leveraged these two aspects of our architecture to make read-time deduplication efficient. By <a href="https://en.wikipedia.org/wiki/First_principle" target="_blank">first principles</a>, event duplicates have the following properties:</p>
    <ol id="Uld4">
      <li id="74d8">Event duplicates belong to the same project</li>
      <li id="eb0d">Event duplicates belong to the same user</li>
      <li id="3283">Event duplicates belong to the same event-time</li>
    </ol>
    <p id="9d3a">We glean the following key insights from these fundamentals:</p>
    <ul id="0fTC">
      <li id="77ce"><strong>We can scope down the search space for event duplicates to the project, user and day — ie, to a single Arb shard.</strong></li>
      <li id="5733"><strong>We can minimize the overhead of deduplication by amortizing it alongside our lambda architecture to maintain both real-time and efficient queries.</strong></li>
    </ul>
    <p id="f18a">These insights lead to a solution that satisfies all of our requirements.</p>
    <h1 id="b29e">Deduplication Architecture</h1>
    <figure id="cVvW" class="m_original">
      <img src="https://miro.medium.com/max/1400/0*mCPljX3vOxi3eqWj.png" width="1024" />
    </figure>
    <p id="acb3">Deduping within Mixpanel infrastructure happens both at indexing time and query time.</p>
    <p id="f2e6">Our indexer maintains an in-memory <a href="https://en.wikipedia.org/wiki/Hash_table" target="_blank">hashset</a> by $insert_id for all the events from the files that are being indexed. If it sees a hit on an event, that event is marked as a duplicate by setting a bit on the event in the indexed format. This process has minimal overhead since indexing occurs at the fine-grained shard level.</p>
    <p id="7ae0">At query-time, due to our lambda architecture, we scan both indexed files and append-only files. For indexed files, we can check if the duplicate bit is set, and if so, skip processing the event. For the small, append-only files, queries do hash-based deduping on $insert_id. This allows us to be both real-time and efficient, leveraging the power of the lambda architecture.</p>
    <h1 id="0072">Performance</h1>
    <figure id="5Jjl" class="m_original">
      <img src="https://miro.medium.com/max/1388/1*f-5PEgbcQcJM12kx1rURMA.png" width="694" />
    </figure>
    <p id="QSqe">From our experiments, we found that indexing of files with 2% duplicates has a time overhead range of 4% to 10%. This does not have any direct impact on our user experience, as indexing is an offline process.</p>
    <p id="868d">For query-time, we found that reading an extra bit for every event adds around 10ns to the reading of data. This is close to a 2% increase in the query time because of the additional column. Reading 10 million events adds a time overhead close to 0.1 seconds (100ms). For reference, Mixpanel’s largest columnar file as of today contains around 2 million events (thanks to the project, user, time sharding). We think the trade-off on time overhead is quite acceptable given the win we get on the unlimited retention window and minimum operational overhead.</p>
    <h1 id="2e8e">Conclusion</h1>
    <p id="1ac0">In this blog, we discussed our architecture that distributes duplicate identification at the indexing layer and duplicate filtering at the query level. This solution has been live in Mixpanel for the last 6 months.</p>
  </section>

]]></content:encoded></item><item><guid isPermaLink="true">https://teletype.in/@fhir/umbrella</guid><link>https://teletype.in/@fhir/umbrella?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir</link><comments>https://teletype.in/@fhir/umbrella?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir#comments</comments><dc:creator>fhir</dc:creator><title>Umbrella</title><pubDate>Sun, 23 Jan 2022 12:41:49 GMT</pubDate><media:content medium="image" url="https://img4.teletype.in/files/31/57/3157aa0a-9964-4a6d-8653-b0771baf1525.png"></media:content><description><![CDATA[<img src="https://img2.teletype.in/files/96/8e/968ea400-e8a0-499c-972c-8bf14dead321.png"></img>]]></description><content:encoded><![CDATA[
  <figure id="M863" class="m_custom">
    <img src="https://img2.teletype.in/files/96/8e/968ea400-e8a0-499c-972c-8bf14dead321.png" width="306" />
    <figcaption>Kodjin FHIR server</figcaption>
  </figure>

]]></content:encoded></item><item><guid isPermaLink="true">https://teletype.in/@fhir/ehealth</guid><link>https://teletype.in/@fhir/ehealth?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir</link><comments>https://teletype.in/@fhir/ehealth?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir#comments</comments><dc:creator>fhir</dc:creator><title>MPI E-Health</title><pubDate>Tue, 18 Jan 2022 05:33:28 GMT</pubDate><media:content medium="image" url="https://img3.teletype.in/files/2a/6e/2a6e4970-b047-4632-8eb8-57617320ae61.png"></media:content><description><![CDATA[<img src="https://img4.teletype.in/files/3f/86/3f86705e-cadc-46bb-afbf-c6a1d5756c31.png"></img>]]></description><content:encoded><![CDATA[
  <figure id="lR12" class="m_retina">
    <img src="https://img4.teletype.in/files/3f/86/3f86705e-cadc-46bb-afbf-c6a1d5756c31.png" width="492" />
    <figcaption><a href="https://edenlab.atlassian.net/wiki/spaces/EH/pages/330553/MPI+Master+Patient+Index" target="_blank">Get more information: https://edenlab.atlassian.net/wiki/spaces/EH/pages/330553/MPI+Master+Patient+Index</a></figcaption>
  </figure>
  <figure id="dIH6" class="m_retina">
    <img src="https://img3.teletype.in/files/e6/cf/e6cf140c-5a8f-4a08-b970-f45d187d8815.png" width="735" />
    <figcaption><a href="https://edenlab.atlassian.net/wiki/spaces/EH/pages/330553/MPI+Master+Patient+Index" target="_blank">Get more information: https://edenlab.atlassian.net/wiki/spaces/EH/pages/2692508/Deduplication+process+OUTDATED</a></figcaption>
  </figure>
  <figure id="Loc8" class="m_original">
    <img src="https://img3.teletype.in/files/2e/12/2e12cc17-fed1-4755-b466-421d0fc9d403.png" width="1390" />
  </figure>
  <figure id="usrq" class="m_original">
    <img src="https://img2.teletype.in/files/10/12/1012e55d-157b-46e3-ae52-cd1bd37a8373.png" width="1704" />
  </figure>
  <figure id="tzVB" class="m_retina">
    <img src="https://img4.teletype.in/files/3c/51/3c519d27-b69d-4ba3-af74-33184920f393.png" width="1415" />
  </figure>

]]></content:encoded></item><item><guid isPermaLink="true">https://teletype.in/@fhir/MasterPatientIndex</guid><link>https://teletype.in/@fhir/MasterPatientIndex?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir</link><comments>https://teletype.in/@fhir/MasterPatientIndex?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir#comments</comments><dc:creator>fhir</dc:creator><title>MASTER PATIENT INDEX (MPI)</title><pubDate>Mon, 17 Jan 2022 21:34:54 GMT</pubDate><media:content medium="image" url="https://img4.teletype.in/files/fe/cd/fecd328f-2f8f-4d57-b9ca-72b1a9490d24.png"></media:content><description><![CDATA[<img src="https://img1.teletype.in/files/45/88/458897d6-9f9c-4847-8fdc-9b34935a8508.png"></img>The Single Source of Truth for Patient Identity and Demographics]]></description><content:encoded><![CDATA[
  <h2 id="QuqS">Problem: </h2>
  <figure id="0iOv" class="m_retina">
    <img src="https://img1.teletype.in/files/45/88/458897d6-9f9c-4847-8fdc-9b34935a8508.png" width="978" />
  </figure>
  <figure id="YG22" class="m_retina">
    <img src="https://img4.teletype.in/files/b8/cb/b8cb2e75-909a-4f28-b923-c2426e6eb74f.png" width="973" />
  </figure>
  <figure id="ZSQ3" class="m_retina">
    <img src="https://img3.teletype.in/files/2b/d9/2bd923ac-6da7-4a21-9a70-c4e5b78ab434.png" width="976" />
  </figure>
  <figure id="PEfd" class="m_retina">
    <img src="https://img3.teletype.in/files/23/27/23273eda-ad82-4f12-808e-26e5815a3d7a.png" width="980" />
  </figure>
  <h2 id="ClHe">Brief description: </h2>
  <p id="2Dbd">The Single Source of Truth for Patient Identity and Demographics</p>
  <p id="qWR8">- One Patient One Unified Care Record - </p>
  <figure id="LEPP" class="m_retina">
    <img src="https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.thinkoccam.com/wp-content/uploads/2020/07/master-900x286.png" width="450" />
  </figure>
  <h2 id="hIgT"><strong>Product Goal: </strong></h2>
  <blockquote id="ULIq">Building a patient-centered digital health ecosystem; Accurate patient identification is a key to achieving the Triple Aim and enables the success of all strategic initiatives. Patient-centric care, population health, accountable care, patient engagement, and value-based reimbursement are just buzzwords without effective patient identity management</blockquote>
  <blockquote id="tlfC">An Accurate MPI may be considered the most important resource in a healthcare facility because it’s the link that tracks patient, person, or member activity within an organization (or enterprise) and across patient care settings.</blockquote>
  <p id="hkqj"></p>
  <h2 id="xtpj">USP: (unique selling proposition)</h2>
  <p id="UbZL">During the initial assessment, we will load and score your data using the Kodjin Big Data MPI™, which analyzes data quality to identify your real duplication rate.</p>
  <p id="2arF">Then, as part of the overall assessment, you’ll receive a report that outlines a phased-in approach to clean all data in your MPI, and ongoing processes to maintain a 1% (or less) duplication rate.</p>
  <p id="lXzs">This report is yours to keep, whether or not you decide to have our team to assist in cleansing your data to remove duplicates, or any of our ongoing MPI maintenance services.</p>
  <p id="DZzc"></p>
  <h2 id="nVi7">Master Patient Index Software Market: </h2>
  <h3 id="xMZh">Introduction</h3>
  <ul id="pP9r">
    <li id="oK1j">A master patient index software (MPI) refers to a patient master index, patient registry, and client registry. It is an electronic database system that holds demographic patient information. The benefits of MPI are the elimination of duplicate patient registration entries and the maintenance of a central registry of all patients.</li>
  </ul>
  <h3 id="qcz5">Global Master Patient Index Software Market: Key Trends</h3>
  <ul id="spJl">
    <li id="4OIC">The global master patient index software market is driven by a shift toward paperless data management systems and cost-effective cloud-based technologies for patient data management. Moreover, the adoption of health care data management software has increased for the benefit of health care organizations, medical practitioners, and patient welling and health.</li>
    <li id="tFMC">An increase in adoption of patient record management software and solution for improving patient compliance and effective healthcare management are projected to drive the global master patient index software market during the forecast period</li>
    <li id="fYzD">A master patient index software ensures data integrity with minimum duplicate records. This is projected to drive the global master patient index software market in the next few years.</li>
  </ul>
  <h3 id="sakI">Global Master Patient Index Software Market Segmentation</h3>
  <ul id="eLvk">
    <li id="is9P">In terms of type, the global master patient index software market can be bifurcated into software and services</li>
    <li id="Wpox">Based on the deployment model, the global master patient index software market can be classified into cloud-based and on-premises. The cloud-based segment is projected to grow at a rapid pace during the forecast period. The adoption of cloud-based technologies will help to simplify the patient data management process.</li>
    <li id="lTfn">In terms of end-user, the global master patient index software market can be divided into healthcare organizations, hospitals, clinics, and others. The healthcare organizations segment accounted for a major share of the global master patient index software market in 2020. This is attributed to increasing in database management software and services for large organizations.</li>
  </ul>
  <h3 id="RD9k">North America accounted for a Major Share of Global Market</h3>
  <ul id="hSZx">
    <li id="8Are">North America is projected to dominate the global master patient index software market during the forecast period due to the presence of advanced healthcare systems and high adoption of advanced technology to maintain patient master index &amp; patient registry</li>
    <li id="1Gxs">The majority of market players, research institutes, and academic centers in the region focus on adopting patient data for clinical studies. This factor is anticipated to drive the master patient index software market in North America during the forecast period.</li>
  </ul>
  <h3 id="WT7w">Key Players Operating in Global Master Patient Index Software Market</h3>
  <p id="kzwy">Major players operating in the global master patient index software market are:</p>
  <ul id="YUaf">
    <li id="6b7a">McKesson Corporation</li>
    <li id="Aof4">Oracle Corporation</li>
    <li id="Hzdp">Wipro Limited</li>
    <li id="D9pg">Allscripts Healthcare Solutions, Inc.</li>
    <li id="9RIJ"><a href="https://nextgate.com/our-solutions/empi/" target="_blank">NextGate</a></li>
    <li id="9O9K"><a href="https://www.justassociates.com/" target="_blank">Just Associates, Inc.</a></li>
    <li id="8XKN"><a href="https://verato.com/" target="_blank">Verato</a></li>
    <li id="jZaD"><a href="https://www.quadramed.com/products/smart-id-platform/" target="_blank">QuadraMed Affinity Corporation</a></li>
    <li id="3UEU">MEDITECH</li>
    <li id="4WaS">ARGO Data Resource Corporation</li>
    <li id="f2sd">Intersystems Corporation</li>
    <li id="N4bn">Epic</li>
    <li id="qlIF">Others</li>
  </ul>
  <h2 id="qjLy"></h2>
  <h2 id="yhxt">Best practices:</h2>
  <h3 id="pMXk"><strong>- Just Associates, Inc.:</strong></h3>
  <figure id="X3A2" class="m_retina">
    <img src="https://img2.teletype.in/files/18/d2/18d2b38e-f525-457e-87fb-4f4f112fb5f1.png" width="562" />
  </figure>
  <h3 id="azFZ">- NextGate</h3>
  <figure id="SfRq" class="m_original">
    <img src="https://img2.teletype.in/files/10/a8/10a85ff1-ff83-4dd6-92e8-24b1aac6e2f7.png" width="912" />
  </figure>
  <figure id="uZJJ" class="m_retina">
    <img src="https://img2.teletype.in/files/1f/4b/1f4be1c4-26fc-42c2-abb7-6d5afaf5aa49.png" width="1121" />
  </figure>
  <p id="2PaS"></p>
  <h3 id="eLJn">- QuadraMed Affinity Corporation</h3>
  <figure id="f0ce" class="m_retina">
    <img src="https://img3.teletype.in/files/69/fc/69fcb737-d0ae-4c41-9985-063eb89b84ef.png" width="1052" />
  </figure>
  <figure id="EdX0" class="m_retina">
    <img src="https://img1.teletype.in/files/44/7e/447e962a-da70-4d2d-8d22-74529f9801bf.png" width="745" />
  </figure>
  <h3 id="s1Uc"></h3>
  <h3 id="m83l">- Verato</h3>
  <figure id="iXV8" class="m_retina">
    <img src="https://img3.teletype.in/files/a8/8d/a88da4d3-04e3-404f-ba1a-0c016bc092fa.png" width="965" />
  </figure>
  <figure id="dNf9" class="m_column">
    <img src="https://img3.teletype.in/files/a6/e7/a6e7c32e-991e-4199-8a2b-684bb8731fd5.png" width="1700" />
  </figure>
  <h3 id="MMz4">Global Master Patient Index Software Market: Research Scope</h3>
  <p id="9bRD"><strong>Global Master Patient Index Software Market, by Type</strong></p>
  <ul id="7qj4">
    <li id="dYbv">Software</li>
    <li id="T11m">Services</li>
    <ul id="OWzN">
      <li id="6aqc">Managed Services</li>
    </ul>
  </ul>
  <p id="PLDs"><strong>Global Master Patient Index Software Market, by Deployment Mode</strong></p>
  <ul id="wGUT">
    <li id="Zjry">Cloud-based</li>
    <li id="dLwx">On-premises</li>
  </ul>
  <p id="r9jF"><strong>Global Master Patient Index Software Market, by End-user</strong></p>
  <ul id="ORb6">
    <li id="NkUc">Healthcare Organization</li>
    <li id="M22D">Hospitals</li>
    <li id="OG68">Clinics</li>
    <li id="VrOU">Others</li>
  </ul>
  <p id="LJLl"><strong>Global Master Patient Index Software Market, by Region</strong></p>
  <ul id="X65r">
    <li id="3oNQ"><strong>North America</strong></li>
    <ul id="b5X7">
      <li id="P2mU">The U.S.</li>
      <li id="SUH9">Canada</li>
    </ul>
    <li id="otyG"><strong>Europe</strong></li>
    <ul id="6AaK">
      <li id="RIkM">Germany</li>
      <li id="eAzV">France</li>
      <li id="ogEn">The U.K.</li>
      <li id="M8Co">Italy</li>
      <li id="8vVe">Spain</li>
      <li id="OSze">Rest of Europe</li>
    </ul>
    <li id="W8Js"><strong>Asia Pacific</strong></li>
    <ul id="skRR">
      <li id="9TgF">China</li>
      <li id="XY3D">Japan</li>
      <li id="iwA0">India</li>
      <li id="C7za">Australia &amp; New Zealand</li>
      <li id="5TFa">Rest of Asia Pacific</li>
    </ul>
    <li id="vaBK"><strong>Latin America</strong></li>
    <ul id="zz2H">
      <li id="0RCE">Brazil</li>
      <li id="X9uv">Mexico</li>
      <li id="P7At">Rest of Latin America</li>
    </ul>
    <li id="Icbj"><strong>Middle East &amp; Africa</strong></li>
    <ul id="pJrR">
      <li id="wQyn">GCC Countries</li>
      <li id="PpGF">South Africa</li>
      <li id="J3td">Rest of the Middle East &amp; Africa</li>
    </ul>
  </ul>
  <p id="AutX"></p>
  <h2 id="BANe">How Does an eMPI Work?</h2>
  <p id="8emw">An eMPI constantly looks for potential matches across all data sources that are loaded into the eMPI. The matching is handled by a matching algorithm that locates and assesses the quality of matches even when demographic information is missing or wrong. The algorithm follows the same sort of logic that a well-trained data integrity specialist would when comparing two records to see if they belong to the same person. The algorithm should account for:</p>
  <ul id="KLqn">
    <li id="gftR">common data entry errors like a transposed month and day in a date of birth misspelled names and inconsistent addresses.</li>
    <li id="RKfo">common false positives like twins or junior/senior</li>
    <li id="YiVo">corrupt records where one person’s information is overlaid with another person’s information.</li>
    <li id="jEms">default values such as all ones or nines for social security or phone number or ‘baby girl’, or ‘John Doe’ for the name.</li>
  </ul>
  <p id="WWT8">When looking for potential matches, an eMPI will start by looking for records that have similar values in key demographic fields. Then it narrows those results by looking at the overall quality of the matches and assigns a score and classification to each potential match.</p>
  <p id="Abwc"></p>
  <h2 id="VXQ2">How Are Matches Classified?</h2>
  <p id="heIb">Potential matches are given either a ‘Yes’ or ‘Maybe’ classification. Records that are given a ‘Yes’ classification, meaning that there is no doubt these records belong to the same person, will be automatically linked together by assigning them the same enterprise identifier. No human interaction is required. When two records look like they could be the same person but there are enough differences that it is not safe to auto-link them, they will be given a ‘Maybe’ classification.</p>
  <p id="JJet">Many eMPIs have the ability to use semi-public information from third-party data aggregators like Lexis Nexis to help identify people. You may hear this functionality referred to as Research Automation or Referential Matching. The result is that many of the maybe matches will be turned into yes matches, shrinking the amount of manual work required. Those may be matches that are left become tasks that will need to be reviewed by a data integrity person.</p>
  <p id="SqR1"></p>
  <figure id="NONP" class="m_retina">
    <img src="https://img4.teletype.in/files/fb/43/fb43545a-441d-41e1-ac2e-efe5b27e240b.png" width="1129" />
  </figure>
  <p id="A5l4"></p>
  <p id="47mR"></p>
  <p id="z3sw"></p>
  <p id="9I0d">Benefits of MPI: </p>
  <ul id="v1Lr">
    <li id="d6aZ">Up to date information anytime and anywhere for access to these services</li>
    <li id="twxa">Ensures medical staff have the correct and most up to date health record for the right patient</li>
    <li id="rqt3">Accurate identification of an individual and their health record quickly when using a health service</li>
    <li id="7Bcf">Improves patient safety by reducing the risk of error due to misdirection of clinical information</li>
    <li id="MocO">Support the provision of cost-effective and timely health care services</li>
  </ul>
  <p id="yN56">General guidelines:</p>
  <ul id="Fial">
    <li id="ugvc">Medical records in each facility should be uniform and organized systematically</li>
    <li id="OAcx">Authors should be clearly identifiable</li>
    <li id="7Wkx">All entries should be permanent</li>
    <li id="kItt">Abbreviations should not be used</li>
    <li id="G4V0">Errors should include a strikeout with a single line and initiate with a date</li>
  </ul>
  <p id="mPJZ"></p>
  <p id="r6Be">There are four objectives that a modern eMPI should support. They are:</p>
  <ol id="Edxw">
    <li id="i7KF">Identifying that records from different source systems belong to the same patient and linking them together even when key information such as social security number is missing or wrong. To link the records together, an eMPI will assign the same enterprise identifier to each record belonging to the same patient in each source system.</li>
    <li id="gUWT">Making use of outside semi-public data to reduce or eliminate the manual effort involved in patient matching.</li>
    <li id="NkA0">Generating a golden record that contains the best-known information for a person whose information is spread across many different sources.</li>
    <li id="N3Zk">“De-duping” a transactional system by identifying cases where there’s more than one record for the same patient and providing workflow for resolving them.</li>
  </ol>
  <p id="Kszf"></p>
  <p id="m3Ig"></p>
  <p id="ZHKm"></p>
  <figure id="NUcz" class="m_retina">
    <img src="https://img2.teletype.in/files/57/44/57444bd1-772d-4a50-877f-91fcf0eb7b03.jpeg" width="1146.5" />
    <figcaption>Patient <a href="https://www.hl7.org/fhir/patient.html" target="_blank">https://www.hl7.org/fhir/patient.html</a></figcaption>
  </figure>
  <p id="37IW"></p>
  <figure id="6KCw" class="m_retina">
    <img src="https://img2.teletype.in/files/5a/fd/5afd9d53-c647-4296-8324-b1e8e3b37086.png" width="973" />
  </figure>

]]></content:encoded></item><item><guid isPermaLink="true">https://teletype.in/@fhir/coach</guid><link>https://teletype.in/@fhir/coach?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir</link><comments>https://teletype.in/@fhir/coach?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir#comments</comments><dc:creator>fhir</dc:creator><title>Questions: (пока что черновик) вопросы буду адресовать более детальные, когда разшарю экран</title><pubDate>Sat, 15 Jan 2022 13:24:38 GMT</pubDate><media:content medium="image" url="https://img1.teletype.in/files/49/0f/490f048e-eb57-48a2-821d-b34446806653.png"></media:content><description><![CDATA[<img src="https://img3.teletype.in/files/6e/07/6e07940e-9af5-4fbe-9732-d4da840104e6.png"></img>Привет!]]></description><content:encoded><![CDATA[
  <p id="3Kb3">Привет!</p>
  <p id="A1T6">У меня немного траблы с технической частью, из-за этого хромает понимание процесса в целом. </p>
  <p id="LTRD">Определение: я ПО/БА в компании которая развивает новый протокол обмена мед данными для &quot;импортных клиентов&quot;. Эта штука (FHIR HL7) сильно урегулированна, все строится на так званных ресурсах (разные профайлы для вендоров, страховых и клиента) эти делятся еще на 100тыс профайлов и тд. (фракталы) </p>
  <p id="2jPg">Команда супер! Хочу с твоей помощью лучше разобраться, чтоб главное – научиться ставить граммотные вопросы BA, PO, DevOps, SA (system analytic/admin)</p>
  <p id="7tnI">Пример;</p>
  <figure id="i7e6" class="m_original">
    <img src="https://img3.teletype.in/files/6e/07/6e07940e-9af5-4fbe-9732-d4da840104e6.png" width="2806" />
  </figure>
  <figure id="7hjO" class="m_original">
    <img src="https://img4.teletype.in/files/3a/59/3a59433d-49ad-4b49-b5dd-3fc21bca2040.png" width="1238" />
  </figure>
  <figure id="4ZUk" class="m_original">
    <img src="https://img4.teletype.in/files/f8/c1/f8c10b35-8abe-432c-b964-67e332fecbd4.png" width="1318" />
  </figure>
  <figure id="fVat" class="m_original">
    <img src="https://img2.teletype.in/files/57/44/57444bd1-772d-4a50-877f-91fcf0eb7b03.jpeg" width="2293" />
  </figure>
  <p id="PPrY">Фалы хранятся и обмениваются в XLM/JSON через https протокол (микросерверы rest api)   </p>
  <p id="i2cO"><strong><u>Начало:</u></strong></p>
  <p id="hiub">Не пойму куда бежать, тк со мной никто не нянчится, все заняты :)дали 2 недели на чтоб вникнуть + 3 мес пробный, чтоб выкатить детальный Беклог под MPI (мастер индекс по пациенту) это новое направление в компании, хотят мое видение </p>
  <p id="dwbq"><strong>Обязанности: </strong></p>
  <ol id="o9f4">
    <li id="lA2Q">Формулировка целей проекта</li>
    <li id="wjLt">Управление бэклогом продукта + депенденсис (зависимости)</li>
    <li id="U18u">Визия по разработке продукта</li>
    <li id="7g5x">Обеспечение прозрачности + постоянный фидбек (обратная связь)</li>
    <li id="4NtG">Общение со стейкхолдерами (заинтересованными сторонами)</li>
    <li id="dWRb">+ Написание продакт бэклога + сопутствующей документации (acceptance criteria, DoD) + </li>
    <ul id="1aT6">
      <li id="yhWY">Define goal and roadmap</li>
      <li id="6zHa">Responsibilities</li>
      <li id="IU0M">Tangible tasks</li>
    </ul>
  </ol>
  <p id="sMx4"></p>
  <ol id="mDOs">
    <li id="4BxB">PHIR umbrella (micro services)</li>
    <li id="SnW3">Understand conditions and classes</li>
    <li id="oFil">Practical use cases + resources + theory</li>
    <li id="KR3B">Design first approach/deliverables; can I take a look at how API, data model, architecture, sigma diagrams, implementation notes look like</li>
    <li id="YtbS">Take a look at customer-centric claims (not general) + sketches</li>
  </ol>
  <p id="6Gei"></p>
  <figure id="vDmt" class="m_original">
    <img src="https://img3.teletype.in/files/ea/5f/ea5f591d-ce1b-400c-b157-fd351aac9126.png" width="2264" />
  </figure>
  <figure id="Pvw0" class="m_original">
    <img src="https://img1.teletype.in/files/8c/60/8c60e571-4b5f-4047-81c8-036d8ec82c64.png" width="2874" />
  </figure>
  <p id="piRR">1. IDEAL role of PO. Какие скилы необходимы для отличного ПМ (project manager/product owner)??? твое видение/опыт</p>
  <p id="ZIyJ">Софт - 5 мин</p>
  <p id="gwh7">Хардскилс - 5 мин</p>
  <p id="YMvD">Знания домена - 5 мин</p>
  <blockquote id="U2my">На что сделать главный акцент?</blockquote>
  <p id="tDdU">А. ФАЙЕР (это то что мы имплементируем) <a href="http://hl7.org/fhir/" target="_blank">http://hl7.org/fhir/</a> я читаю доку, но толку почему-то мало((: еще сделал таблицу в экселе <a href="https://docs.google.com/spreadsheets/d/1rgDlyreLAy68A9usblNwZnln7P7UNvKpj3CCVi1muwY/edit?usp=sharing" target="_blank">https://docs.google.com/spreadsheets/d/1rgDlyreLAy68A9usblNwZnln7P7UNvKpj3CCVi1muwY/edit?usp=sharing</a></p>
  <p id="p2gq">Б. У нас скрам + аджайл, спринты 1 мес, утром дейли митинги, понимать прод цикл CI/CD + internal/ external server  + stack </p>
  <p id="KnB5">2. Какая зона ответственности у PO? По приоритетам:</p>
  <ul id="nqT0">
    <li id="zEpB">1</li>
    <li id="NWeL">2</li>
    <li id="hcOk">3</li>
    <li id="Pu8R">4</li>
  </ul>
  <p id="acfq">3.  №1 Confluence </p>
  <p id="tR8w">Есть 4 основных спейса:</p>
  <figure id="9ncF" class="m_original">
    <img src="https://img3.teletype.in/files/eb/e8/ebe8159e-8809-4527-9283-0d81c9c816d2.png" width="1662" />
  </figure>
  <figure id="7YPr" class="m_original">
    <img src="https://img1.teletype.in/files/46/0a/460a298a-6e10-4204-8f49-9ad5df385586.png" width="2880" />
  </figure>
  <p id="2fun"><strong>На что сделать акцент чтобы в будущем понимать и рисовать логические UML схемы? Как правильно задавать вопросы SA? </strong></p>
  <figure id="bQ6t" class="m_original">
    <img src="https://img3.teletype.in/files/e9/d3/e9d35854-aef6-45a5-900b-f123b5920d91.png" width="2186" />
  </figure>
  <p id="0HiE"></p>
  <figure id="88gv" class="m_original">
    <img src="https://img2.teletype.in/files/1a/3d/1a3d873e-3c11-4d49-b295-0c18720f9fb9.png" width="2752" />
  </figure>
  <p id="pcSL"><strong>Пример: </strong></p>
  <p id="1Z8w"><strong>Как ты справляешься с большим количеством абривиатуры? Нужно ли ПМу запоминать команды например - месседж тайпс (ниже)? </strong></p>
  <figure id="7i8A" class="m_original">
    <img src="https://img4.teletype.in/files/39/8c/398c1beb-d93a-442c-bed0-17345a08e06a.png" width="1890" />
  </figure>
  <p id="mNJ9"><strong>Есть ряд вопросов по Постману работа с :</strong></p>
  <p id="yfg4">Хедер</p>
  <p id="xHZ6">Бади</p>
  <p id="dfnA">Метаданные</p>
  <p id="VFrP"></p>
  <p id="IMim">Есть файлы которые можно потрогать. <strong>Using the Collection Runner</strong></p>
  <figure id="j0ft" class="m_original">
    <img src="https://img4.teletype.in/files/b3/0b/b30b71ba-a5e2-4359-a298-0c60c5703d9d.png" width="1644" />
  </figure>
  <figure id="fy31" class="m_original">
    <img src="https://img2.teletype.in/files/95/8b/958bb6fd-3d67-458d-a198-b88cc094709e.png" width="2807" />
  </figure>
  <figure id="R39N" class="m_original">
    <img src="https://img1.teletype.in/files/81/34/8134a9ba-86fa-4044-a88f-3e1743377df9.png" width="1714" />
  </figure>
  <figure id="gBc9" class="m_original">
    <img src="https://img2.teletype.in/files/df/56/df567512-5add-47db-a91e-728f67289966.png" width="2042" />
  </figure>
  <p id="TKzq"></p>
  <p id="qYZc"><strong>Есть вопросы по CLI и Config management; я так и не понял, они хотят чтоб у провайдера обмен был сразу через кофиг менеджемент  #Bash</strong></p>
  <p id="RcA4"></p>
  <figure id="nqoh" class="m_original">
    <img src="https://img1.teletype.in/files/43/bb/43bbac12-9ab6-4893-9b10-7e0a4b5a417e.png" width="2880" />
  </figure>
  <p id="PS6I"><strong>Я закончил пару курсов по Https, rest api. Мне нужно выговориться...</strong></p>
  <figure id="FqSI" class="m_original">
    <img src="https://img1.teletype.in/files/8f/dc/8fdce19a-06a2-43de-9eaf-b597561ee78d.png" width="1426" />
  </figure>
  <figure id="Fhbd" class="m_original">
    <img src="https://img2.teletype.in/files/df/5a/df5ad7fe-9d88-481e-8dda-8fb7ea7f6758.gif" width="411" />
  </figure>
  <p id="dSve"></p>
  <figure id="TqXC" class="m_original">
    <img src="https://img4.teletype.in/files/30/8e/308e25ec-4c10-4d99-a6fd-89b2dca694a1.png" width="1490" />
  </figure>
  <p id="NQbi">Вопросы по Виртуализации: использование Докера </p>
  <figure id="sskU" class="m_original">
    <img src="https://img1.teletype.in/files/c3/42/c342fa3b-812a-44ed-b3f6-d98903e3758b.png" width="1546" />
  </figure>
  <p id="cGCg">РАБОТА С GitHub, GitLab компания предоставила доступ</p>
  <p id="rim4">Есть ряд вопросов (нужно разшарить экран)</p>
  <figure id="IiN3" class="m_original">
    <img src="https://img2.teletype.in/files/d9/52/d952f382-3cd0-4b72-9ebb-f0cb0f83f4e5.png" width="2228" />
  </figure>
  <figure id="XjPO" class="m_original">
    <img src="https://img1.teletype.in/files/8e/92/8e92cf58-097e-4099-940d-a78331d42124.png" width="1170" />
  </figure>
  <p id="48ob">Не пойму нужно ли мне начинать программировать </p>
  <figure id="WJXI" class="m_original">
    <img src="https://img1.teletype.in/files/86/c0/86c06497-5ec5-458d-80ec-f5e62119f18f.png" width="1528" />
  </figure>
  <figure id="aqG2" class="m_original">
    <img src="https://img3.teletype.in/files/a4/10/a4108bea-c816-41e9-91af-ec8d0db79787.png" width="1434" />
  </figure>
  <figure id="Wa5h" class="m_original">
    <img src="https://img2.teletype.in/files/5c/d8/5cd87172-970a-437c-9cea-96cd34438651.png" width="364" />
  </figure>
  <p id="iqFL"><strong>Вот их рабочий стек: </strong></p>
  <figure id="94k3" class="m_original">
    <img src="https://img2.teletype.in/files/52/5f/525f98ab-a221-4a30-9dfc-460fd5095983.png" width="1314" />
  </figure>
  <p id="WNK5"><strong>Хочу понять стек лучше, чтоб не задавать глупых вопросов.</strong></p>
  <p id="LWhK"></p>
  <p id="YBp4">Жду обратную от тебя связь. Заранее спасибо <strong><a href="https://emojipedia.org/handshake/" target="_blank">🤝</a></strong></p>

]]></content:encoded></item><item><guid isPermaLink="true">https://teletype.in/@fhir/Search</guid><link>https://teletype.in/@fhir/Search?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir</link><comments>https://teletype.in/@fhir/Search?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir#comments</comments><dc:creator>fhir</dc:creator><title>3.1.1 Search</title><pubDate>Mon, 03 Jan 2022 12:54:11 GMT</pubDate><description><![CDATA[<img src="https://img4.teletype.in/files/fb/3e/fb3e8289-70ac-44aa-9860-4302b6f64836.png"></img>Ресурс: http://hl7.org/fhir/r4/search.html]]></description><content:encoded><![CDATA[
  <p id="IE5t">Ресурс: <a href="http://hl7.org/fhir/r4/search.html" target="_blank">http://hl7.org/fhir/r4/search.html</a></p>
  <figure id="ij7f" class="m_original">
    <img src="https://img4.teletype.in/files/fb/3e/fb3e8289-70ac-44aa-9860-4302b6f64836.png" width="2258" />
  </figure>
  <figure id="IUrt" class="m_original">
    <img src="https://img2.teletype.in/files/1b/c3/1bc3c87c-b100-402e-81de-fe9006531341.png" width="2238" />
  </figure>
  <figure id="ekIW" class="m_original">
    <img src="https://img2.teletype.in/files/90/65/9065881b-4eb4-443e-ae23-f4a05438429d.png" width="2268" />
  </figure>
  <figure id="vncp" class="m_original">
    <img src="https://img4.teletype.in/files/35/78/357880a5-9b1d-4884-91a2-267debb27696.png" width="2292" />
  </figure>
  <figure id="NdDH" class="m_original">
    <img src="https://img4.teletype.in/files/3a/fc/3afc1ccc-5e5c-444b-a550-37b3975eb587.png" width="2254" />
  </figure>
  <figure id="4T4L" class="m_original">
    <img src="https://img3.teletype.in/files/27/94/279445fa-bf7a-4e2a-94b2-334fe0b7615e.png" width="2276" />
  </figure>
  <figure id="jCx5" class="m_original">
    <img src="https://img3.teletype.in/files/e5/36/e5369881-ac60-41a9-9c90-4186b1647772.png" width="2242" />
  </figure>
  <figure id="zJpv" class="m_original">
    <img src="https://img1.teletype.in/files/c8/62/c8621773-ab32-4fd1-94da-8654258680b8.png" width="2322" />
  </figure>
  <figure id="A4yv" class="m_original">
    <img src="https://img2.teletype.in/files/98/59/9859a96c-3667-4aad-ae59-28d55ca36bd7.png" width="2296" />
  </figure>
  <figure id="1Jqh" class="m_original">
    <img src="https://img2.teletype.in/files/d9/12/d912eeca-c0d1-4733-8786-c384ee95a8d1.png" width="2250" />
  </figure>
  <figure id="3gg5" class="m_original">
    <img src="https://img3.teletype.in/files/2b/96/2b965b9e-0775-4bbb-98b2-4aeed53ff517.png" width="2238" />
  </figure>
  <figure id="8TcG" class="m_original">
    <img src="https://img3.teletype.in/files/2d/06/2d06ba76-137c-4f16-928c-8966a3da79f4.png" width="2242" />
  </figure>
  <figure id="yNJt" class="m_original">
    <img src="https://img3.teletype.in/files/26/bd/26bde918-074f-47dd-abb4-f588ce39212f.png" width="2238" />
  </figure>
  <figure id="XOnp" class="m_original">
    <img src="https://img2.teletype.in/files/d9/9e/d99eaf7d-e35f-418e-a7e6-519357e45a69.png" width="2272" />
  </figure>
  <figure id="7UFz" class="m_original">
    <img src="https://img4.teletype.in/files/32/60/32603ab9-e930-4cf8-9a41-26e77290027d.png" width="2260" />
  </figure>
  <figure id="QZQS" class="m_original">
    <img src="https://img4.teletype.in/files/33/4b/334bcf18-8b29-4ada-b94e-e74f642b8ea2.png" width="2308" />
  </figure>
  <figure id="NcWX" class="m_original">
    <img src="https://img2.teletype.in/files/d6/a1/d6a1af6d-d124-4f6b-bba5-ce3daacbf0d2.png" width="2256" />
  </figure>
  <figure id="QFBT" class="m_original">
    <img src="https://img1.teletype.in/files/05/57/05572d43-bb8e-41f3-9cf3-3f4bd0d3a548.png" width="2294" />
  </figure>
  <figure id="XwBN" class="m_original">
    <img src="https://img3.teletype.in/files/2e/17/2e1742ad-4ae6-46db-afa7-d5bfb1338567.png" width="2234" />
  </figure>
  <figure id="fHMI" class="m_original">
    <img src="https://img1.teletype.in/files/80/d4/80d4eca0-7314-4821-8241-5b44ce82f276.png" width="2240" />
  </figure>
  <figure id="APRK" class="m_original">
    <img src="https://img3.teletype.in/files/2b/d2/2bd28279-e925-4e7c-aecc-4ecb7f8965c0.png" width="2248" />
  </figure>
  <figure id="KByJ" class="m_original">
    <img src="https://img2.teletype.in/files/9b/a2/9ba20758-e14d-4ea4-b20e-5099a3e0efbb.png" width="2256" />
  </figure>
  <figure id="WO7y" class="m_original">
    <img src="https://img2.teletype.in/files/57/96/579653d6-2b52-491a-b06d-4aece1d8d9a5.png" width="2254" />
  </figure>
  <figure id="otFu" class="m_original">
    <img src="https://img2.teletype.in/files/15/90/1590641d-3b94-4cd0-84e5-5c4e939fbc55.png" width="2228" />
  </figure>
  <figure id="PWM7" class="m_original">
    <img src="https://img4.teletype.in/files/b2/b9/b2b9aac8-297e-443f-aa96-635c0210ac3c.png" width="2320" />
  </figure>
  <figure id="kltg" class="m_original">
    <img src="https://img3.teletype.in/files/aa/27/aa2737a4-10d0-40ce-aa0a-0b7dca097763.png" width="2310" />
  </figure>
  <figure id="uGR8" class="m_original">
    <img src="https://img1.teletype.in/files/42/27/42277da9-3568-4fa2-86e8-63004c90812a.png" width="2284" />
  </figure>
  <figure id="vWM5" class="m_original">
    <img src="https://img4.teletype.in/files/b4/cf/b4cff917-2d96-4706-959a-e65ca805fe4b.png" width="2310" />
  </figure>
  <figure id="XUpZ" class="m_original">
    <img src="https://img4.teletype.in/files/72/57/7257e869-358e-43a7-a227-bba63d788948.png" width="2312" />
  </figure>
  <figure id="5tQ7" class="m_original">
    <img src="https://img4.teletype.in/files/bf/72/bf729d4f-0182-426e-9777-801454f53449.png" width="2328" />
  </figure>
  <figure id="htZE" class="m_original">
    <img src="https://img1.teletype.in/files/ce/9f/ce9f63ce-16b7-49d8-a0dd-22c040a72818.png" width="2286" />
  </figure>
  <figure id="uNBb" class="m_original">
    <img src="https://img2.teletype.in/files/11/4e/114e8dd0-e541-4a04-806d-9359a37ffe01.png" width="2236" />
  </figure>
  <figure id="aUWg" class="m_original">
    <img src="https://img3.teletype.in/files/2a/74/2a749e1f-3551-4fd3-8ea8-572cee929d99.png" width="2268" />
  </figure>
  <figure id="Uegg" class="m_original">
    <img src="https://img4.teletype.in/files/b9/00/b9005776-4c31-4dcf-9443-da2ecbe72344.png" width="2224" />
  </figure>
  <figure id="ro3O" class="m_original">
    <img src="https://img1.teletype.in/files/09/a6/09a6dc4c-ce11-4586-ad43-0c25400822c4.png" width="2250" />
  </figure>
  <figure id="2Lzn" class="m_original">
    <img src="https://img2.teletype.in/files/9b/fc/9bfc0c76-2c6a-433a-b257-1b33acd97c58.png" width="2298" />
  </figure>
  <figure id="Kat9" class="m_original">
    <img src="https://img4.teletype.in/files/f6/b1/f6b1e6df-b122-48cd-add1-ec9da974091f.png" width="2308" />
  </figure>
  <figure id="WKEa" class="m_original">
    <img src="https://img3.teletype.in/files/a4/0d/a40da330-2dd0-4548-89e0-d831ba426134.png" width="2264" />
  </figure>
  <figure id="0u2o" class="m_original">
    <img src="https://img4.teletype.in/files/b7/6a/b76a5683-78eb-4ac2-9e06-c153e99c4308.png" width="2318" />
  </figure>
  <figure id="X0lX" class="m_original">
    <img src="https://img1.teletype.in/files/4d/0f/4d0fea58-3f8f-44e1-839c-4c6f7e4d2280.png" width="2286" />
  </figure>
  <figure id="Ik3B" class="m_original">
    <img src="https://img4.teletype.in/files/38/df/38dfb487-2881-4880-9012-8b9bb1d49af9.png" width="2296" />
  </figure>
  <figure id="Zlpu" class="m_original">
    <img src="https://img3.teletype.in/files/2f/40/2f400497-5829-4ff1-a0e9-16d129989811.png" width="2248" />
  </figure>
  <figure id="cCvP" class="m_original">
    <img src="https://img4.teletype.in/files/f5/4f/f54f4624-8896-4bdc-84e5-a9e3e10c1ca4.png" width="2230" />
  </figure>
  <figure id="lOic" class="m_original">
    <img src="https://img2.teletype.in/files/56/a4/56a42f10-2394-4a4b-bee5-14ed0e6e0dbd.png" width="2218" />
  </figure>
  <figure id="wOlI" class="m_original">
    <img src="https://img3.teletype.in/files/a1/70/a170e5c7-a4c3-4e19-a57a-d681e742db5a.png" width="2232" />
  </figure>
  <figure id="II0G" class="m_original">
    <img src="https://img1.teletype.in/files/47/32/4732f5a1-f217-423a-8cec-fd36629f1247.png" width="2226" />
  </figure>

]]></content:encoded></item><item><guid isPermaLink="true">https://teletype.in/@fhir/RESTfulAPI</guid><link>https://teletype.in/@fhir/RESTfulAPI?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir</link><comments>https://teletype.in/@fhir/RESTfulAPI?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir#comments</comments><dc:creator>fhir</dc:creator><title>3.1.0 RESTful API</title><pubDate>Mon, 03 Jan 2022 12:53:31 GMT</pubDate><description><![CDATA[<img src="https://img2.teletype.in/files/58/0c/580c7c4b-3bc6-4da3-a64d-3ba2f9cd3f9e.png"></img>Ресурс: http://hl7.org/fhir/http.html ]]></description><content:encoded><![CDATA[
  <p id="wQxq">Ресурс: <a href="http://hl7.org/fhir/http.html" target="_blank">http://hl7.org/fhir/http.html</a> </p>
  <figure id="Eofz" class="m_original">
    <img src="https://img2.teletype.in/files/58/0c/580c7c4b-3bc6-4da3-a64d-3ba2f9cd3f9e.png" width="2252" />
  </figure>
  <figure id="jZUj" class="m_original">
    <img src="https://img3.teletype.in/files/28/e1/28e1fd05-a2d1-46ff-84fa-2f6c87bac844.png" width="1212" />
  </figure>
  <figure id="hF7c" class="m_original">
    <img src="https://img4.teletype.in/files/b0/a9/b0a9394a-4867-4e07-8f3c-8c1f5790a781.png" width="2260" />
  </figure>
  <figure id="qzvN" class="m_original">
    <img src="https://img1.teletype.in/files/07/74/07747c02-2c30-4345-8cec-1532e4632ae1.png" width="2264" />
  </figure>
  <figure id="YOHA" class="m_original">
    <img src="https://img2.teletype.in/files/5e/3c/5e3c40da-6084-4d60-ac9f-126339ad87ae.png" width="2308" />
  </figure>
  <figure id="CA8y" class="m_original">
    <img src="https://img4.teletype.in/files/3a/d2/3ad25bf0-8840-4970-a309-a434578d9a8f.png" width="2268" />
  </figure>
  <figure id="o7Ac" class="m_original">
    <img src="https://img2.teletype.in/files/58/52/5852c254-c79f-4404-9c03-c0de2a48bff1.png" width="2284" />
  </figure>
  <figure id="hJ1f" class="m_original">
    <img src="https://img4.teletype.in/files/34/28/342891d7-829a-432f-803d-71b81df71cfc.png" width="2266" />
  </figure>
  <figure id="YojO" class="m_original">
    <img src="https://img3.teletype.in/files/a2/53/a253c70c-26ca-4d6f-95f0-700359b06f05.png" width="2262" />
  </figure>
  <figure id="kw1Z" class="m_original">
    <img src="https://img3.teletype.in/files/aa/21/aa21b5a2-58bf-4dbb-ae58-9fce57fa0703.png" width="2264" />
  </figure>
  <figure id="gICc" class="m_original">
    <img src="https://img2.teletype.in/files/97/b6/97b6b04f-b815-4eb5-828a-e561026233b0.png" width="2254" />
  </figure>
  <figure id="2CZY" class="m_original">
    <img src="https://img4.teletype.in/files/3f/5a/3f5a5894-2089-4398-a798-b2c83ab41ec6.png" width="2268" />
  </figure>
  <figure id="SEq7" class="m_original">
    <img src="https://img2.teletype.in/files/16/b5/16b58626-b726-4bdb-ac7e-b69f03a34ed8.png" width="2238" />
  </figure>
  <figure id="QirT" class="m_original">
    <img src="https://img3.teletype.in/files/a5/c4/a5c4b9b2-4b30-4b39-80a0-a746a1151f39.png" width="2220" />
  </figure>
  <figure id="2KZa" class="m_original">
    <img src="https://img2.teletype.in/files/52/15/5215c84d-1fa3-4fac-aec6-831c48d4fde0.png" width="2240" />
  </figure>
  <figure id="KDPp" class="m_original">
    <img src="https://img1.teletype.in/files/4d/e5/4de5e69f-abaa-4901-b078-9ae42fe8bc79.png" width="2270" />
  </figure>
  <figure id="F5jD" class="m_original">
    <img src="https://img3.teletype.in/files/6e/a2/6ea2e611-a9af-4a91-9aa0-4fa7e401be4e.png" width="2224" />
  </figure>
  <figure id="eRVM" class="m_original">
    <img src="https://img2.teletype.in/files/59/47/59477d88-1d01-4835-a0e9-620eaf531a20.png" width="2270" />
  </figure>
  <figure id="4JeR" class="m_original">
    <img src="https://img1.teletype.in/files/8e/17/8e17f595-6e0e-4366-b699-1513004aad8a.png" width="2248" />
  </figure>
  <figure id="waLu" class="m_original">
    <img src="https://img3.teletype.in/files/e1/55/e155f9c4-33b0-469a-980d-50620ca0d4a0.png" width="2234" />
  </figure>
  <figure id="Hufs" class="m_original">
    <img src="https://img3.teletype.in/files/a3/1f/a31f3d73-fc49-4417-bcc4-11264a47a8bd.png" width="2240" />
  </figure>
  <figure id="F91C" class="m_original">
    <img src="https://img4.teletype.in/files/ff/5e/ff5e5c28-189b-47e6-8e10-06c2e8e76863.png" width="2234" />
  </figure>
  <figure id="WEGG" class="m_original">
    <img src="https://img4.teletype.in/files/b8/82/b8828af3-81b3-40fc-b147-4b0fa9e992ef.png" width="2256" />
  </figure>
  <figure id="4Ghe" class="m_original">
    <img src="https://img4.teletype.in/files/75/06/7506497b-6149-44e8-bb31-01d8d0e5be27.png" width="2260" />
  </figure>
  <figure id="86jV" class="m_original">
    <img src="https://img3.teletype.in/files/e4/4c/e44ca50a-5dee-4e02-b071-6e90f177e02c.png" width="2254" />
  </figure>
  <figure id="frIZ" class="m_original">
    <img src="https://img2.teletype.in/files/18/75/1875de36-1d29-40f3-9769-4bc3f3ef18d2.png" width="2292" />
  </figure>
  <figure id="5Jh3" class="m_original">
    <img src="https://img4.teletype.in/files/76/8b/768b73de-648e-41d4-8737-c39e9241c2d8.png" width="2244" />
  </figure>
  <figure id="SNj4" class="m_original">
    <img src="https://img1.teletype.in/files/08/b8/08b8cb59-0f12-4e18-8c4e-660027506045.png" width="2260" />
  </figure>
  <figure id="CaJE" class="m_original">
    <img src="https://img2.teletype.in/files/1d/6a/1d6ac29b-dca3-4f4f-94fb-d78d0a6caaa6.png" width="2288" />
  </figure>
  <figure id="evKe" class="m_original">
    <img src="https://img4.teletype.in/files/76/74/767490e2-47b6-4ece-98b1-2bbf95c50133.png" width="1416" />
  </figure>
  <figure id="WouW" class="m_original">
    <img src="https://img4.teletype.in/files/b1/c0/b1c0a5c7-5d56-4282-8720-1bc1bf9a6967.png" width="2264" />
  </figure>
  <figure id="OE8u" class="m_original">
    <img src="https://img1.teletype.in/files/44/41/44416313-f865-4346-893a-423348b915d0.png" width="2284" />
  </figure>
  <figure id="jQEF" class="m_original">
    <img src="https://img1.teletype.in/files/ca/4b/ca4b1d09-e2c3-40df-a52d-480a5d511d60.png" width="2206" />
  </figure>
  <figure id="uEdq" class="m_original">
    <img src="https://img3.teletype.in/files/2e/32/2e327a6e-23ef-439e-a8ad-18cb9160f9ab.png" width="2204" />
  </figure>
  <figure id="712k" class="m_original">
    <img src="https://img3.teletype.in/files/eb/77/eb777c87-c0d2-46ea-92eb-23955888589a.png" width="2226" />
  </figure>
  <figure id="PVIJ" class="m_original">
    <img src="https://img1.teletype.in/files/07/9b/079be7c2-d6a1-4464-b0c1-e9301a019ccc.png" width="2222" />
  </figure>
  <figure id="G6Lb" class="m_original">
    <img src="https://img4.teletype.in/files/3c/32/3c32f6a2-5a46-47e1-ace6-f99f0b8120b8.png" width="2226" />
  </figure>

]]></content:encoded></item><item><guid isPermaLink="true">https://teletype.in/@fhir/FHIRPath</guid><link>https://teletype.in/@fhir/FHIRPath?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir</link><comments>https://teletype.in/@fhir/FHIRPath?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=fhir#comments</comments><dc:creator>fhir</dc:creator><title>3.1.5 Патч FHIRPath</title><pubDate>Mon, 03 Jan 2022 12:50:24 GMT</pubDate><description><![CDATA[<img src="https://img2.teletype.in/files/5a/8b/5a8bb066-3090-492f-8aca-4d36a44c316f.png"></img>Ресурс: https://www.hl7.org/fhir/fhirpatch.html ]]></description><content:encoded><![CDATA[
  <p id="uuE9">Ресурс: <a href="https://www.hl7.org/fhir/fhirpatch.html" target="_blank">https://www.hl7.org/fhir/fhirpatch.html</a> </p>
  <figure id="ZUCA" class="m_original">
    <img src="https://img2.teletype.in/files/5a/8b/5a8bb066-3090-492f-8aca-4d36a44c316f.png" width="2242" />
  </figure>
  <figure id="ISEE" class="m_original">
    <img src="https://img4.teletype.in/files/3b/71/3b711149-5788-494c-a786-62624141269c.png" width="2240" />
  </figure>
  <figure id="KWtm" class="m_original">
    <img src="https://img1.teletype.in/files/49/50/4950c7bd-232f-4ad6-8e1f-8ab48a77975a.png" width="1954" />
  </figure>
  <figure id="ae6c" class="m_original">
    <img src="https://img3.teletype.in/files/68/57/68571092-6b87-451a-8686-3998fe6db3cb.png" width="304" />
  </figure>
  <figure id="Vk3g" class="m_original">
    <img src="https://img2.teletype.in/files/9f/ca/9fcae496-e726-4498-8b1e-15331e58b029.png" width="2234" />
  </figure>

]]></content:encoded></item></channel></rss>