<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Annotating FHIR-RDF-graphs with medication knowledge</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Gerhard</forename><surname>Kober</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Tiani &quot;Spirit&quot; GmbH</orgName>
								<address>
									<settlement>Vienna</settlement>
									<country key="AT">Austria</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Annotating FHIR-RDF-graphs with medication knowledge</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">A69F305D17BFF4FC9214B710C524E2F4</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T21:37+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>FHIR</term>
					<term>RDF</term>
					<term>Graph</term>
					<term>Ontologies</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Medical information exists in multiple locations (e.g., different hospitals, cloud services), but a complete collection of data is essential for high-quality healthcare treatments. Collecting information, annotating it with additional knowledge depending on the patient's observations, and building a reasonable dataset for further processing in decision support systems focus on this work. Previous work did not yet address the field of Fast Healthcare Interoperability Resources (FHIR) combined with other ontologies, or creating an RDF-graph with the context-related information as the medication. By using semantic technologies like RDF and OWL, we propose refactoring and recreating the existing data by transforming it into an RDF-graph with RDF-annotations. By creating an architecture for the data collection and a proof of concept implementation, we experimented with samples from a public FHIR-store for the generation of the RDF-graph. This work shows the aggregation of FHIR-resources with medication information, which gets adapted for further processing in a semantic reasoner. Therefore multiple patient-related queries need to be done to gather all the available information, but also SPARQL-Queries for specific medication information. The context influences the result so that a different setting affects the outcome of the RDF-graph.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Access to health information and an almost complete view on patient's data is crucial for efficient healthcare. Patients and doctors store information in different locations (e.g., different hospitals and various health-data stores). Medical knowledge is available in medical ontologies (e.g., Unified Medical Language System, SNOMED-CT). Combining relevant information from health-data and medical knowledge is required for automated decision making.</p><p>The relevance of information depends on the use case, and therefore the queries need to be aligned. So, if a patient needs to be alerted about medication intake to lower the heart rate, the focus is only on all heart rate observations from the different store-containers. The other needed information is about medication intake. Also, the knowledge about the medication is needed (e.g., causing effects).</p><p>For evaluating the outcome of the queries and the combination of these results, the context is essential. The result is a "view" for a specific use case, but it can change for other medical needs. These views are necessary since there is much information in different data-stores, which is not relevant to a particular question.</p><p>Because personal medical information is distributed and independent from each other, the information needs refactoring to describe dependencies. For this task, the generation of an RDF-graph is applicable, since it allows the representation of the dependencies between subjects (patients) and objects (observations). Furthermore, the RDF-graphs allows annotations</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Background and related work</head><p>Medical information exists as Fast Healthcare Interoperability Resources(FHIR) <ref type="bibr" target="#b7">[8]</ref>. The representation of medical observations like vital-signs is utilizing FHIRobservation resources (FHIR-Observation). These resources include, among others, the observation value, a code (for the type of observation) <ref type="bibr" target="#b5">[6]</ref>, and clinically relevant timestamps. The observation-resource also holds a reference to whom (patient) this observation belongs.</p><p>FHIR's medication administration resource "describes the event of a patient consuming or otherwise being administered a medication" <ref type="bibr" target="#b4">[5]</ref>. In our use case, the essential items of this resource are the medication itself (coded in SNOMED-CT codes <ref type="bibr" target="#b10">[11]</ref>), the subject as the reference to the patient, and the effective-time of the application.</p><p>The reference to and from a medication administration resource is somehow loosely coupled, as there is a reason-reference in the medication administration as reason-support for a taken medication. The reason-reference in the data model is optional. Therefore, an alternative way for the combination of FHIR resources is needed. The time-items of each resource seems applicable because an observation happens at a specific time, where the medication administration has an intake-time, and the medication itself has a physiological factor, called half-live. According to <ref type="bibr" target="#b1">[2]</ref>, 90% of the medication is not available after four half-lives. This fact helps in terms of "medicine is still active in the body" and may be considered as not existing anymore. So a windowing approach to finding observations that are affected by medication is necessary.</p><p>FHIR already provides the transformation to RDF <ref type="bibr" target="#b6">[7]</ref>, but it lacks in the generation of complete graphs. The RDF-representation of FHIR is resourcecentered, while the need in our approach a patient-centered view. So, preprocessing of the data is needed, to get only the relevant information (not all information out of an FHIR-observation) and have a reduced dataset, which gets transferred for further processing.</p><p>In <ref type="bibr" target="#b12">[13]</ref>, there is described the general approach of a Clinical Decision Support Systems (CDSS) that obtains information from clinical trials. However, there is also a need to take subjective evidence into account. They combine the information from social networks with the information from the CDSS, by crawling social networks. The need for them was because clinical guidelines only cover 80% of clinical situations, and the patient's values need consideration. They are generating an ontology from the social network information and the CDSSinformation, not taking into account the patient's observations and medications. <ref type="bibr" target="#b0">[1]</ref>, For their deep-learning framework for RDF, they use fuzzy technologies to calculate the degrees of causality between the nodes in a diagram. If there is already an RDF-graph out of a clinical database (containing patient's data), they provide an approach for the formalization and combination. However, there is not yet an approach on how to get RDF-triples out of the clinical-medical datastore. Besides, an approach on how to combine information from more than one source is missing. In <ref type="bibr" target="#b2">[3]</ref> they found that healthcare data is often siloed and not easy to access for further usage. They were searching for a way to use linked data for interoperability, and which standards are available. They identified semantic web technologies such as RDF, OWL, and SPARQL as prime candidates for supporting greater data interoperability. However, they are addressing demographic data of patients, but not yet vital-signs or observations. Moreover, an application built up out of HL7-messages is sent to an HL7-connector (Mirth-Connect), followed by using AWS technologies <ref type="bibr" target="#b9">[10]</ref>. These technologies are providing a rule engine (Lambda), for the alerting mechanism itself. This solution is based on HL7-Version 2, but not on FHIR-resources, and it is taking only single events into account. There is missing a combination of multiple observations or medication-influences.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Proposed solution</head><p>Medical information always has a context. This context can be either the meaning within it gets generated, or the background relevant for queries towards existing knowledge. Context is highly proper when it comes to decision making <ref type="bibr" target="#b8">[9]</ref>. For example, a medication influences a heart-rate. So if a patient takes medication, it is ok to have a lower-than-normal pulse. If a medical doctor is not aware of the medication context, a prescription for another drug can be done, which can harm the patient's health.</p><p>Since there is much information about the patient available in different locations, and not every observation is relevant for a particular use case, it is useful to reduce the data for answering individual queries. Suppose a doctor or even a patient is interested in extraordinary values from heart rates-classification. In that case, there is no use for the other observations like blood-pressures, oxygenation, blood-groups, and more. Therefore, the complete dataset's reduction is from a user's perspective, a needed task, as well from a data-processing perspective, in terms of memory consumption and optional data-transfers.</p><p>Another essential factor within medical observations and medications is the time component. As medicine can influence medical observations just for a specific time-frame, only the affected values are interesting for further processing and decision-making. E.g., a patient takes medication to lower his heart rate, and this medication has a half-life of 10 minutes, all the heart rate-observations which are in between the intake-time and the end of the medication effect are relevant (Fig <ref type="figure" target="#fig_0">1</ref>). Depending on the use case, other time-frames are interesting or applicable for evaluation. Relevant information for the medication-context-based use case can change because of the questions which need to be answered. There is more information to be taken into account if medical researchers ask for long-term medication effects. If there is a need for an alerting-application, only a smaller amount of observations is important. Imagine a person taking heart rate lowering medication, and a smart device observes the person. The person wants to be alerted if the drug is not active anymore and only if the heart rate increases to a specified level, to repeat medication intake. This example shows that the relevance of information is given by the use case and takes care of the combination of other information sources.</p><p>Medication information consists of medication names, substances, dosages, modes for application, frequencies, durations, reasons, and a narrative <ref type="bibr" target="#b11">[12]</ref>. Furthermore, different medication ontologies, contain more information like the physiologic effect of a drug, or a contraindication [bioportal.bioontology.org] <ref type="bibr" target="#b3">[4]</ref>. This medication information is needed when it comes to a combination of vital signs or drug-drug interactions <ref type="bibr" target="#b13">[14]</ref>. When combining a heart rate observation with heart-lowering drug (e.g., Esmolol) intake, the physiological effect is 'negative chronotropy'. If a patient's heart rate is lower than usual, there is no need to take care of it because of medication intake (e.g., alerting a doctor because of a too low pulse rate is not needed).</p><p>FHIR's medication-administration-resource <ref type="bibr" target="#b4">[5]</ref> describes the event of medication intake by a patient. In this resource, there is information about the medication (coded in SNOMED CT) and the effective date-time available. Even information about the dosage and a reason-code for a prescripted medication. The medication-administration-resource does not hold information about any physiological effect, or more general information about a medication itself. The medication details are available in medication ontologies like SNOMED-CT or NDF-RT (National Drug File -Reference Terminology). There is a mapping between different ontologies. So, having the SNOMED-CT code, a mapping to another ontology like the NDF-RT can be done to get further information, like the physiological effect. Since the FHIR-Observation and the FHIR-Medical-Administration-Resource are disjunct resources, a combination of the containing information is needed. When combining knowledge about the medication (from the ontology) with a corresponding FHIR-Observation knowledge extension about the observation is achieved.</p><p>Multiple sources provide information for the relevant overview. This information is available in different data formats. The representation of FHIR-resources is mostly JSON-objects, while the representation of ontologies is in RDF/XML. Aiming a complete view of all data also holding the dependencies among each other, which allows reasoning, leads to a graph representation. Therefore an RDF-graph is suitable for combining patient information, observations, and the corresponding medications with the extension of the medication's knowledge and the relations between the objects.</p><p>Moreover, RDF allows annotations to an existing RDF-graph. The annotation suits for the medication-information, since the medication is a specific use-case, and is a temporary and contextual information element in the graph. Meaning, if the use-case changes, the annotation could be relevant for other observations and then be changed. From a system-architectural point of view, distributed services are present to fulfill the purpose of data collection, information retrieval, and refactoring of the collected information. So, a patient can use multiple FHIR-stores for storing his data (e.g., observation-resources, medication-administration resources). Another information source is the ontology for getting knowledge about a physiological effect, but also the needed ontology-mapping is a distributed service. A centralized service, called 'Distributed Medical Rule Engine' (DMRE), takes care of building the resulting RDF-graph with the provided information. The trigger for this DMRE-service is a HTTP-REST-call.</p><p>The FHIR-Observation-store serves two purposes. Firstly, it is capable of storing patient's observation resources (vital signs, like heart rate, blood pres-sure). Secondly, it allows us to do queries to grab specific information by formulating an exact query. For example, 'deliver all observations of a patient containing a heart rate coding'. The technical representation of the response is an FHIR-bundle that contains the results.</p><p>The FHIR-Medication-Administration-store is similar to the FHIR-observation -store, but for medication. A patient or medical personal can provide information about a medication administration. The FHIR-store allows asking queries for all medications of a patient. The query is doable since the medication administration has a reference to the patient, who took this medication. The response is an FHIR-bundle containing the medication-administrations. The medication-administration includes the applied drug, coding the information in SNOMED-CT (as defined by HL7-FHIR).</p><p>For retrieving information available in another ontology, http://bioportal .bioontology .org offers a REST-API to map from one ontology to another. In this case, from SNOMED-CT to NDF-RT. NDF-RT holds information about contraindication, physiological effects, names of related products, which SNOMED-CT does not include. This mapping service is publicly available, located on a server on the internet. The result of the mapping is the ID of the corresponding ontology (here the NDF-RT-ID).</p><p>By using the resulting ID from the mapping service, an ontology query can be done. The ontology-query is accessible at a different service at another location. This service takes a SPARQL-query containing the NDF-RT-ID and processes the query over the NDF-RT-Ontology. The result is a list of the needed information, which then should be attached to the final RDF-graph.</p><p>Building the RDF-graph containing medication annotations is a central task that triggers queries towards the FHIR-stores, the mapping-service, and the ontology-query-service. Once all the information is available centrally, the building of the graph is possible. Since it is a patient-centered application, the subject is the patient, with the observations as objects. As the medication is contextbased, an annotation called "affectedByMedication" is attached to the observation, including the medication and the related physiological effects. The representation of this RDF-graph is RDF/XML and returned to the user of the service.</p><p>A proof of concept implementation is setting up the services for querying FHIR-stores, mapping ontologies, asking SPARQL-queries towards an ontology, and building the RDF-graph.</p><p>The mainly used libraries are RDF4J, as well as HAPI-FHIR. Furthermore, the REST-API from bioportal.bioontology.org is used for the mapping of the ontologies.</p><p>The leading service, 'DMRE-Service', is triggered by an HTTP-GET-call containing a patient-id. This generates further HTTP-calls to the different FHIR-Stores to retrieve information about observations having special coding and medications. For calculation, if a medication still affects an observation, a temporary table is created containing the medications' effective-times and the dates of the observations. The information about the half-life of a drug is accessible in drugbank.ca and in an FHIR-resource called Medication-knowledge. So we also calculate how much substance is still active. As mentioned in <ref type="bibr" target="#b1">[2]</ref>, after four half-lives, 90% of the medication is no longer active. Therefore, we set the active substance's value to 0 after five half-lives, assuming the patient and his observations are not affected anymore. If a medication is still active for the patient, the check does not yet cover the physiological effect. For the physiological effect, we do a query to the ontology-service, which returns a list of possible effects. The ontology-service is created upon an RDF4J-repository, holding the NDF-RT-ontology. The result of the query is another input for the final RDF-graph.</p><p>Building the RDF graph is relying on RDF4J, by using the RDF4J-modelinterface, the RDF4J-ValueFactory-interface, and the methods of the RDF4J-IRI-interface. While iterating over the patient's observations, we create IRIs and statements to add information to the model. The same applies to the medicationlist, which is in the temporary table. While attaching the medication information, we do the ontology query for the physiological effect. The RDF4J-class RIO (RDF I/O) takes the created model and writes it back to the client for further processing.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Results and Discussion</head><p>The used dataset for the FHIR observations and the FHIR medication administration resources is available on a public test server (http://hapi.fhir.org/). The ontology for the National Drug File -Reference Terminology, was a derivation of the original reference ontology, because of licensing issues. However, for the test samples, the ontology was complete. Since we evaluated the completeness of the solution in terms of retrieving the needed observations, and the medications, we created observations and medication-administrations for the PatientID 323827. By having just a reduced dataset, we were able to prove the correctness of the result. A second test with a random patient in the test server worked as expected, even if there was no medication influence. However, the RDF-graph-creation for the patient-observation-relation was successful. The medication-administration data which exists in the test server had no suitable effective-times, to match for any observations.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Future Works and Conclusion</head><p>Concluding the information-collection from different FHIR-resources and medical ontologies is doable. As the universal data model for the different resources, we choose RDF. It is possible to formalize the knowledge and create relationships among different RDF-objects and RDF-subjects. Therefore it is achievable to create different views on a dataset by different use cases, to be prepared for an RDF-reasoner. Reconstruction of the FHIR-resources is needed because of FHIR's resource-oriented data model, but for the use case, a patient-centered view is needed. The ontologies from NDF-RT, provide the additional information to medication. This information helps, e.g., to know the physiological effect of a medication on an observation. This medication information is then annotated to the graph.</p><p>The final RDF-graph is now the source for a future reasoner, to make decisions. A next step is the integration of external information from sports activities to the RDF-graph because they can influence the patient's vital signs in another way a medication does.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Example of a medication-influence to heart rate observations</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. Systemarchitecture</figDesc></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">DEEP LEARNING FRAMEWORK FOR RDF AND KNOWLEDGE GRAPHS USING FUZZY MAPS TO SUPPORT MEDI-CAL DECISION</title>
		<author>
			<persName><forename type="first">H</forename><surname>Ahmed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ahmed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Tabak</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of International Research in Medical and Pharmaceutical Sciences</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="92" to="97" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<ptr target="https://www.amboss.com/de/wissen/PharmakologischeGrundlagen" />
		<title level="m">AMBOSS -Fachwissen für Mediziner</title>
				<imprint>
			<date type="published" when="2020-08-11">2020-08-11</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<author>
			<persName><forename type="first">B</forename></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">N</forename><surname>Quax</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ashikaga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Bernus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Ha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-50423-6</idno>
		<ptr target="http://link.springer.com/10.1007/978-3-030-50423-6" />
		<title level="m">Computational Science -ICCS 2020</title>
				<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="volume">12140</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m">BioPortal, bioportal.bioontology.org</title>
				<imprint>
			<biblScope unit="page" from="2020" to="2028" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<ptr target="https://www.hl7.org/fhir/medicationadministration.html" />
		<title level="m">MedicationAdministration -FHIR</title>
				<imprint>
			<date type="published" when="2020-08-11">2020-08-11</date>
			<biblScope unit="volume">0</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<ptr target="https://www.hl7.org/fhir/observation.html" />
		<title level="m">Observation -FHIR</title>
				<imprint>
			<date type="published" when="2020-08-11">2020-08-11</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<author>
			<persName><surname>Hl7 Fhir</surname></persName>
		</author>
		<ptr target="https://www.hl7.org/fhir/rdf.html" />
		<title level="m">RDF</title>
				<imprint>
			<date type="published" when="2020-08-11">2020-08-11</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<ptr target="https://www.hl7.org/fhir/summary.html" />
		<title level="m">HL7 FHIR</title>
				<imprint>
			<date type="published" when="2020-08-11">2020-08-11</date>
		</imprint>
	</monogr>
	<note>Summary</note>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Physician information seeking: Improving relevance through research</title>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">D</forename><surname>Gruppen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Bulletin of the Medical Library Association</title>
		<imprint>
			<biblScope unit="volume">78</biblScope>
			<biblScope unit="page" from="165" to="172" />
			<date type="published" when="1990">1990</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">JITA: A Platform for Enabling Real Time Point-of-Care Patient Recruitment</title>
		<author>
			<persName><forename type="first">V</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Parekh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Matthew</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Shi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Pelletier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Canale</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Luzuriaga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mathew</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AMIA Joint Summits on Translational Science proceedings. AMIA Joint Summits on Translational Science</title>
		<imprint>
			<biblScope unit="page" from="355" to="359" />
			<date type="published" when="2020">2020. 2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<ptr target="http://www.snomed.org/snomed-ct/why-snomed-ct" />
		<title level="m">The value of SNOMED-CT</title>
				<imprint>
			<date type="published" when="2020-08-11">2020-08-11</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Extracting medication information from clinical text</title>
		<author>
			<persName><forename type="first">Ö</forename><surname>Uzuner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Solti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Cadag</surname></persName>
		</author>
		<idno type="DOI">10.1136/jamia.2010.003947</idno>
		<ptr target="https://doi.org/10.1136/jamia.2010.003947" />
	</analytic>
	<monogr>
		<title level="j">Journal of the American Medical Informatics Association</title>
		<imprint>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="514" to="518" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Modelling clinical experience data as an evidence for patient-oriented decision support</title>
		<author>
			<persName><forename type="first">J</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Xiao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Li</surname></persName>
		</author>
		<idno type="DOI">10.1186/s12911-020-1121-4</idno>
		<ptr target="http://dx.doi.org/10.1186/s12911-020-1121-4" />
	</analytic>
	<monogr>
		<title level="j">BMC medical informatics and decision making</title>
		<imprint>
			<biblScope unit="volume">20</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page">138</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
	<note>Suppl</note>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Measure clinical drug-drug similarity using Electronic Medical Records</title>
		<author>
			<persName><forename type="first">X</forename><surname>Zeng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Jia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Lu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Duan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Li</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.ijmedinf.2019.02.003</idno>
		<ptr target="https://doi.org/10.1016/j.ijmedinf.2019.02.003" />
	</analytic>
	<monogr>
		<title level="j">International Journal of Medical Informatics</title>
		<imprint>
			<biblScope unit="volume">124</biblScope>
			<biblScope unit="page" from="97" to="103" />
			<date type="published" when="2018-12">December 2018. 2019</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
