ImagingInformatics / hackathon-dataset

Working repository to organize assets for the SIIM Stack
https://imaginginformatics.github.io/hackathon-docs/
Other
36 stars 22 forks source link

Invalid syntax in MedicationRequest for siimsally #65

Closed mohannadhussain closed 4 years ago

mohannadhussain commented 4 years ago
"patient": {
    "reference": "Patient/siimsally"
  }, 

Is supposed to be:

  "subject": {
    "reference": "Patient/siimsally"
 },

Reported by Bill Wallace