Created
June 19, 2017 12:28
-
-
Save KevinMayfield/b2dce41df4ffb395eef568f7769fd086 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Medication xmlns="http://hl7.org/fhir"> | |
<id value="4849" /> | |
<meta> | |
<profile value="https://fhir.hl7.org.uk/StructureDefinition/CareConnect-Medication-1"/> | |
</meta> | |
<code> | |
<coding> | |
<system value="http://snomed.info/sct"/> | |
<code value="10097211000001102"/> | |
<display value="Insulin glulisine 100units/ml solution for injection 3ml pre-filled disposable devices"/> | |
</coding> | |
</code> | |
<product> | |
<form> | |
<coding> | |
<system value="http://snomed.info/sct"/> | |
<code value="385219001"/> | |
<display value="Solution for injection"/> | |
</coding> | |
</form> | |
</product> | |
</Medication> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment