Skip to content

Instantly share code, notes, and snippets.

@TerribleDev
Created April 16, 2016 01:12
Show Gist options
  • Save TerribleDev/2bde0d798a5ad2b33130651523b3eba8 to your computer and use it in GitHub Desktop.
Save TerribleDev/2bde0d798a5ad2b33130651523b3eba8 to your computer and use it in GitHub Desktop.
medication order creation
var t = new MedicationOrder();
t.Medication = new ResourceReference()
{
Reference = "http://fhirtest.uhn.ca/baseDstu2/Medication/MedicationIdHere",
Display = "medication"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment