{
  "resourceType" : "MedicationStatement",
  "id" : "ncdhc-medicationstatement-k1-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2018-12-27T16:13:03Z",
    "profile" : [
      "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-medicationstatement-vitamink"
    ]
  }, 
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "69775011000036100",
        "display" : "Phytomenadione"
      }
    ],
    "text" : "Vitamin K1"
  },
  "effectiveDateTime" : "2018-12-27T16:13:03Z",
  "dateAsserted" : "2018-12-27T16:13:03Z",
  "informationSource" : {
    "reference" : "Practitioner/examiner-practitioner",
    "display" : "Dr. Rob Boston"
  },
  "subject" : {
    "reference" : "Patient/patient-baby-example",
    "display" : "Baby of Eve Bill"
  },
  "taken" : "y",
  "dosage" : [
    {
      "sequence" : 1,
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "59108006",
            "display" : "Injection"
          }
        ]
      }
    }
  ]
}